Package | Description |
---|---|
tachyon.thrift |
Modifier and Type | Field and Description |
---|---|
CommandType |
Command.mCommandType |
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.getMCommandType() |
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.setMCommandType(CommandType mCommandType) |
Constructor and Description |
---|
Command(CommandType mCommandType,
List<Long> mData) |
Copyright © 2013. All rights reserved.