org.elasticsearch.index.gateway
Class RecoveryStatus.Translog

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

public static class RecoveryStatus.Translog
extends Object


Constructor Summary
RecoveryStatus.Translog()
           
 
Method Summary
 void addTranslogOperations(int count)
           
 int currentTranslogOperations()
           
 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.Translog

public RecoveryStatus.Translog()
Method Detail

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

addTranslogOperations

public void addTranslogOperations(int count)

currentTranslogOperations

public int currentTranslogOperations()


Copyright © 2009-2012. All Rights Reserved.