Uses of Class
dev.vality.machinegun.base.Timer._Fields
| Package | Description |
|---|---|
| dev.vality.machinegun.base |
-
Uses of Timer._Fields in dev.vality.machinegun.base
Fields in dev.vality.machinegun.base with type parameters of type Timer._Fields Modifier and Type Field Description static Map<Timer._Fields,org.apache.thrift.meta_data.FieldMetaData>Timer. metaDataMapMethods in dev.vality.machinegun.base that return Timer._Fields Modifier and Type Method Description protected Timer._FieldsTimer. enumForId(short id)Timer._FieldsTimer. fieldForId(int fieldId)static Timer._FieldsTimer._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static Timer._FieldsTimer._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static Timer._FieldsTimer._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.Timer._Fields[]Timer. getFields()static Timer._FieldsTimer._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static Timer._Fields[]Timer._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.machinegun.base that return types with arguments of type Timer._Fields Modifier and Type Method Description Map<Timer._Fields,org.apache.thrift.meta_data.FieldMetaData>Timer. getFieldMetaData()Methods in dev.vality.machinegun.base with parameters of type Timer._Fields Modifier and Type Method Description protected voidTimer. checkType(Timer._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldTimer. getFieldDesc(Timer._Fields setField)Constructors in dev.vality.machinegun.base with parameters of type Timer._Fields Constructor Description Timer(Timer._Fields setField, Object value)