3#ifndef GEODE_FIXEDPARTITIONRESOLVER_H_
4#define GEODE_FIXEDPARTITIONRESOLVER_H_
24#include "PartitionResolver.hpp"
Contains generic template definitions for Cacheable types and instantiations for built-in types.
Represents an entry event affecting an entry, including its identity and the the circumstances of the...
Definition: EntryEvent.hpp:44
Implementers of interface FixedPartitionResolver helps to achieve explicit mapping of a "user defined...
Definition: FixedPartitionResolver.hpp:74
virtual const std::string & getPartitionName(const EntryEvent &opDetails)=0
public methods
Implement the PartitionResolver interface to enable custom partitioning on the PartitionedRegion.
Definition: PartitionResolver.hpp:77