ariba.util.core
Interface ConsistentHashRing.HashFunction

All Known Implementing Classes:
ConsistentHashRing.MD5HashFunction
Enclosing class:
ConsistentHashRing<T>

public static interface ConsistentHashRing.HashFunction

The HashFunction interface is used to implement the hashing function for the keys.


Method Summary
 long hash(java.lang.Object key)
           
 

Method Detail

hash

long hash(java.lang.Object key)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.