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