org.elasticsearch.common.transport
Interface TransportAddress

All Superinterfaces:
Serializable, Streamable
All Known Implementing Classes:
DummyTransportAddress, InetSocketTransportAddress, LocalTransportAddress

public interface TransportAddress
extends Streamable, Serializable


Method Summary
 boolean match(String otherAddress)
           
 boolean sameHost(TransportAddress other)
           
 short uniqueAddressTypeId()
           
 
Methods inherited from interface org.elasticsearch.common.io.stream.Streamable
readFrom, writeTo
 

Method Detail

uniqueAddressTypeId

short uniqueAddressTypeId()

match

boolean match(String otherAddress)

sameHost

boolean sameHost(TransportAddress other)


Copyright © 2009-2012. All Rights Reserved.