public class StreamUpstreamCommands extends DbUpstreamCommands
| 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 java.lang.String |
START_PARAM_NAME |
static com.mapr.cliframework.base.CLICommand |
upstreamCommands |
| Constructor and Description |
|---|
StreamUpstreamCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addUpstream(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 |
listUpstream(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
protected void |
removeUpstream(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out) |
addUpStreamexecuteCommand, 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 upstreamCommands
public StreamUpstreamCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand)
public java.lang.String entityName()
entityName in class DbUpstreamCommandspublic com.mapr.cliframework.base.CommandOutput executeRealCommand()
throws com.mapr.cliframework.base.CLIProcessingException
executeRealCommand in class DbUpstreamCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void addUpstream(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
addUpstream in class DbUpstreamCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void listUpstream(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
listUpstream in class DbUpstreamCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected void removeUpstream(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out)
throws com.mapr.cliframework.base.CLIProcessingException
removeUpstream in class DbUpstreamCommandscom.mapr.cliframework.base.CLIProcessingExceptionprotected RecentTablesListManager getRecentListManager(java.lang.String user)
getRecentListManager in class DbUpstreamCommands