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

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

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

Methods in org.elasticsearch.index.gateway that return SnapshotStatus.Stage
 SnapshotStatus.Stage SnapshotStatus.stage()
           
static SnapshotStatus.Stage SnapshotStatus.Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SnapshotStatus.Stage[] SnapshotStatus.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 SnapshotStatus.Stage
 SnapshotStatus SnapshotStatus.updateStage(SnapshotStatus.Stage stage)
           
 



Copyright © 2009-2012. All Rights Reserved.