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 java.lang.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 
    Constructor Description
    Entry​(java.lang.String repository, long repositoryStateId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String repository()
    Name of the repository affected.
    long repositoryStateId()
    The repository state id at the time the operation began.
    java.lang.String toString()  
    void writeTo​(StreamOutput out)
    Write this into the StreamOutput.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait