public abstract class BaseNode extends Object implements DHTNode, ChordNode
Modifier and Type | Field and Description |
---|---|
private static String |
MASTER_NODE |
protected NodeReference |
nodeRef |
Constructor and Description |
---|
BaseNode() |
BaseNode(NodeReference ref) |
Modifier and Type | Method and Description |
---|---|
NodeReference |
getNodeReference() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bootstrap, delete, findSuccessor, getLessThanAndRemove, getPredecessorNodeRef, notify, put
private static final String MASTER_NODE
protected NodeReference nodeRef
public BaseNode()
public BaseNode(NodeReference ref)
public NodeReference getNodeReference()
Copyright © 2018. All rights reserved.