Class RepositoryCleanupInProgress.Entry

org.elasticsearch.cluster.RepositoryCleanupInProgress.Entry
All Implemented Interfaces:
Writeable, RepositoryOperation
Enclosing class:
RepositoryCleanupInProgress

public static final class RepositoryCleanupInProgress.Entry extends 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
     repository, long repositoryStateId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the repository affected.
    long
    The repository state id at the time the operation began.
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , , , ,
  • Constructor Details

    • Entry

      public Entry( repository, long repositoryStateId)
  • Method Details