org.elasticsearch.indices.recovery
Class RecoveryStatus

java.lang.Object
  extended by org.elasticsearch.indices.recovery.RecoveryStatus

public class RecoveryStatus
extends Object


Nested Class Summary
static class RecoveryStatus.Stage
           
 
Constructor Summary
RecoveryStatus(long recoveryId, InternalIndexShard indexShard)
           
 
Method Summary
 long currentFilesSize()
           
 long currentTranslogOperations()
           
 long phase1ExistingTotalSize()
           
 long phase1TotalSize()
           
 RecoveryStatus.Stage stage()
           
 long startTime()
           
 long time()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryStatus

public RecoveryStatus(long recoveryId,
                      InternalIndexShard indexShard)
Method Detail

startTime

public long startTime()

time

public long time()

phase1TotalSize

public long phase1TotalSize()

phase1ExistingTotalSize

public long phase1ExistingTotalSize()

stage

public RecoveryStatus.Stage stage()

currentTranslogOperations

public long currentTranslogOperations()

currentFilesSize

public long currentFilesSize()


Copyright © 2009-2012. All Rights Reserved.