Package org.elasticsearch.cluster
Class RepositoryCleanupInProgress.Entry
- java.lang.Object
-
- org.elasticsearch.cluster.RepositoryCleanupInProgress.Entry
-
- All Implemented Interfaces:
Writeable
- Enclosing class:
- RepositoryCleanupInProgress
public static final class RepositoryCleanupInProgress.Entry extends Object implements Writeable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringrepository()StringtoString()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
-
-
Constructor Detail
-
Entry
public Entry(String repository, long repositoryStateId)
-
-
Method Detail
-
repository
public String repository()
-
writeTo
public void writeTo(StreamOutput out) throws IOException
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
-