@Deprecated public class IndexShardStatus extends Objectimplements Iterable <ShardStatus >
| Modifier and Type | Method and Description |
|---|---|
ShardStatus |
getAt(int position)
Deprecated.
|
DocsStatus |
getDocs()
Deprecated.
|
FlushStats |
getFlushStats()
Deprecated.
|
MergeStats |
getMergeStats()
Deprecated.
Total merges of this shard replication group.
|
ByteSizeValue |
getPrimaryStoreSize()
Deprecated.
Returns only the primary shards store size in bytes.
|
RefreshStats |
getRefreshStats()
Deprecated.
|
ShardId |
getShardId()
Deprecated.
|
ShardStatus |
getShards()
Deprecated.
|
ByteSizeValue |
getStoreSize()
Deprecated.
Returns the full store size in bytes, of both primaries and replicas.
|
long |
getTranslogOperations()
Deprecated.
|
Iterator |
iterator()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ShardIdgetShardId()
public ShardStatus[] getShards()
public ShardStatusgetAt(int position)
public ByteSizeValuegetPrimaryStoreSize()
public ByteSizeValuegetStoreSize()
public long getTranslogOperations()
public DocsStatusgetDocs()
public MergeStatsgetMergeStats()
public RefreshStatsgetRefreshStats()
public FlushStatsgetFlushStats()
public Iterator<ShardStatus > iterator()