org.elasticsearch.index.gateway
Class RecoveryStatus.Start

java.lang.Object
  extended by org.elasticsearch.index.gateway.RecoveryStatus.Start
Enclosing class:
RecoveryStatus

public static class RecoveryStatus.Start
extends Object


Constructor Summary
RecoveryStatus.Start()
           
 
Method Summary
 long checkIndexTime()
           
 void checkIndexTime(long checkIndexTime)
           
 long startTime()
           
 void startTime(long startTime)
           
 long time()
           
 void time(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryStatus.Start

public RecoveryStatus.Start()
Method Detail

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

checkIndexTime

public long checkIndexTime()

checkIndexTime

public void checkIndexTime(long checkIndexTime)


Copyright © 2009-2012. All Rights Reserved.