Uses of Interface
org.jgroups.blocks.PartitionedHashMap.HashFunction

Packages that use PartitionedHashMap.HashFunction
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
static class PartitionedHashMap.ArrayBasedConsistentHashFunction<K>
          Uses arrays to store hash values of addresses, plus addresses.
static class PartitionedHashMap.ConsistentHashFunction<K>
           
 

Methods in org.jgroups.blocks that return PartitionedHashMap.HashFunction
 PartitionedHashMap.HashFunction PartitionedHashMap.getHashFunction()
           
 

Methods in org.jgroups.blocks with parameters of type PartitionedHashMap.HashFunction
 void PartitionedHashMap.setHashFunction(PartitionedHashMap.HashFunction<K> hash_function)
           
 



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