クラス ObjStoreDDLGenerateBatch

java.lang.Object
org.iplass.mtp.tools.batch.MtpCuiBase
org.iplass.mtp.tools.batch.storagespace.ObjStoreDDLGenerateBatch

public class ObjStoreDDLGenerateBatch extends MtpCuiBase
Custom StorageSpace用のDDL生成バッチ
  • コンストラクタの詳細

    • ObjStoreDDLGenerateBatch

      public ObjStoreDDLGenerateBatch(String... args) throws Exception
      args[0]・・・execMode args[1]・・・tmplRootPath args[2]・・・outputRootPath args[3]・・・storageSpaceName args[4]・・・partition args[5]・・・compressedFormat
      例外:
      Exception
  • メソッドの詳細

    • main

      public static void main(String[] args) throws Exception
      args[0]・・・execMode args[1]・・・tmplRootPath args[2]・・・outputRootPath args[3]・・・storageSpaceName args[4]・・・partition args[5]・・・compressedFormat
      例外:
      Exception
    • execute

      public boolean execute() throws Exception
      モードに合わせて実行します。
      戻り値:
      例外:
      Exception
    • loggingLogger

      protected org.slf4j.Logger loggingLogger()
      定義:
      loggingLogger クラス内 MtpCuiBase