Module org.elasticsearch.server
Package org.elasticsearch.index.reindex
Interface ResumeInfo.WorkerResumeInfo
- All Superinterfaces:
NamedWriteable,Writeable
- All Known Implementing Classes:
ResumeInfo.PitWorkerResumeInfo,ResumeInfo.ScrollWorkerResumeInfo
- Enclosing class:
ResumeInfo
Resume information for a single worker of a BulkByScrollTask.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Method Summary
Methods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableName
-
Method Details
-
startTimeEpochMillis
long startTimeEpochMillis() -
status
BulkByScrollTask.Status status()
-