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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the repository affected.longThe repository state id at the time the operation began.toString()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
Entry
-
-
Method Details
-
repositoryStateId
public long repositoryStateId()Description copied from interface:RepositoryOperationThe repository state id at the time the operation began.- Specified by:
repositoryStateIdin interfaceRepositoryOperation
-
repository
Description copied from interface:RepositoryOperationName of the repository affected.- Specified by:
repositoryin interfaceRepositoryOperation
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toString
-