public class NodeEntry extends Object
Constructor and Description |
---|
NodeEntry(Fqn fqn) |
NodeEntry(String fqn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCreationTimeStamp()
Get the time stamp for when the node entry was created.
|
Fqn |
getFqn() |
long |
getInUseTimeoutTimestamp() |
long |
getModifiedTimeStamp()
Get modified time stamp.
|
int |
getNumberOfElements() |
int |
getNumberOfNodeVisits() |
int |
hashCode() |
boolean |
isCurrentlyInUse()
Is the node currently in use.
|
void |
setCreationTimeStamp(long creationTimeStamp) |
void |
setCurrentlyInUse(boolean currentlyInUse,
long inUseTimeout) |
void |
setModifiedTimeStamp(long modifiedTimeStamp) |
void |
setNumberOfElements(int numberOfElements) |
void |
setNumberOfNodeVisits(int numberOfNodeVisits) |
String |
toString() |
public boolean isCurrentlyInUse()
public void setCurrentlyInUse(boolean currentlyInUse, long inUseTimeout)
public long getInUseTimeoutTimestamp()
public long getModifiedTimeStamp()
public void setModifiedTimeStamp(long modifiedTimeStamp)
public long getCreationTimeStamp()
public void setCreationTimeStamp(long creationTimeStamp)
public int getNumberOfNodeVisits()
public void setNumberOfNodeVisits(int numberOfNodeVisits)
public int getNumberOfElements()
public void setNumberOfElements(int numberOfElements)
public Fqn getFqn()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.