Uses of Class
dev.vality.damsel.fault_detector.ServiceConfig._Fields
-
Uses of ServiceConfig._Fields in dev.vality.damsel.fault_detector
Fields in dev.vality.damsel.fault_detector with type parameters of type ServiceConfig._Fields Modifier and Type Field Description static Map<ServiceConfig._Fields,org.apache.thrift.meta_data.FieldMetaData>ServiceConfig. metaDataMapMethods in dev.vality.damsel.fault_detector that return ServiceConfig._Fields Modifier and Type Method Description ServiceConfig._FieldsServiceConfig. fieldForId(int fieldId)static ServiceConfig._FieldsServiceConfig._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static ServiceConfig._FieldsServiceConfig._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static ServiceConfig._FieldsServiceConfig._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.ServiceConfig._Fields[]ServiceConfig. getFields()static ServiceConfig._FieldsServiceConfig._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceConfig._Fields[]ServiceConfig._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.fault_detector that return types with arguments of type ServiceConfig._Fields Modifier and Type Method Description Map<ServiceConfig._Fields,org.apache.thrift.meta_data.FieldMetaData>ServiceConfig. getFieldMetaData()Methods in dev.vality.damsel.fault_detector with parameters of type ServiceConfig._Fields Modifier and Type Method Description ObjectServiceConfig. getFieldValue(ServiceConfig._Fields field)booleanServiceConfig. isSet(ServiceConfig._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidServiceConfig. setFieldValue(ServiceConfig._Fields field, Object value)