|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.common.transport.DummyTransportAddress
public class DummyTransportAddress
Field Summary | |
---|---|
static DummyTransportAddress |
INSTANCE
|
Method Summary | |
---|---|
boolean |
match(java.lang.String otherAddress)
|
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 |
---|
public static final DummyTransportAddress INSTANCE
Method Detail |
---|
public short uniqueAddressTypeId()
uniqueAddressTypeId
in interface TransportAddress
public boolean match(java.lang.String otherAddress)
match
in interface TransportAddress
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |