public class NodeID extends Object implements Externalizable
| Constructor and Description |
|---|
NodeID() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteInstance(byte[] nodeIdBytes) |
boolean |
equals(byte[] anotherID) |
boolean |
equals(Object o) |
static NodeID |
getInstance(byte[] nodeIdBytes) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
byte[] |
toByteArray() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static NodeID getInstance(byte[] nodeIdBytes)
public static void deleteInstance(byte[] nodeIdBytes)
public boolean equals(byte[] anotherID)
public byte[] toByteArray()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.