@Deprecated public class ShardStatus extends BroadcastShardOperationResponse
TransportResponse.Empty
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, getShardId
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public 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
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class BroadcastShardOperationResponse
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class BroadcastShardOperationResponse
IOException
Copyright © 2009–2015. All rights reserved.