| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.index.indexing | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices |
| Modifier and Type | Field and Description |
|---|---|
IndexingStats |
CommonStats.indexing |
| Modifier and Type | Method and Description |
|---|---|
IndexingStats |
CommonStats.getIndexing() |
| Modifier and Type | Method and Description |
|---|---|
static IndexingStats |
IndexingStats.readIndexingStats(StreamInput in) |
IndexingStats |
ShardIndexingService.stats(String... types)
Returns the stats, including type specific stats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexingStats.add(IndexingStats indexingStats) |
void |
IndexingStats.add(IndexingStats indexingStats,
boolean includeTypes) |
void |
IndexingStats.addTotals(IndexingStats indexingStats) |
| Modifier and Type | Method and Description |
|---|---|
IndexingStats |
IndexShard.indexingStats(String... types) |
| Modifier and Type | Method and Description |
|---|---|
IndexingStats |
NodeIndicesStats.getIndexing() |
Copyright © 2009–2017. All rights reserved.