Uses of Class
org.jgroups.blocks.PartitionedHashMap

Packages that use PartitionedHashMap
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
 PartitionedHashMap<java.lang.String,byte[]> MemcachedConnector.getCache()
           
 

Methods in org.jgroups.blocks with parameters of type PartitionedHashMap
 void MemcachedConnector.setCache(PartitionedHashMap<java.lang.String,byte[]> cache)
           
 

Constructors in org.jgroups.blocks with parameters of type PartitionedHashMap
MemcachedConnector(java.net.InetAddress bind_addr, int port, PartitionedHashMap<java.lang.String,byte[]> cache)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.