Uses of Class
tachyon.thrift.CommandType

Packages that use CommandType
tachyon.thrift   
 

Uses of CommandType in tachyon.thrift
 

Fields in tachyon.thrift declared as CommandType
 CommandType Command.mCommandType
           
 

Methods in tachyon.thrift that return CommandType
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.
 

Methods in tachyon.thrift with parameters of type CommandType
 Command Command.setMCommandType(CommandType mCommandType)
           
 

Constructors in tachyon.thrift with parameters of type CommandType
Command(CommandType mCommandType, ByteBuffer mData)
           
 



Copyright © 2013. All Rights Reserved.