Class RepositoryState


  • public class RepositoryState
    extends Object
    A class that maintains a thread-safe ready indicator on the current bootstrap state of the repository.
    Author:
    Andy
    • Constructor Detail

      • RepositoryState

        public RepositoryState()
    • Method Detail

      • isBootstrapping

        public boolean isBootstrapping()
        Determine if the repository is ready to use.
        Returns:
        true if the repository bootstrap process is still going, or false if the repository is ready to use
      • setBootstrapping

        public void setBootstrapping​(boolean bootstrapping)