org.elasticsearch.common.transport
Class DummyTransportAddress

java.lang.Object
  extended by org.elasticsearch.common.transport.DummyTransportAddress
All Implemented Interfaces:
java.io.Serializable, Streamable, TransportAddress

public class DummyTransportAddress
extends java.lang.Object
implements TransportAddress

See Also:
Serialized Form

Field Summary
static DummyTransportAddress INSTANCE
           
 
Method Summary
 void readFrom(StreamInput in)
           
 short uniqueAddressTypeId()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final DummyTransportAddress INSTANCE
Method Detail

uniqueAddressTypeId

public short uniqueAddressTypeId()
Specified by:
uniqueAddressTypeId in interface TransportAddress

readFrom

public void readFrom(StreamInput in)
              throws java.io.IOException
Specified by:
readFrom in interface Streamable
Throws:
java.io.IOException

writeTo

public void writeTo(StreamOutput out)
             throws java.io.IOException
Specified by:
writeTo in interface Streamable
Throws:
java.io.IOException