Class LocalConsistencyCheckCommand

  • All Implemented Interfaces:
    org.apache.bookkeeper.tools.framework.Command<org.apache.bookkeeper.tools.common.BKFlags>

    public class LocalConsistencyCheckCommand
    extends BookieCommand<org.apache.bookkeeper.tools.framework.CliFlags>
    Command to check local storage for inconsistencies.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static org.slf4j.Logger LOG  
      • Fields inherited from class org.apache.bookkeeper.tools.framework.CliCommand

        spec
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(ServerConfiguration conf, org.apache.bookkeeper.tools.framework.CliFlags cmdFlags)  
      • Methods inherited from class org.apache.bookkeeper.tools.common.BKCommand

        acceptServiceUri, apply, apply, apply
      • Methods inherited from class org.apache.bookkeeper.tools.framework.CliCommand

        category, description, name, path, setParent, usage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.bookkeeper.tools.framework.Command

        hidden
    • Field Detail

      • LOG

        static final org.slf4j.Logger LOG
    • Constructor Detail

      • LocalConsistencyCheckCommand

        public LocalConsistencyCheckCommand()
    • Method Detail

      • apply

        public boolean apply​(ServerConfiguration conf,
                             org.apache.bookkeeper.tools.framework.CliFlags cmdFlags)
        Specified by:
        apply in class BookieCommand<org.apache.bookkeeper.tools.framework.CliFlags>