Package com.mapr.cli.marlin
Class StreamsCommands
- java.lang.Object
-
- com.mapr.cliframework.base.CLIBaseClass
-
- com.mapr.cli.marlin.StreamsCommands
-
- All Implemented Interfaces:
com.mapr.cliframework.base.CLIInterface
public class StreamsCommands extends com.mapr.cliframework.base.CLIBaseClass implements com.mapr.cliframework.base.CLIInterface
-
-
Field Summary
Fields Modifier and Type Field Description static com.mapr.cliframework.base.CLICommandstreamCommands
-
Constructor Summary
Constructors Constructor Description StreamsCommands(com.mapr.cliframework.base.ProcessedInput input, com.mapr.cliframework.base.CLICommand cliCommand)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mapr.cliframework.base.CommandOutputexecuteRealCommand()static booleanisStream(java.lang.String pathName)static java.lang.StringmillisToDate(long millisSinceEpoch)-
Methods inherited from class com.mapr.cliframework.base.CLIBaseClass
executeCommand, executeSimpleSHHCommand, executeSimpleSHHCommand, getBooleanParam, getCLICommand, getCommandUsage, getGIds, getInput, getKeyType, getParamBooleanValue, getParamDateValue, getParamIntValue, getParamLongValue, getParamObjectValue, getParamTextValue, getUserClusterOps, getUserCredentials, getUserId, getUserLoginId, getVersion, isParamPresent, isParamValueEmpty, setServerCall, setUserClusterOps, setUserCredentials, setUserCredentialsByJwt, setVersion, skipValidation, validateInput
-
-
-
-
Method Detail
-
executeRealCommand
public com.mapr.cliframework.base.CommandOutput executeRealCommand() throws com.mapr.cliframework.base.CLIProcessingException- Specified by:
executeRealCommandin classcom.mapr.cliframework.base.CLIBaseClass- Throws:
com.mapr.cliframework.base.CLIProcessingException
-
isStream
public static boolean isStream(java.lang.String pathName) throws java.io.IOException, com.mapr.cliframework.base.CLIProcessingException- Throws:
java.io.IOExceptioncom.mapr.cliframework.base.CLIProcessingException
-
millisToDate
public static java.lang.String millisToDate(long millisSinceEpoch)
-
-