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 classPartitionedHashMap.ConsistentHashFunction<K>Methods in org.jgroups.blocks that return PartitionedHashMap.HashFunction Modifier and Type Method Description PartitionedHashMap.HashFunctionPartitionedHashMap. getHashFunction()Methods in org.jgroups.blocks with parameters of type PartitionedHashMap.HashFunction Modifier and Type Method Description voidPartitionedHashMap. setHashFunction(PartitionedHashMap.HashFunction<K> hash_function)
-