Uses of Interface
org.jgroups.blocks.ReplCache.HashFunctionFactory
-
Packages that use ReplCache.HashFunctionFactory Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of ReplCache.HashFunctionFactory in org.jgroups.blocks
Fields in org.jgroups.blocks declared as ReplCache.HashFunctionFactory Modifier and Type Field Description private ReplCache.HashFunctionFactory<K>ReplCache. hash_function_factoryMethods in org.jgroups.blocks that return ReplCache.HashFunctionFactory Modifier and Type Method Description ReplCache.HashFunctionFactoryReplCache. getHashFunctionFactory()Methods in org.jgroups.blocks with parameters of type ReplCache.HashFunctionFactory Modifier and Type Method Description voidReplCache. setHashFunctionFactory(ReplCache.HashFunctionFactory<K> hash_function_factory)
-