Uses of Class
ai.heavy.thrift.server.TKrb5Session._Fields
-
Packages that use TKrb5Session._Fields Package Description ai.heavy.thrift.server -
-
Uses of TKrb5Session._Fields in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TKrb5Session._Fields Modifier and Type Field Description static Map<TKrb5Session._Fields,org.apache.thrift.meta_data.FieldMetaData>TKrb5Session. metaDataMapMethods in ai.heavy.thrift.server that return TKrb5Session._Fields Modifier and Type Method Description TKrb5Session._FieldsTKrb5Session. fieldForId(int fieldId)static TKrb5Session._FieldsTKrb5Session._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TKrb5Session._FieldsTKrb5Session._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TKrb5Session._FieldsTKrb5Session._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TKrb5Session._FieldsTKrb5Session._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TKrb5Session._Fields[]TKrb5Session._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 TKrb5Session._Fields Modifier and Type Method Description ObjectTKrb5Session. getFieldValue(TKrb5Session._Fields field)booleanTKrb5Session. isSet(TKrb5Session._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTKrb5Session. setFieldValue(TKrb5Session._Fields field, Object value)
-