public class NodeHit extends Object
NodeHit(NodeId nodeId, float score)
static NodeHit
from(String nodeId)
from(String nodeId, float score)
NodeId
getNodeId()
float
getScore()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NodeHit(NodeId nodeId, float score)
public static NodeHit from(String nodeId, float score)
public static NodeHit from(String nodeId)
public NodeId getNodeId()
public float getScore()