org.elasticsearch.index.gateway
Class IndexShardGateway.RecoveryStatus.Index

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

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


Constructor Summary
IndexShardGateway.RecoveryStatus.Index(long version, int numberOfFiles, SizeValue totalSize, TimeValue throttlingWaitTime)
           
 
Method Summary
 int numberOfFiles()
           
 TimeValue throttlingWaitTime()
           
 SizeValue totalSize()
           
 long version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexShardGateway.RecoveryStatus.Index

public IndexShardGateway.RecoveryStatus.Index(long version,
                                              int numberOfFiles,
                                              SizeValue totalSize,
                                              TimeValue throttlingWaitTime)
Method Detail

version

public long version()

numberOfFiles

public int numberOfFiles()

totalSize

public SizeValue totalSize()

throttlingWaitTime

public TimeValue throttlingWaitTime()