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