Package org.elasticsearch.discovery.zen
Class MasterFaultDetection.MasterPingRequest
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportRequest
-
- org.elasticsearch.discovery.zen.MasterFaultDetection.MasterPingRequest
-
- All Implemented Interfaces:
Writeable,TaskAwareRequest
- Enclosing class:
- MasterFaultDetection
public static class MasterFaultDetection.MasterPingRequest extends TransportRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportRequest
TransportRequest.Empty
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Field Summary
Fields Modifier and Type Field Description DiscoveryNodesourceNode
-
Constructor Summary
Constructors Constructor Description MasterPingRequest(DiscoveryNode sourceNode, DiscoveryNode masterNode, ClusterName clusterName)MasterPingRequest(StreamInput in)
-
Method Summary
Modifier and Type Method Description voidwriteTo(StreamOutput out)Write this into the StreamOutput.-
Methods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, setParentTask
-
Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
-
-
-
Field Detail
-
sourceNode
public DiscoveryNode sourceNode
-
-
Constructor Detail
-
MasterPingRequest
public MasterPingRequest(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
MasterPingRequest
public MasterPingRequest(DiscoveryNode sourceNode, DiscoveryNode masterNode, ClusterName clusterName)
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classTransportRequest- Throws:
java.io.IOException
-
-