org.elasticsearch.index.gateway
Class IndexShardGateway.RecoveryStatus

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

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


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

Constructor Detail

IndexShardGateway.RecoveryStatus

public IndexShardGateway.RecoveryStatus(IndexShardGateway.RecoveryStatus.Index index,
                                        IndexShardGateway.RecoveryStatus.Translog translog)
Method Detail

index

public IndexShardGateway.RecoveryStatus.Index index()

translog

public IndexShardGateway.RecoveryStatus.Translog translog()