20#ifndef GEODE_PARTITIONRESOLVER_H_
21#define GEODE_PARTITIONRESOLVER_H_
27#include "Serializable.hpp"
28#include "internal/geode_base.hpp"
Represents an entry event affecting an entry, including its identity and the the circumstances of the...
Definition: EntryEvent.hpp:44
Implement the PartitionResolver interface to enable custom partitioning on the PartitionedRegion.
Definition: PartitionResolver.hpp:77
virtual const std::string & getName()
Returns the name of the PartitionResolver.
virtual std::shared_ptr< CacheableKey > getRoutingObject(const EntryEvent &opDetails)=0
virtual ~PartitionResolver()
public methods
PartitionResolver()
constructors