java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.cluster.coordination.PeersResponse
- All Implemented Interfaces:
Writeable,RefCounted
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
ConstructorsConstructorDescriptionPeersResponse(Optional<DiscoveryNode> masterNode, List<DiscoveryNode> knownPeers, long term) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetTerm()inthashCode()toString()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Constructor Details
-
PeersResponse
-
PeersResponse
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite 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()
-