Class PeersResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.cluster.coordination.PeersResponse
- All Implemented Interfaces:
Writeable
,org.elasticsearch.core.RefCounted
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.Empty
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionPeersResponse(Optional<DiscoveryNode> masterNode, List<DiscoveryNode> knownPeers, long term)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
long
getTerm()
int
hashCode()
toString()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRef
-
Constructor Details
-
PeersResponse
-
PeersResponse
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Throws:
IOException
-
getMasterNode
- Returns:
- the node that is currently leading, according to the responding node.
-
getKnownPeers
- Returns:
- the collection of known peers of the responding node, or an empty collection if the responding node believes there is currently a leader.
-
getTerm
public long getTerm()- Returns:
- the current term of the responding node. If the responding node is the leader then this is the term in which it is currently leading.
-
toString
-
equals
-
hashCode
public int hashCode()
-