@Deprecated public class IndexStatus extends Object implements Iterable<IndexShardStatus>
Modifier and Type | Method and Description |
---|---|
DocsStatus |
getDocs()
Deprecated.
|
FlushStats |
getFlushStats()
Deprecated.
|
String |
getIndex()
Deprecated.
|
MergeStats |
getMergeStats()
Deprecated.
Total merges of this index.
|
ByteSizeValue |
getPrimaryStoreSize()
Deprecated.
Returns only the primary shards store size in bytes.
|
RefreshStats |
getRefreshStats()
Deprecated.
|
Map<Integer,IndexShardStatus> |
getShards()
Deprecated.
A shard id to index shard status map (note, index shard status is the replication shard group that maps
to the shard id).
|
ByteSizeValue |
getStoreSize()
Deprecated.
Returns the full store size in bytes, of both primaries and replicas.
|
long |
getTranslogOperations()
Deprecated.
|
Iterator<IndexShardStatus> |
iterator()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public String getIndex()
public Map<Integer,IndexShardStatus> getShards()
public ByteSizeValue getPrimaryStoreSize()
public ByteSizeValue getStoreSize()
public long getTranslogOperations()
public DocsStatus getDocs()
public MergeStats getMergeStats()
public RefreshStats getRefreshStats()
public FlushStats getFlushStats()
public Iterator<IndexShardStatus> iterator()
iterator
in interface Iterable<IndexShardStatus>
Copyright © 2009–2015. All rights reserved.