Uses of Class
ai.heavy.thrift.server.TDBInfo._Fields
-
Packages that use TDBInfo._Fields Package Description ai.heavy.thrift.server -
-
Uses of TDBInfo._Fields in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TDBInfo._Fields Modifier and Type Field Description static Map<TDBInfo._Fields,org.apache.thrift.meta_data.FieldMetaData>TDBInfo. metaDataMapMethods in ai.heavy.thrift.server that return TDBInfo._Fields Modifier and Type Method Description TDBInfo._FieldsTDBInfo. fieldForId(int fieldId)static TDBInfo._FieldsTDBInfo._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TDBInfo._FieldsTDBInfo._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TDBInfo._FieldsTDBInfo._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TDBInfo._FieldsTDBInfo._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TDBInfo._Fields[]TDBInfo._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TDBInfo._Fields Modifier and Type Method Description ObjectTDBInfo. getFieldValue(TDBInfo._Fields field)booleanTDBInfo. isSet(TDBInfo._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTDBInfo. setFieldValue(TDBInfo._Fields field, Object value)
-