Uses of Enum Class
dev.vality.damsel.limiter.config.LimitType._Fields
Packages that use LimitType._Fields
-
Uses of LimitType._Fields in dev.vality.damsel.limiter.config
Fields in dev.vality.damsel.limiter.config with type parameters of type LimitType._FieldsModifier and TypeFieldDescriptionstatic final Map<LimitType._Fields,org.apache.thrift.meta_data.FieldMetaData> LimitType.metaDataMapMethods in dev.vality.damsel.limiter.config that return LimitType._FieldsModifier and TypeMethodDescriptionprotected LimitType._FieldsLimitType.enumForId(short id) LimitType.fieldForId(int fieldId) static LimitType._FieldsLimitType._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static LimitType._FieldsLimitType._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static LimitType._FieldsLimitType._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.LimitType.getFields()static LimitType._FieldsReturns the enum constant of this class with the specified name.static LimitType._Fields[]LimitType._Fields.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.limiter.config that return types with arguments of type LimitType._FieldsModifier and TypeMethodDescriptionMap<LimitType._Fields,org.apache.thrift.meta_data.FieldMetaData> LimitType.getFieldMetaData()Methods in dev.vality.damsel.limiter.config with parameters of type LimitType._FieldsModifier and TypeMethodDescriptionprotected voidLimitType.checkType(LimitType._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldLimitType.getFieldDesc(LimitType._Fields setField) Constructors in dev.vality.damsel.limiter.config with parameters of type LimitType._Fields