public class InstanceId extends Object implements Externalizable, Comparable<InstanceId>
| Modifier and Type | Field and Description |
|---|---|
static InstanceId |
NONE |
| Constructor and Description |
|---|
InstanceId() |
InstanceId(int serverId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(InstanceId o) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
instanceNameFromURI(URI member) |
void |
readExternal(ObjectInput in) |
int |
toIntegerIndex() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final InstanceId NONE
public int compareTo(InstanceId o)
compareTo in interface Comparable<InstanceId>public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic int toIntegerIndex()
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.