|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.admin.indices.status.IndexStatus
public class IndexStatus
Method Summary | |
---|---|
DocsStatus |
docs()
|
DocsStatus |
getDocs()
|
java.lang.String |
getIndex()
|
ByteSizeValue |
getPrimaryStoreSize()
Returns only the primary shards store size in bytes. |
Settings |
getSettings()
|
java.util.Map<java.lang.Integer,IndexShardStatus> |
getShards()
|
ByteSizeValue |
getStoreSize()
Returns the full store size in bytes, of both primaries and replicas. |
long |
getTranslogOperations()
|
java.lang.String |
index()
|
java.util.Iterator<IndexShardStatus> |
iterator()
|
ByteSizeValue |
primaryStoreSize()
Returns only the primary shards store size in bytes. |
Settings |
settings()
|
java.util.Map<java.lang.Integer,IndexShardStatus> |
shards()
A shard id to index shard status map (note, index shard status is the replication shard group that maps to the shard id). |
ByteSizeValue |
storeSize()
Returns the full store size in bytes, of both primaries and replicas. |
long |
translogOperations()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String index()
public java.lang.String getIndex()
public java.util.Map<java.lang.Integer,IndexShardStatus> shards()
public java.util.Map<java.lang.Integer,IndexShardStatus> getShards()
public Settings settings()
public Settings getSettings()
public ByteSizeValue primaryStoreSize()
public ByteSizeValue getPrimaryStoreSize()
public ByteSizeValue storeSize()
public ByteSizeValue getStoreSize()
public long translogOperations()
public long getTranslogOperations()
public DocsStatus docs()
public DocsStatus getDocs()
public java.util.Iterator<IndexShardStatus> iterator()
iterator
in interface java.lang.Iterable<IndexShardStatus>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |