Class IndexShardSnapshotStatus.Copy
java.lang.Object
org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Copy
- Enclosing class:
- IndexShardSnapshotStatus
Returns an immutable state of
IndexShardSnapshotStatus
at a given point in time.-
Constructor Summary
ConstructorDescriptionCopy(IndexShardSnapshotStatus.Stage stage, long startTime, long totalTime, int incrementalFileCount, int totalFileCount, int processedFileCount, long incrementalSize, long totalSize, long processedSize, long indexVersion, String failure)
-
Method Summary
-
Constructor Details
-
Copy
public Copy(IndexShardSnapshotStatus.Stage stage, long startTime, long totalTime, int incrementalFileCount, int totalFileCount, int processedFileCount, long incrementalSize, long totalSize, long processedSize, long indexVersion, String failure)
-
-
Method Details
-
getStage
-
getStartTime
public long getStartTime() -
getTotalTime
public long getTotalTime() -
getIncrementalFileCount
public int getIncrementalFileCount() -
getTotalFileCount
public int getTotalFileCount() -
getProcessedFileCount
public int getProcessedFileCount() -
getIncrementalSize
public long getIncrementalSize() -
getTotalSize
public long getTotalSize() -
getProcessedSize
public long getProcessedSize() -
getIndexVersion
public long getIndexVersion() -
getFailure
-
toString
-