16 #ifndef HAZELCAST_CLIENT_PARTITIONAWARE_H_
17 #define HAZELCAST_CLIENT_PARTITIONAWARE_H_
19 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
21 #pragma warning(disable: 4251) //for dll export
73 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
virtual const T * getPartitionKey() const =0
The key that will be used by Hazelcast to specify the partition.
PartitionAware means that data will be based in the same member based on the partition key and implem...
Definition: PartitionAware.h:57
This marker interface is needed to make template matching work during serialisation.
Definition: PartitionAware.h:29