Package | Description |
---|---|
alluxio.grpc | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static CommandType |
GrpcUtils.toProto(CommandType commandType) |
Modifier and Type | Method and Description |
---|---|
CommandType |
FileSystemCommand.getCommandType() |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemCommand.setCommandType(CommandType commandType)
Set the command type.
|
Constructor and Description |
---|
FileSystemCommand(CommandType commandType,
FileSystemCommandOptions commandOptions)
Create a new instance of
FileSystemCommand . |
Copyright © 2023. All Rights Reserved.