Class BoundTransportAddress
java.lang.Object
org.elasticsearch.common.transport.BoundTransportAddress
- All Implemented Interfaces:
Writeable
A bounded transport address is a tuple of
TransportAddress
, one array that represents
the addresses the transport is bound to, and the other is the published one that represents the address clients
should communicate on.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionBoundTransportAddress(TransportAddress[] boundAddresses, TransportAddress publishAddress)
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
BoundTransportAddress
- Throws:
IOException
-
BoundTransportAddress
-
-
Method Details
-
boundAddresses
-
publishAddress
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
toString
-