Class TransportDestinationConfigUpdateAction.NodeResponse
- java.lang.Object
-
- org.elasticsearch.transport.TransportMessage
-
- org.elasticsearch.transport.TransportResponse
-
- org.elasticsearch.action.support.nodes.BaseNodeResponse
-
- com.floragunn.signals.actions.account.config_update.TransportDestinationConfigUpdateAction.NodeResponse
-
- All Implemented Interfaces:
org.elasticsearch.common.io.stream.Writeable,org.elasticsearch.common.util.concurrent.RefCounted
- Enclosing class:
- TransportDestinationConfigUpdateAction
public static class TransportDestinationConfigUpdateAction.NodeResponse extends org.elasticsearch.action.support.nodes.BaseNodeResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransportDestinationConfigUpdateAction.NodeResponse.Status
-
Constructor Summary
Constructors Constructor Description NodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, TransportDestinationConfigUpdateAction.NodeResponse.Status status, String message)NodeResponse(org.elasticsearch.common.io.stream.StreamInput in)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()TransportDestinationConfigUpdateAction.NodeResponse.StatusgetStatus()static TransportDestinationConfigUpdateAction.NodeResponsereadNodeResponse(org.elasticsearch.common.io.stream.StreamInput in)StringtoString()voidwriteTo(org.elasticsearch.common.io.stream.StreamOutput out)
-
-
-
Constructor Detail
-
NodeResponse
public NodeResponse(org.elasticsearch.cluster.node.DiscoveryNode node, TransportDestinationConfigUpdateAction.NodeResponse.Status status, String message)
-
NodeResponse
public NodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException- Throws:
IOException
-
-
Method Detail
-
readNodeResponse
public static TransportDestinationConfigUpdateAction.NodeResponse readNodeResponse(org.elasticsearch.common.io.stream.StreamInput in) throws IOException
- Throws:
IOException
-
getMessage
public String getMessage()
-
getStatus
public TransportDestinationConfigUpdateAction.NodeResponse.Status getStatus()
-
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out) throws IOException- Specified by:
writeToin interfaceorg.elasticsearch.common.io.stream.Writeable- Overrides:
writeToin classorg.elasticsearch.action.support.nodes.BaseNodeResponse- Throws:
IOException
-
-