20#ifndef GEODE_STRINGPREFIXPARTITIONRESOLVER_H_
21#define GEODE_STRINGPREFIXPARTITIONRESOLVER_H_
23#include "PartitionResolver.hpp"
62 std::string delimiter_;
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
This class implements a partition resolver which routing object is the prefix of a given key.
Definition StringPrefixPartitionResolver.hpp:45
const std::string & getName() override
Returns the name of the PartitionResolver.
std::shared_ptr< CacheableKey > getRoutingObject(const EntryEvent &opDetails) override