Uses of Class
org.jgroups.blocks.PartitionedHashMap
-
Packages that use PartitionedHashMap Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of PartitionedHashMap in org.jgroups.blocks
Methods in org.jgroups.blocks that return PartitionedHashMap Modifier and Type Method Description PartitionedHashMap<java.lang.String,byte[]>
MemcachedConnector. getCache()
Methods in org.jgroups.blocks with parameters of type PartitionedHashMap Modifier and Type Method Description void
MemcachedConnector. setCache(PartitionedHashMap<java.lang.String,byte[]> cache)
Constructors in org.jgroups.blocks with parameters of type PartitionedHashMap Constructor Description MemcachedConnector(java.net.InetAddress bind_addr, int port, PartitionedHashMap<java.lang.String,byte[]> cache)
-