AbstractConsistentHash |
|
AbstractConsistentHashFactory<CH extends ConsistentHash> |
|
AffinityPartitioner |
Key partitioner that maps keys to segments using information contained in AffinityTaggedKey .
|
ConsistentHashPersistenceConstants |
Constants used as keys within a persisted consistent hash
|
DefaultConsistentHash |
|
DefaultConsistentHash.Externalizer |
|
DefaultConsistentHashFactory |
|
DefaultConsistentHashFactory.Builder |
|
DefaultConsistentHashFactory.Externalizer |
|
HashFunctionPartitioner |
Key partitioner that computes a key's segment based on a hash function.
|
KeyPartitionerFactory |
Key partitioner factory that uses the hash function defined in the configuration.
|
OwnershipStatistics |
This class holds statistics about a consistent hash.
|
ReplicatedConsistentHash |
|
ReplicatedConsistentHash.Externalizer |
|
ReplicatedConsistentHashFactory |
Factory for ReplicatedConsistentHash.
|
ReplicatedConsistentHashFactory.Externalizer |
|
ScatteredConsistentHash |
CH used by scattered caches.
|
ScatteredConsistentHash.Externalizer |
|
ScatteredConsistentHashFactory |
|
ScatteredConsistentHashFactory.Builder |
|
ScatteredConsistentHashFactory.Externalizer |
|
SingleSegmentKeyPartitioner |
KeyPartitioner that always returns 0 for a given segment.
|
SyncConsistentHashFactory |
One of the assumptions people made on consistent hashing involves thinking
that given a particular key and same topology, it would produce the same
consistent hash value no matter which cache it was stored in.
|
SyncConsistentHashFactory.Builder |
|
SyncConsistentHashFactory.Externalizer |
|
SyncReplicatedConsistentHashFactory |
SyncConsistentHashFactory adapted for replicated caches, so that the primary owner of a key
is the same in replicated and distributed caches.
|
SyncReplicatedConsistentHashFactory.Externalizer |
|
TopologyAwareConsistentHashFactory |
Default topology-aware consistent hash factory implementation.
|
TopologyAwareConsistentHashFactory.Externalizer |
|
TopologyAwareSyncConsistentHashFactory |
|
TopologyAwareSyncConsistentHashFactory.Builder |
|
TopologyAwareSyncConsistentHashFactory.Externalizer |
|