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