org.elasticsearch.action.admin.indices.status
Class PeerRecoveryStatus

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.status.PeerRecoveryStatus

public class PeerRecoveryStatus
extends Object


Nested Class Summary
static class PeerRecoveryStatus.Stage
           
 
Constructor Summary
PeerRecoveryStatus(PeerRecoveryStatus.Stage stage, long startTime, long time, long indexSize, long reusedIndexSize, long recoveredIndexSize, long recoveredTranslogOperations)
           
 
Method Summary
 ByteSizeValue expectedRecoveredIndexSize()
           
 ByteSizeValue getExpectedRecoveredIndexSize()
           
 int getIndexRecoveryProgress()
           
 ByteSizeValue getIndexSize()
           
 ByteSizeValue getRecoveredIndexSize()
          How much of the index has been recovered.
 long getRecoveredTranslogOperations()
           
 ByteSizeValue getReusedIndexSize()
           
 long getStartTime()
           
 TimeValue getTime()
           
 int indexRecoveryProgress()
           
 ByteSizeValue indexSize()
           
 ByteSizeValue recoveredIndexSize()
          How much of the index has been recovered.
 long recoveredTranslogOperations()
           
 ByteSizeValue reusedIndexSize()
           
 PeerRecoveryStatus.Stage stage()
           
 long startTime()
           
 TimeValue time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerRecoveryStatus

public PeerRecoveryStatus(PeerRecoveryStatus.Stage stage,
                          long startTime,
                          long time,
                          long indexSize,
                          long reusedIndexSize,
                          long recoveredIndexSize,
                          long recoveredTranslogOperations)
Method Detail

stage

public PeerRecoveryStatus.Stage stage()

startTime

public long startTime()

getStartTime

public long getStartTime()

time

public TimeValue time()

getTime

public TimeValue getTime()

indexSize

public ByteSizeValue indexSize()

getIndexSize

public ByteSizeValue getIndexSize()

reusedIndexSize

public ByteSizeValue reusedIndexSize()

getReusedIndexSize

public ByteSizeValue getReusedIndexSize()

expectedRecoveredIndexSize

public ByteSizeValue expectedRecoveredIndexSize()

getExpectedRecoveredIndexSize

public ByteSizeValue getExpectedRecoveredIndexSize()

recoveredIndexSize

public ByteSizeValue recoveredIndexSize()
How much of the index has been recovered.


getRecoveredIndexSize

public ByteSizeValue getRecoveredIndexSize()
How much of the index has been recovered.


indexRecoveryProgress

public int indexRecoveryProgress()

getIndexRecoveryProgress

public int getIndexRecoveryProgress()

recoveredTranslogOperations

public long recoveredTranslogOperations()

getRecoveredTranslogOperations

public long getRecoveredTranslogOperations()


Copyright © 2009-2012. All Rights Reserved.