org.elasticsearch.index.gateway
Class RecoveryStatus

java.lang.Object
  extended by org.elasticsearch.index.gateway.RecoveryStatus

public class RecoveryStatus
extends java.lang.Object


Nested Class Summary
static class RecoveryStatus.Index
           
static class RecoveryStatus.Stage
           
static class RecoveryStatus.Translog
           
 
Constructor Summary
RecoveryStatus()
           
 
Method Summary
 RecoveryStatus.Index index()
           
 RecoveryStatus.Stage stage()
           
 long startTime()
           
 void startTime(long startTime)
           
 long time()
           
 void time(long time)
           
 RecoveryStatus.Translog translog()
           
 RecoveryStatus updateStage(RecoveryStatus.Stage stage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryStatus

public RecoveryStatus()
Method Detail

stage

public RecoveryStatus.Stage stage()

updateStage

public RecoveryStatus updateStage(RecoveryStatus.Stage stage)

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

index

public RecoveryStatus.Index index()

translog

public RecoveryStatus.Translog translog()