public class SingletonAddress extends java.lang.Object implements Address
限定符和类型 | 字段和说明 |
---|---|
protected Address |
addr |
protected byte[] |
cluster_name |
构造器和说明 |
---|
SingletonAddress() |
SingletonAddress(byte[] cluster_name,
Address addr) |
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(Address o) |
protected static int |
compareTo(byte[] v1,
byte[] v2) |
boolean |
equals(java.lang.Object obj) |
Address |
getAddress() |
byte[] |
getClusterName() |
protected int |
hash() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput in) |
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size()
Returns serialized size of this address
|
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
protected final byte[] cluster_name
protected final Address addr
public SingletonAddress(byte[] cluster_name, Address addr)
public SingletonAddress()
public Address getAddress()
public byte[] getClusterName()
public int size()
Address
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
在接口中 java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
在接口中 java.io.Externalizable
java.io.IOException
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
在接口中 Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
在接口中 Streamable
java.lang.Exception
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
public java.lang.String toString()
toString
在类中 java.lang.Object
protected int hash()
protected static int compareTo(byte[] v1, byte[] v2)