Uses of Class
tachyon.thrift.Command._Fields

Packages that use Command._Fields
tachyon.thrift   
 

Uses of Command._Fields in tachyon.thrift
 

Fields in tachyon.thrift with type parameters of type Command._Fields
static Map<Command._Fields,org.apache.thrift.meta_data.FieldMetaData> Command.metaDataMap
           
 

Methods in tachyon.thrift that return Command._Fields
 Command._Fields Command.fieldForId(int fieldId)
           
static Command._Fields Command._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static Command._Fields Command._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static Command._Fields Command._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static Command._Fields Command._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command._Fields[] Command._Fields.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 Command._Fields
 Object Command.getFieldValue(Command._Fields field)
           
 boolean Command.isSet(Command._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void Command.setFieldValue(Command._Fields field, Object value)
           
 



Copyright © 2013. All Rights Reserved.