public class StreamReplicaCommands extends DbReplicaCommands
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLUMNS_PARAM_NAME |
static java.lang.String |
LIMIT_PARAM_NAME |
static java.lang.String |
OUTPUT_PARAM_NAME |
static com.mapr.cliframework.base.CLICommand |
replicaCommands |
static java.lang.String |
START_PARAM_NAME |
| Constructor and Description |
|---|
StreamReplicaCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
protected void |
autoSetup(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
protected void |
editReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
java.lang.String |
entityName() |
com.mapr.cliframework.base.CommandOutput |
executeRealCommand() |
protected RecentTablesListManager |
getRecentListManager(java.lang.String user) |
protected void |
listReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
protected void |
pauseOrResumeReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out,
boolean pause) |
protected void |
removeReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
addCfQualifiers, autoSetupInternal, changeLogSetup, copyTable, editChangelogReplica, familyIdToName, getAllFamilies, getCliParam, getCompressionName, getCompressionType, getTransformedTablePath, isChangelogDestination, isChangelogDestination, isExternalDestination, isExternalDestination, listChangelogReplica, parseColList, parseStreamTopicName, pauseOrResumeChangelogReplica, pauseOrResumeReplication, pauseOrResumeReplication, removeChangelogReplica, setupMultiMaster, setupReplication, setupReplication, validateIndexedFields, validateTopicName, verifyExternalDstSanity, verifyExternalDstSanity, verifyStreamPath, verifyStreamPathexecuteCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserCredentials, setVersion, validateInputpublic static final java.lang.String COLUMNS_PARAM_NAME
public static final java.lang.String OUTPUT_PARAM_NAME
public static final java.lang.String START_PARAM_NAME
public static final java.lang.String LIMIT_PARAM_NAME
public static final com.mapr.cliframework.base.CLICommand replicaCommands
public StreamReplicaCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand)
public java.lang.String entityName()
entityName in class DbReplicaCommandspublic com.mapr.cliframework.base.CommandOutput executeRealCommand()
throws com.mapr.cliframework.base.CLIProcessingException
executeRealCommand in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void autoSetup(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
autoSetup in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void addReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
addReplica in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void listReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
listReplica in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void editReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
editReplica in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void removeReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
removeReplica in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void pauseOrResumeReplica(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out,
boolean pause)
throws com.mapr.cliframework.base.CLIProcessingException
pauseOrResumeReplica in class DbReplicaCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected RecentTablesListManager getRecentListManager(java.lang.String user)
getRecentListManager in class DbReplicaCommands