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

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

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

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

Constructors in org.elasticsearch.action.admin.indices.status with parameters of type GatewayRecoveryStatus.Stage
GatewayRecoveryStatus(GatewayRecoveryStatus.Stage stage, long startTime, long time, long indexSize, long reusedIndexSize, long recoveredIndexSize, long recoveredTranslogOperations)
           
 



Copyright © 2009-2012. All Rights Reserved.