Class RepositoryCleanupInProgress.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.String repository, long repositoryStateId)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String repository()  
      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
    • Constructor Detail

      • Entry

        public Entry​(java.lang.String repository,
                     long repositoryStateId)
    • Method Detail

      • repository

        public java.lang.String repository()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object