所有程序包的分层结构
程序包分层结构:- com.alibaba.csp.sentinel.adapter.gateway.common,
- com.alibaba.csp.sentinel.adapter.gateway.common.api,
- com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher,
- com.alibaba.csp.sentinel.adapter.gateway.common.command,
- com.alibaba.csp.sentinel.adapter.gateway.common.param,
- com.alibaba.csp.sentinel.adapter.gateway.common.rule,
- com.alibaba.csp.sentinel.adapter.gateway.common.slot
类分层结构
- java.lang.Object
- com.alibaba.csp.sentinel.adapter.gateway.common.api.matcher.AbstractApiMatcher<T> (implements com.alibaba.csp.sentinel.util.function.Predicate<T>)
- com.alibaba.csp.sentinel.slotchain.AbstractLinkedProcessorSlot<T> (implements com.alibaba.csp.sentinel.slotchain.ProcessorSlot<T>)
- com.alibaba.csp.sentinel.adapter.gateway.common.slot.GatewayFlowSlot
- com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiDefinition
- com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiPathPredicateItem (implements com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiPredicateItem)
- com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiPredicateGroupItem (implements com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiPredicateItem)
- com.alibaba.csp.sentinel.adapter.gateway.common.param.ConfigurableRequestItemParser<T> (implements com.alibaba.csp.sentinel.adapter.gateway.common.param.RequestItemParser<T>)
- com.alibaba.csp.sentinel.slots.DefaultSlotChainBuilder (implements com.alibaba.csp.sentinel.slotchain.SlotChainBuilder)
- com.alibaba.csp.sentinel.adapter.gateway.common.slot.GatewaySlotChainBuilder
- com.alibaba.csp.sentinel.adapter.gateway.common.api.GatewayApiDefinitionManager
- com.alibaba.csp.sentinel.adapter.gateway.common.rule.GatewayFlowRule
- com.alibaba.csp.sentinel.adapter.gateway.common.rule.GatewayParamFlowItem
- com.alibaba.csp.sentinel.adapter.gateway.common.param.GatewayParamParser<T>
- com.alibaba.csp.sentinel.adapter.gateway.common.param.GatewayRegexCache
- com.alibaba.csp.sentinel.adapter.gateway.common.rule.GatewayRuleManager
- com.alibaba.csp.sentinel.adapter.gateway.common.command.GetGatewayApiDefinitionGroupCommandHandler (implements com.alibaba.csp.sentinel.command.CommandHandler<R>)
- com.alibaba.csp.sentinel.adapter.gateway.common.command.GetGatewayRuleCommandHandler (implements com.alibaba.csp.sentinel.command.CommandHandler<R>)
- com.alibaba.csp.sentinel.adapter.gateway.common.SentinelGatewayConstants
- com.alibaba.csp.sentinel.adapter.gateway.common.command.UpdateGatewayApiDefinitionGroupCommandHandler (implements com.alibaba.csp.sentinel.command.CommandHandler<R>)
- com.alibaba.csp.sentinel.adapter.gateway.common.command.UpdateGatewayRuleCommandHandler (implements com.alibaba.csp.sentinel.command.CommandHandler<R>)
接口分层结构
- com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiDefinitionChangeObserver
- com.alibaba.csp.sentinel.adapter.gateway.common.api.ApiPredicateItem
- com.alibaba.csp.sentinel.adapter.gateway.common.param.RequestItemParser<T>