Uses of Enum Class
dev.vality.damsel.limiter.config.LimitScopeType._Fields
Packages that use LimitScopeType._Fields
-
Uses of LimitScopeType._Fields in dev.vality.damsel.limiter.config
Fields in dev.vality.damsel.limiter.config with type parameters of type LimitScopeType._FieldsModifier and TypeFieldDescriptionstatic final Map<LimitScopeType._Fields,org.apache.thrift.meta_data.FieldMetaData> LimitScopeType.metaDataMapMethods in dev.vality.damsel.limiter.config that return LimitScopeType._FieldsModifier and TypeMethodDescriptionprotected LimitScopeType._FieldsLimitScopeType.enumForId(short id) LimitScopeType.fieldForId(int fieldId) static LimitScopeType._FieldsLimitScopeType._Fields.findByName(String name) Find the _Fields constant that matches name, or null if its not found.static LimitScopeType._FieldsLimitScopeType._Fields.findByThriftId(int fieldId) Find the _Fields constant that matches fieldId, or null if its not found.static LimitScopeType._FieldsLimitScopeType._Fields.findByThriftIdOrThrow(int fieldId) Find the _Fields constant that matches fieldId, throwing an exception if it is not found.LimitScopeType.getFields()static LimitScopeType._FieldsReturns the enum constant of this class with the specified name.static LimitScopeType._Fields[]LimitScopeType._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 LimitScopeType._FieldsModifier and TypeMethodDescriptionMap<LimitScopeType._Fields,org.apache.thrift.meta_data.FieldMetaData> LimitScopeType.getFieldMetaData()Methods in dev.vality.damsel.limiter.config with parameters of type LimitScopeType._FieldsModifier and TypeMethodDescriptionprotected voidLimitScopeType.checkType(LimitScopeType._Fields setField, Object value) protected org.apache.thrift.protocol.TFieldLimitScopeType.getFieldDesc(LimitScopeType._Fields setField) Constructors in dev.vality.damsel.limiter.config with parameters of type LimitScopeType._Fields