public static class TransportNodesSnapshotsStatus.NodeSnapshotStatus extends BaseNodeResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
TransportNodesSnapshotsStatus.NodeSnapshotStatus(DiscoveryNode node,
com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> status) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(StreamInput in) |
com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> |
status() |
void |
writeTo(StreamOutput out) |
getNoderemoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic TransportNodesSnapshotsStatus.NodeSnapshotStatus(DiscoveryNode node, com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> status)
public com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> status()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BaseNodeResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BaseNodeResponseIOExceptionCopyright © 2009–2017. All rights reserved.