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