クラス PostgreSQLPartitionBatch
java.lang.Object
org.iplass.mtp.tools.batch.MtpCuiBase
org.iplass.mtp.tools.batch.partition.PostgreSQLPartitionBatch
- すべての実装されたインタフェース:
PartitionBatch
-
ネストされたクラスの概要
ネストされたクラスクラスから継承されたネストされたクラス/インタフェース org.iplass.mtp.tools.batch.MtpCuiBase
MtpCuiBase.LogListener -
フィールドの概要
クラスから継承されたフィールド org.iplass.mtp.tools.batch.MtpCuiBase
SILENT_MODE -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明booleancreatePartition(org.iplass.mtp.impl.tools.tenant.PartitionCreateParameter param) パーティションを作成します。booleanexecute()モードに合わせて実行します。List<org.iplass.mtp.impl.tools.tenant.PartitionInfo> パーティション情報を返します。protected org.slf4j.Loggerstatic voidargs[0]・・・execModeprotected Stringメッセージを返します。voidクラスから継承されたメソッド org.iplass.mtp.tools.batch.MtpCuiBase
addLogListner, clearLog, executeTask, executeTask, getAllTenantInfoList, getConfigSetting, getLanguage, getLogMessage, getValidTenantInfoList, isSuccess, logDebug, logEnvironment, logError, logError, logInfo, logInfo, logWarn, logWarn, readConsole, readConsoleBoolean, readConsoleInteger, readConsolePassword, removeLogListner, setSuccess, showAllTenantList, showValidTenantList, switchLogクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.tools.batch.partition.PartitionBatch
addLogListner
-
コンストラクタの詳細
-
PostgreSQLPartitionBatch
args[0]・・・execMode
-
-
メソッドの詳細
-
main
args[0]・・・execMode -
execute
public boolean execute()モードに合わせて実行します。- 戻り値:
- 実行結果
-
getExecMode
-
setExecMode
-
getPartitionInfo
パーティション情報を返します。
- 定義:
getPartitionInfoインタフェース内PartitionBatch- 戻り値:
- パーティション情報
-
createPartition
public boolean createPartition(org.iplass.mtp.impl.tools.tenant.PartitionCreateParameter param) パーティションを作成します。
- 定義:
createPartitionインタフェース内PartitionBatch- パラメータ:
param- 作成条件- 戻り値:
- 実行結果
-
rs
クラスからコピーされた説明:MtpCuiBaseメッセージを返します。- オーバーライド:
rsクラス内MtpCuiBase- パラメータ:
key- メッセージKEYargs- 引数- 戻り値:
- メッセージ
-
loggingLogger
protected org.slf4j.Logger loggingLogger()- 定義:
loggingLoggerクラス内MtpCuiBase
-