Uses of Interface
org.jgroups.blocks.PartitionedHashMap.HashFunction
-
Packages that use PartitionedHashMap.HashFunction Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of PartitionedHashMap.HashFunction in org.jgroups.blocks
Classes in org.jgroups.blocks that implement PartitionedHashMap.HashFunction Modifier and Type Class Description static class
PartitionedHashMap.ConsistentHashFunction<K>
Methods in org.jgroups.blocks that return PartitionedHashMap.HashFunction Modifier and Type Method Description PartitionedHashMap.HashFunction
PartitionedHashMap. getHashFunction()
Methods in org.jgroups.blocks with parameters of type PartitionedHashMap.HashFunction Modifier and Type Method Description void
PartitionedHashMap. setHashFunction(PartitionedHashMap.HashFunction<K> hash_function)
-