public class FidCommands
extends com.mapr.cliframework.base.CLIBaseClass
implements com.mapr.cliframework.base.CLIInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
FidCommands.KVFormatType |
class |
FidCommands.NameEnt |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,com.mapr.cliframework.base.inputparams.BaseInputParameter> |
baseParams |
static java.lang.String |
COLUMN_SEP |
static java.lang.String |
MULTI_ARG_SEP |
| Constructor and Description |
|---|
FidCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand) |
| Modifier and Type | Method and Description |
|---|---|
static com.mapr.cliframework.base.CommandOutput.OutputHierarchy.OutputNode |
dumpInlineXAttrs(com.google.protobuf.ByteString xattrs) |
com.mapr.cliframework.base.CommandOutput |
executeRealCommand() |
static java.lang.String |
getCompressionType(com.mapr.fs.proto.Common.FileCompressionType ct) |
long |
getLong(byte[] b) |
FidCommands.NameEnt |
getNameEnt(com.google.protobuf.ByteString bs,
int offset) |
static java.lang.String |
printableFid(com.mapr.fs.proto.Common.FidMsg f) |
static java.lang.String |
printableSubType(com.mapr.fs.proto.Common.FileType type,
com.mapr.fs.proto.Common.FileSubType subtype) |
executeCommand, 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 MULTI_ARG_SEP
public static final java.lang.String COLUMN_SEP
public static java.util.Map<java.lang.String,com.mapr.cliframework.base.inputparams.BaseInputParameter> baseParams
public FidCommands(com.mapr.cliframework.base.ProcessedInput input,
com.mapr.cliframework.base.CLICommand cliCommand)
throws com.mapr.cliframework.base.CLIProcessingException
com.mapr.cliframework.base.CLIProcessingExceptionpublic long getLong(byte[] b)
public FidCommands.NameEnt getNameEnt(com.google.protobuf.ByteString bs, int offset)
public com.mapr.cliframework.base.CommandOutput executeRealCommand()
throws com.mapr.cliframework.base.CLIProcessingException
executeRealCommand in class com.mapr.cliframework.base.CLIBaseClasscom.mapr.cliframework.base.CLIProcessingExceptionpublic static com.mapr.cliframework.base.CommandOutput.OutputHierarchy.OutputNode dumpInlineXAttrs(com.google.protobuf.ByteString xattrs)
public static java.lang.String printableFid(com.mapr.fs.proto.Common.FidMsg f)
public static java.lang.String printableSubType(com.mapr.fs.proto.Common.FileType type,
com.mapr.fs.proto.Common.FileSubType subtype)
public static java.lang.String getCompressionType(com.mapr.fs.proto.Common.FileCompressionType ct)