org.elasticsearch.index.gateway
Class SnapshotStatus

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

public class SnapshotStatus
extends Object


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

Constructor Detail

SnapshotStatus

public SnapshotStatus()
Method Detail

stage

public SnapshotStatus.Stage stage()

updateStage

public SnapshotStatus updateStage(SnapshotStatus.Stage stage)

startTime

public long startTime()

startTime

public void startTime(long startTime)

time

public long time()

time

public void time(long time)

failed

public void failed(Throwable failure)

index

public SnapshotStatus.Index index()

translog

public SnapshotStatus.Translog translog()


Copyright © 2009-2012. All Rights Reserved.