public class SingletonAddress extends java.lang.Object implements Address
Modifier and Type | Field and Description |
---|---|
protected Address |
addr |
protected byte[] |
cluster_name |
Constructor and Description |
---|
SingletonAddress() |
SingletonAddress(byte[] cluster_name,
Address addr) |
Modifier and Type | Method and Description |
---|---|
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
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
in interface Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
in interface Streamable
java.lang.Exception
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(Address o)
compareTo
in interface java.lang.Comparable<Address>
public java.lang.String toString()
toString
in class java.lang.Object
protected int hash()
protected static int compareTo(byte[] v1, byte[] v2)
Copyright © 1998-2020 Red Hat. All Rights Reserved.