VMware Tanzu GemFire Native C++ Reference
10.1.5
|
3 #ifndef GEODE_FIXEDPARTITIONRESOLVER_H_
4 #define GEODE_FIXEDPARTITIONRESOLVER_H_
24 #include "PartitionResolver.hpp"
96 #endif // GEODE_FIXEDPARTITIONRESOLVER_H_
Represents an entry event affecting an entry, including its identity and the the circumstances of the...
Definition: EntryEvent.hpp:44
Contains generic template definitions for Cacheable types and instantiations for built-in types.
Implement the PartitionResolver interface to enable custom partitioning on the PartitionedRegion.
Definition: PartitionResolver.hpp:77
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
Apache Geode C++ Cache API Documentation