Package | Description |
---|---|
org.elasticsearch.action.admin.indices.status |
Modifier and Type | Method and Description |
---|---|
static PeerRecoveryStatus.Stage |
PeerRecoveryStatus.Stage.fromValue(byte value) |
PeerRecoveryStatus.Stage |
PeerRecoveryStatus.getStage()
Deprecated.
|
static PeerRecoveryStatus.Stage |
PeerRecoveryStatus.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeerRecoveryStatus.Stage[] |
PeerRecoveryStatus.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PeerRecoveryStatus(PeerRecoveryStatus.Stage stage,
long startTime,
long time,
long indexSize,
long reusedIndexSize,
long recoveredIndexSize,
long recoveredTranslogOperations)
Deprecated.
|
Copyright © 2009–2015. All rights reserved.