Class TransportNodesSnapshotsStatus.NodeSnapshotStatus
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.nodes.BaseNodeResponse
org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus.NodeSnapshotStatus
- All Implemented Interfaces:
- Writeable,- org.elasticsearch.core.RefCounted
- Enclosing class:
- TransportNodesSnapshotsStatus
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponseTransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructorsConstructorDescriptionNodeSnapshotStatus(DiscoveryNode node, Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>> status)
- 
Method SummaryModifier and TypeMethodDescriptionstatus()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.nodes.BaseNodeResponsegetNodeMethods inherited from class org.elasticsearch.transport.TransportMessagedecRef, incRef, remoteAddress, remoteAddress, tryIncRef
- 
Constructor Details- 
NodeSnapshotStatus- Throws:
- IOException
 
- 
NodeSnapshotStatuspublic NodeSnapshotStatus(DiscoveryNode node, Map<Snapshot,Map<ShardId,SnapshotIndexShardStatus>> status)
 
- 
- 
Method Details- 
status
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- BaseNodeResponse
- Throws:
- IOException
 
 
-