Uses of Class
org.elasticsearch.index.gateway.RecoveryStatus.Stage

Packages that use RecoveryStatus.Stage
org.elasticsearch.index.gateway   
 

Uses of RecoveryStatus.Stage in org.elasticsearch.index.gateway
 

Methods in org.elasticsearch.index.gateway that return RecoveryStatus.Stage
 RecoveryStatus.Stage RecoveryStatus.stage()
           
static RecoveryStatus.Stage RecoveryStatus.Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecoveryStatus.Stage[] RecoveryStatus.Stage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.index.gateway with parameters of type RecoveryStatus.Stage
 RecoveryStatus RecoveryStatus.updateStage(RecoveryStatus.Stage stage)
           
 



Copyright © 2009-2012. All Rights Reserved.