Package org.elasticsearch.cluster
Class RepositoryCleanupInProgress.Entry
java.lang.Object
org.elasticsearch.cluster.RepositoryCleanupInProgress.Entry
- All Implemented Interfaces:
Writeable
,RepositoryOperation
- Enclosing class:
- RepositoryCleanupInProgress
public static final class RepositoryCleanupInProgress.Entry
extends Object
implements Writeable, RepositoryOperation
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionName of the repository affected.long
The repository state id at the time the operation began.toString()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
Entry
-
-
Method Details
-
repositoryStateId
public long repositoryStateId()Description copied from interface:RepositoryOperation
The repository state id at the time the operation began.- Specified by:
repositoryStateId
in interfaceRepositoryOperation
-
repository
Description copied from interface:RepositoryOperation
Name of the repository affected.- Specified by:
repository
in interfaceRepositoryOperation
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
toString
-