@Deprecated public class ShardStatus extends BroadcastShardOperationResponse
TransportResponse.Emptyheaders| Modifier and Type | Method and Description |
|---|---|
DocsStatus |
getDocs()
Deprecated.
Docs level information for the shard index, null if not applicable.
|
FlushStats |
getFlushStats()
Deprecated.
|
GatewayRecoveryStatus |
getGatewayRecoveryStatus()
Deprecated.
Gateway recovery status (null if not applicable).
|
GatewaySnapshotStatus |
getGatewaySnapshotStatus()
Deprecated.
The current on going snapshot to the gateway or the last one if none is on going.
|
MergeStats |
getMergeStats()
Deprecated.
Index merge statistics.
|
PeerRecoveryStatus |
getPeerRecoveryStatus()
Deprecated.
Peer recovery status (null if not applicable).
|
RefreshStats |
getRefreshStats()
Deprecated.
Refresh stats.
|
ShardRouting |
getShardRouting()
Deprecated.
The shard routing information (cluster wide shard state).
|
IndexShardState |
getState()
Deprecated.
The shard state (index/local state).
|
ByteSizeValue |
getStoreSize()
Deprecated.
The current size of the shard index storage.
|
long |
getTranslogId()
Deprecated.
The transaction log id.
|
long |
getTranslogOperations()
Deprecated.
The number of transaction operations in the transaction log.
|
void |
readFrom(StreamInput in)
Deprecated.
|
static ShardStatus |
readIndexShardStatus(StreamInput in)
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
getIndex, getShardIdputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic ShardRouting getShardRouting()
public IndexShardState getState()
public ByteSizeValue getStoreSize()
public long getTranslogId()
public long getTranslogOperations()
public DocsStatus getDocs()
public MergeStats getMergeStats()
public RefreshStats getRefreshStats()
public FlushStats getFlushStats()
public PeerRecoveryStatus getPeerRecoveryStatus()
public GatewayRecoveryStatus getGatewayRecoveryStatus()
public GatewaySnapshotStatus getGatewaySnapshotStatus()
public static ShardStatus readIndexShardStatus(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastShardOperationResponseIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastShardOperationResponseIOExceptionCopyright © 2009–2016. All rights reserved.