Class DataStoreCommand

  • All Implemented Interfaces:
    Command

    public class DataStoreCommand
    extends java.lang.Object
    implements Command
    Command to check data store consistency and also optionally retrieve ids and references.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Detail

      • DataStoreCommand

        public DataStoreCommand()
    • Method Detail

      • execute

        public void execute​(java.lang.String... args)
                     throws java.lang.Exception
        Specified by:
        execute in interface Command
        Throws:
        java.lang.Exception
      • setupLogging

        protected static void setupLogging​(DataStoreOptions dataStoreOpts)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)