org.elasticsearch.index.gateway
Class IndexShardGateway.SnapshotStatus

java.lang.Object
  extended by org.elasticsearch.index.gateway.IndexShardGateway.SnapshotStatus
Enclosing interface:
IndexShardGateway

public static class IndexShardGateway.SnapshotStatus
extends java.lang.Object


Nested Class Summary
static class IndexShardGateway.SnapshotStatus.Index
           
static class IndexShardGateway.SnapshotStatus.Translog
           
 
Field Summary
static IndexShardGateway.SnapshotStatus NA
           
 
Constructor Summary
IndexShardGateway.SnapshotStatus(TimeValue totalTime, IndexShardGateway.SnapshotStatus.Index index, IndexShardGateway.SnapshotStatus.Translog translog)
           
 
Method Summary
 IndexShardGateway.SnapshotStatus.Index index()
           
 TimeValue totalTime()
           
 IndexShardGateway.SnapshotStatus.Translog translog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NA

public static IndexShardGateway.SnapshotStatus NA
Constructor Detail

IndexShardGateway.SnapshotStatus

public IndexShardGateway.SnapshotStatus(TimeValue totalTime,
                                        IndexShardGateway.SnapshotStatus.Index index,
                                        IndexShardGateway.SnapshotStatus.Translog translog)
Method Detail

totalTime

public TimeValue totalTime()

index

public IndexShardGateway.SnapshotStatus.Index index()

translog

public IndexShardGateway.SnapshotStatus.Translog translog()