Uses of Class
org.elasticsearch.action.admin.indices.status.GatewaySnapshotStatus.Stage

Packages that use GatewaySnapshotStatus.Stage
org.elasticsearch.action.admin.indices.status   
 

Uses of GatewaySnapshotStatus.Stage in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status that return GatewaySnapshotStatus.Stage
static GatewaySnapshotStatus.Stage GatewaySnapshotStatus.Stage.fromValue(byte value)
           
 GatewaySnapshotStatus.Stage GatewaySnapshotStatus.getStage()
           
 GatewaySnapshotStatus.Stage GatewaySnapshotStatus.stage()
           
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.
 

Constructors in org.elasticsearch.action.admin.indices.status with parameters of type GatewaySnapshotStatus.Stage
GatewaySnapshotStatus(GatewaySnapshotStatus.Stage stage, long startTime, long time, long indexSize, int expectedNumberOfOperations)
           
 



Copyright © 2009-2012. All Rights Reserved.