Class BaseNodeResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.nodes.BaseNodeResponse
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.util.concurrent.RefCounted
- Direct Known Subclasses:
ClusterStatsNodeResponse,NodeFindDanglingIndexResponse,NodeHotThreads,NodeInfo,NodeListDanglingIndicesResponse,NodesReloadSecureSettingsResponse.NodeResponse,NodeStats,NodeUsage,TransportNodesListGatewayMetaState.NodeGatewayMetaState,TransportNodesListGatewayStartedShards.NodeGatewayStartedShards,TransportNodesListShardStoreMetadata.NodeStoreFilesMetadata,TransportNodesSnapshotsStatus.NodeSnapshotStatus
public abstract class BaseNodeResponse extends TransportResponse
A base class for node level operations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
Constructors Modifier Constructor Description protectedBaseNodeResponse(DiscoveryNode node)protectedBaseNodeResponse(StreamInput in) -
Method Summary
Modifier and Type Method Description DiscoveryNodegetNode()The node this information relates to.voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BaseNodeResponse
- Throws:
java.io.IOException
-
BaseNodeResponse
-
-
Method Details
-
getNode
The node this information relates to. -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Throws:
java.io.IOException
-