Package | Description |
---|---|
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
static CommandType |
CommandType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CommandType |
Command.getCommandType() |
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 |
---|---|
Command |
Command.setCommandType(CommandType commandType) |
FileSystemCommand |
FileSystemCommand.setCommandType(CommandType commandType) |
Constructor and Description |
---|
Command(CommandType commandType,
List<Long> data) |
FileSystemCommand(CommandType commandType,
FileSystemCommandOptions commandOptions) |
Copyright © 2023. All Rights Reserved.