public class LobStoreMigrator extends MtpSilentBatch
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
LobStoreMigrator.MigrateMode
移行モード
|
static class |
LobStoreMigrator.MigrateTarget
移行対象
|
MtpCuiBase.LogListenerSILENT_MODE| コンストラクタと説明 |
|---|
LobStoreMigrator(LobStoreMigrator.MigrateMode mode,
LobStoreMigrator.MigrateTarget target,
java.lang.String rootDir,
int tenantId) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
execute()
Lobデータの移行を行います。
|
protected Logger |
loggingLogger() |
static void |
main(java.lang.String[] args)
引数について
移行モード:'F2R'(FileからRDBに移行)、'R2F'(RDBからFileに移行)
移行対象:'ALL'(BinaryとLongTextの両方)、'BINARY'(Binaryのみ)、'LONGTEXT'(LongTextのみ)
ルートディレクトリ:FileLobStoreのRootDir
テナントID:対象テナントID(-1の場合、全テナントが対象になります)
|
executeTaskaddLogListner, clearLog, executeTask, getAllTenantInfoList, getConfigSetting, getLanguage, getLogMessage, getValidTenantInfoList, isSuccess, logDebug, logEnvironment, logError, logError, logInfo, logInfo, logWarn, logWarn, readConsole, readConsoleBoolean, readConsoleInteger, readConsolePassword, removeLogListner, rs, setSuccess, showAllTenantList, showValidTenantList, switchLogpublic LobStoreMigrator(LobStoreMigrator.MigrateMode mode, LobStoreMigrator.MigrateTarget target, java.lang.String rootDir, int tenantId)
public static void main(java.lang.String[] args)
throws java.lang.Exception
引数について
args - java.lang.Exceptionpublic boolean execute()
throws java.lang.Exception
java.lang.Exceptionprotected Logger loggingLogger()
loggingLogger クラス内 MtpCuiBase