org.elasticsearch.index.gateway
Class SnapshotStatus.Translog

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

public static class SnapshotStatus.Translog
extends Object


Constructor Summary
SnapshotStatus.Translog()
           
 
Method Summary
 int expectedNumberOfOperations()
           
 void expectedNumberOfOperations(int expectedNumberOfOperations)
           
 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

SnapshotStatus.Translog

public SnapshotStatus.Translog()
Method Detail

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

expectedNumberOfOperations

public int expectedNumberOfOperations()

expectedNumberOfOperations

public void expectedNumberOfOperations(int expectedNumberOfOperations)


Copyright © 2009-2012. All Rights Reserved.