Package com.yahoo.search.cluster
Class Hasher.NodeList<T>
- java.lang.Object
-
- com.yahoo.search.cluster.Hasher.NodeList<T>
-
-
Constructor Summary
Constructors Constructor Description NodeList(Hasher.NodeFactor<T>[] nodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNodeCount()
boolean
hasNode(T node)
T
select(int code, int trynum)
-
-
-
Constructor Detail
-
NodeList
public NodeList(Hasher.NodeFactor<T>[] nodes)
-
-