| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
CommandType |
LineageCommand.commandType |
CommandType |
Command.commandType |
| 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 |
LineageCommand.getCommandType() |
CommandType |
Command.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 |
|---|---|
LineageCommand |
LineageCommand.setCommandType(CommandType commandType) |
Command |
Command.setCommandType(CommandType commandType) |
| Constructor and Description |
|---|
Command(CommandType commandType,
List<Long> data) |
LineageCommand(CommandType commandType,
List<CheckpointFile> checkpointFiles) |
Copyright © 2015. All Rights Reserved.