VMware GemFire Native C++ Reference
9.2.4
|
3 #ifndef GEODE_FIXEDPARTITIONRESOLVER_H_
4 #define GEODE_FIXEDPARTITIONRESOLVER_H_
23 #include "PartitionResolver.hpp"
90 virtual const char* getPartitionName(
const EntryEvent& opDetails) = 0;
96 #endif // GEODE_FIXEDPARTITIONRESOLVER_H_
Each enum represents a predefined RegionAttributes in a {}.
Definition: Assert.hpp:31
Represents an entry event affecting an entry, including its identity and the the circumstances of the...
Definition: EntryEvent.hpp:37
Contains generic template definitions for Cacheable types and instantiations for built-in types.
Implementers of interface PartitionResolver enable custom partitioning on the PartitionedRegion.
Definition: PartitionResolver.hpp:69
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
Implementers of interface FixedPartitionResolver helps to achieve explicit mapping of a "user defined...
Definition: FixedPartitionResolver.hpp:74
Pivotal GemFire C++ Cache API Documentation