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

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

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

Methods in org.elasticsearch.action.admin.indices.status that return PeerRecoveryStatus.Stage
static PeerRecoveryStatus.Stage PeerRecoveryStatus.Stage.fromValue(byte value)
           
 PeerRecoveryStatus.Stage PeerRecoveryStatus.stage()
           
static PeerRecoveryStatus.Stage PeerRecoveryStatus.Stage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PeerRecoveryStatus.Stage[] PeerRecoveryStatus.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 PeerRecoveryStatus.Stage
PeerRecoveryStatus(PeerRecoveryStatus.Stage stage, long startTime, long time, long indexSize, long reusedIndexSize, long recoveredIndexSize, long recoveredTranslogOperations)
           
 



Copyright © 2009-2012. All Rights Reserved.