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.addAsOld(RecoveryStats recoveryStats)
add statistics that should be accumulated about old shards after they have been
deleted or relocated
|
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–2015. All rights reserved.