| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.index.engine | |
| org.elasticsearch.index.shard |
| Modifier and Type | Method and Description |
|---|---|
CommitStats |
ShardStats.getCommitStats() |
| Constructor and Description |
|---|
ShardStats(ShardRouting routing,
ShardPath shardPath,
CommonStats commonStats,
CommitStats commitStats) |
| Modifier and Type | Method and Description |
|---|---|
CommitStats |
Engine.commitStats()
get commits stats for the last commit
|
static CommitStats |
CommitStats.readCommitStatsFrom(StreamInput in) |
static CommitStats |
CommitStats.readOptionalCommitStatsFrom(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
CommitStats |
IndexShard.commitStats() |
Copyright © 2009–2017. All rights reserved.