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