| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.stats | |
| org.elasticsearch.index.recovery | |
| org.elasticsearch.index.shard | |
| org.elasticsearch.indices |
| Modifier and Type | Field and Description |
|---|---|
RecoveryStats |
CommonStats.recoveryStats |
| Modifier and Type | Method and Description |
|---|---|
RecoveryStats |
CommonStats.getRecoveryStats() |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryStats |
RecoveryStats.readRecoveryStats(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryStats.add(RecoveryStats recoveryStats) |
void |
RecoveryStats.addTotals(RecoveryStats recoveryStats) |
| Modifier and Type | Method and Description |
|---|---|
RecoveryStats |
IndexShard.recoveryStats()
returns stats about ongoing recoveries, both source and target
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryStats |
NodeIndicesStats.getRecoveryStats() |
Copyright © 2009–2017. All rights reserved.