@Deprecated public class IndexShardStatus extends Object implements 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<ShardStatus> |
iterator()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ShardId getShardId()
public ShardStatus[] getShards()
public ShardStatus getAt(int position)
public ByteSizeValue getPrimaryStoreSize()
public ByteSizeValue getStoreSize()
public long getTranslogOperations()
public DocsStatus getDocs()
public MergeStats getMergeStats()
public RefreshStats getRefreshStats()
public FlushStats getFlushStats()
public Iterator<ShardStatus> iterator()
iterator
in interface Iterable<ShardStatus>
Copyright © 2009–2015. All rights reserved.