索引
All Classes and Interfaces|常量字段值|所有程序包
A
- acquireConcurrentToken(String, FlowRule, int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.ConcurrentClusterFlowChecker
- add(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- add(ClusterFlowEvent, long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterMetricBucket
- add(ClusterFlowEvent, long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
- addConcurrency(Long, Integer) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
add current concurrency.
- addConnection(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- addConnection(String, String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- addDecoder(int, EntityDecoder<ByteBuf, ?>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.RequestDataDecodeRegistry
- addOccupyPass(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- addTransportConfigChangeObserver(ServerTransportConfigObserver) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Add a transport config observer.
- addValue(Object, int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- addWriter(int, EntityWriter<T, ByteBuf>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.ResponseDataWriterRegistry
- applyMaxQpsChange(double) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
B
- BLOCK - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Normal block.
- BLOCK_REQUEST - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Token request (from client) blocked.
C
- calcGlobalThreshold(FlowRule) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.ConcurrentClusterFlowChecker
- canPass() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- channelActive(ChannelHandlerContext) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.handler.TokenServerHandler
- channelInactive(ChannelHandlerContext) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.handler.TokenServerHandler
- channelRead(ChannelHandlerContext, Object) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.handler.TokenServerHandler
- clear() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- clear() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- clear() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- clientCount() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- close() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- closeAll() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- closeConnection(String, int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- ClusterConcurrentCheckerLogListener - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent中的类
- ClusterConcurrentCheckerLogListener() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.ClusterConcurrentCheckerLogListener
- ClusterFlowEvent - com.alibaba.csp.sentinel.cluster.flow.statistic.data中的Enum Class
- ClusterFlowRuleManager - com.alibaba.csp.sentinel.cluster.flow.rule中的类
-
Manager for cluster flow rules.
- ClusterMetric - com.alibaba.csp.sentinel.cluster.flow.statistic.metric中的类
- ClusterMetric(int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
- ClusterMetricBucket - com.alibaba.csp.sentinel.cluster.flow.statistic.data中的类
- ClusterMetricBucket() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterMetricBucket
- ClusterMetricLeapArray - com.alibaba.csp.sentinel.cluster.flow.statistic.metric中的类
- ClusterMetricLeapArray(int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- ClusterMetricNode - com.alibaba.csp.sentinel.cluster.flow.statistic中的类
- ClusterMetricNode() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- ClusterMetricNodeGenerator - com.alibaba.csp.sentinel.cluster.flow.statistic中的类
- ClusterMetricNodeGenerator() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNodeGenerator
- ClusterMetricStatistics - com.alibaba.csp.sentinel.cluster.flow.statistic中的类
- ClusterParameterLeapArray<C> - com.alibaba.csp.sentinel.cluster.flow.statistic.metric中的类
- ClusterParameterLeapArray(int, int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParameterLeapArray
- ClusterParamFlowChecker - com.alibaba.csp.sentinel.cluster.flow中的类
- ClusterParamFlowRuleManager - com.alibaba.csp.sentinel.cluster.flow.rule中的类
-
Manager for cluster parameter flow rules.
- ClusterParamMetric - com.alibaba.csp.sentinel.cluster.flow.statistic.metric中的类
- ClusterParamMetric(int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- ClusterParamMetric(int, int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- ClusterParamMetricStatistics - com.alibaba.csp.sentinel.cluster.flow.statistic中的类
- ClusterRuleUtil - com.alibaba.csp.sentinel.cluster.server.util中的类
- ClusterServerConfigManager - com.alibaba.csp.sentinel.cluster.server.config中的类
- ClusterServerStatLogUtil - com.alibaba.csp.sentinel.cluster.server.log中的类
- com.alibaba.csp.sentinel.cluster.flow - 程序包 com.alibaba.csp.sentinel.cluster.flow
- com.alibaba.csp.sentinel.cluster.flow.rule - 程序包 com.alibaba.csp.sentinel.cluster.flow.rule
- com.alibaba.csp.sentinel.cluster.flow.statistic - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic
- com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent
- com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire
- com.alibaba.csp.sentinel.cluster.flow.statistic.data - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic.data
- com.alibaba.csp.sentinel.cluster.flow.statistic.limit - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic.limit
- com.alibaba.csp.sentinel.cluster.flow.statistic.metric - 程序包 com.alibaba.csp.sentinel.cluster.flow.statistic.metric
- com.alibaba.csp.sentinel.cluster.server - 程序包 com.alibaba.csp.sentinel.cluster.server
- com.alibaba.csp.sentinel.cluster.server.codec - 程序包 com.alibaba.csp.sentinel.cluster.server.codec
- com.alibaba.csp.sentinel.cluster.server.codec.data - 程序包 com.alibaba.csp.sentinel.cluster.server.codec.data
- com.alibaba.csp.sentinel.cluster.server.codec.netty - 程序包 com.alibaba.csp.sentinel.cluster.server.codec.netty
- com.alibaba.csp.sentinel.cluster.server.codec.registry - 程序包 com.alibaba.csp.sentinel.cluster.server.codec.registry
- com.alibaba.csp.sentinel.cluster.server.command.handler - 程序包 com.alibaba.csp.sentinel.cluster.server.command.handler
- com.alibaba.csp.sentinel.cluster.server.config - 程序包 com.alibaba.csp.sentinel.cluster.server.config
- com.alibaba.csp.sentinel.cluster.server.connection - 程序包 com.alibaba.csp.sentinel.cluster.server.connection
- com.alibaba.csp.sentinel.cluster.server.handler - 程序包 com.alibaba.csp.sentinel.cluster.server.handler
- com.alibaba.csp.sentinel.cluster.server.init - 程序包 com.alibaba.csp.sentinel.cluster.server.init
- com.alibaba.csp.sentinel.cluster.server.log - 程序包 com.alibaba.csp.sentinel.cluster.server.log
- com.alibaba.csp.sentinel.cluster.server.processor - 程序包 com.alibaba.csp.sentinel.cluster.server.processor
- com.alibaba.csp.sentinel.cluster.server.util - 程序包 com.alibaba.csp.sentinel.cluster.server.util
- ConcurrentClusterFlowChecker - com.alibaba.csp.sentinel.cluster.flow中的类
- ConcurrentClusterFlowChecker() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.ConcurrentClusterFlowChecker
- Connection - com.alibaba.csp.sentinel.cluster.server.connection中的接口
- ConnectionDescriptor - com.alibaba.csp.sentinel.cluster.server.connection中的类
- ConnectionDescriptor() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- ConnectionGroup - com.alibaba.csp.sentinel.cluster.server.connection中的类
-
The connection group stores connection set for a specific namespace.
- ConnectionGroup() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- ConnectionGroup(String) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- ConnectionManager - com.alibaba.csp.sentinel.cluster.server.connection中的类
-
Manager for namespace-scope
ConnectionGroup. - ConnectionPool - com.alibaba.csp.sentinel.cluster.server.connection中的类
-
Universal connection pool for connection management.
- ConnectionPool() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- containsFlowId(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
check flow id.
- count() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- createConnection(Channel) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- CurrentConcurrencyManager - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent中的类
-
We use a ConcurrentHashMap<long, AtomicInteger> type structure to store nowCalls corresponding to rules, where the key is flowId and the value is nowCalls.
- CurrentConcurrencyManager() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
D
- decode(ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.data.FlowRequestDataDecoder
- decode(ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.data.ParamFlowRequestDataDecoder
- decode(ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.data.PingRequestDataDecoder
- decode(ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.DefaultRequestEntityDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.netty.NettyRequestDecoder
- DEFAULT_CLUSTER_MAX_CAPACITY - 类中的静态变量 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- DEFAULT_EXCEED_COUNT - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- DEFAULT_IDLE_SECONDS - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- DEFAULT_INTERVAL_MS - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- DEFAULT_MAX_ALLOWED_QPS - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- DEFAULT_MAX_OCCUPY_RATIO - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- DEFAULT_NAMESPACE - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.ServerConstants
- DEFAULT_PROPERTY_SUPPLIER - 类中的静态变量 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
The default cluster flow rule property supplier that creates a new dynamic property for a specific namespace to do rule management manually.
- DEFAULT_PROPERTY_SUPPLIER - 类中的静态变量 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
-
The default cluster parameter flow rule property supplier that creates a new dynamic property for a specific namespace to manually do rule management.
- DEFAULT_SAMPLE_COUNT - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- DefaultClusterServerInitFunc - com.alibaba.csp.sentinel.cluster.server.init中的类
- DefaultClusterServerInitFunc() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.init.DefaultClusterServerInitFunc
- DefaultEmbeddedTokenServer - com.alibaba.csp.sentinel.cluster.server中的类
-
Default embedded token server in Sentinel which wraps the
SentinelDefaultTokenServerand theTokenServicefrom SPI provider. - DefaultEmbeddedTokenServer() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- DefaultRequestEntityDecoder - com.alibaba.csp.sentinel.cluster.server.codec中的类
-
Default entity decoder for any
ClusterRequestentity. - DefaultRequestEntityDecoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.DefaultRequestEntityDecoder
- DefaultResponseEntityWriter - com.alibaba.csp.sentinel.cluster.server.codec中的类
- DefaultResponseEntityWriter() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.DefaultResponseEntityWriter
- DefaultTokenService - com.alibaba.csp.sentinel.cluster.flow中的类
-
Default implementation for cluster
TokenService. - DefaultTokenService() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.DefaultTokenService
E
- encode(ChannelHandlerContext, ClusterResponse, ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.netty.NettyResponseEncoder
- equals(Object) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- ExpireStrategy - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire中的接口
F
- FetchClusterFlowRulesCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- FetchClusterFlowRulesCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterFlowRulesCommandHandler
- FetchClusterMetricCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- FetchClusterMetricCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterMetricCommandHandler
- FetchClusterParamFlowRulesCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- FetchClusterParamFlowRulesCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterParamFlowRulesCommandHandler
- FetchClusterServerConfigHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- FetchClusterServerConfigHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterServerConfigHandler
- FetchClusterServerInfoCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- FetchClusterServerInfoCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterServerInfoCommandHandler
- FlowRequestDataDecoder - com.alibaba.csp.sentinel.cluster.server.codec.data中的类
-
Decoder for
FlowRequestDatafromByteBufstream. - FlowRequestDataDecoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.data.FlowRequestDataDecoder
- FlowRequestProcessor - com.alibaba.csp.sentinel.cluster.server.processor中的类
- FlowRequestProcessor() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.processor.FlowRequestProcessor
- FlowResponseDataWriter - com.alibaba.csp.sentinel.cluster.server.codec.data中的类
- FlowResponseDataWriter() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.data.FlowResponseDataWriter
- flowToMetricNode(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNodeGenerator
G
- generateCurrentNodeMap(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNodeGenerator
- generateTokenCacheNode(FlowRule, int, String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- get(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterMetricBucket
- get(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
get the current concurrency.
- getAcquireCount() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getAddress() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- getAllFlowRules() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
- getAllParamRules() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- getAvg(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
-
Get average count for provided event per second.
- getAvg(Object) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- getBlockQps() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getCacheKeySet() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- getClientAddress() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getClientTimeout() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getConcurrencyMapKeySet() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
get NOW_CALLS_MAP.
- getConnectedCount() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- getConnectedCount(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Get connected count for associated namespace of given
flowId. - getConnectedCount(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
-
Get connected count for associated namespace of given
flowId. - getConnectedCount(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
-
Get connected count for specific namespace.
- getConnection(String, int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- getConnectionGroup(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- getConnectionKey() - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- getConnectionKey() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- getConnectionSet() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- getCurrentCount(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
- getCurrentQps(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
- getCurrentState() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- getDecoder(int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.RequestDataDecodeRegistry
- getExceedCount() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getExceedCount() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getExceedCount(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getFirstCountOfWindow(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- getFlowId() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getFlowId() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getFlowIdSet(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
- getFlowIdSet(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- getFlowRuleById(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Get flow rule by rule ID.
- getFlowRules(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Get all cluster flow rules within a specific namespace.
- getHost() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- getIdleSeconds() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getIdleSeconds() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- getIntervalMs() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getIntervalMs() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getIntervalMs(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getLastReadTime() - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- getLastReadTime() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- getLocalAddress() - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- getLocalAddress() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- getMaxAllowedQps() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getMaxAllowedQps() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getMaxAllowedQps(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
- getMaxAllowedQps(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getMaxOccupyRatio() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getMaxOccupyRatio() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getMaxOccupyRatio(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getMetric(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- getMetric(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- getNamespace() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getNamespace() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- getNamespace(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
- getNamespace(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- getNamespaceSet() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getOccupiedCount(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- getOrCreateConnectionGroup(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- getOrCreateGroup(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- getParamRuleById(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- getParamRules(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
-
Get all cluster parameter flow rules within a specific namespace.
- getPassQps() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getPort() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getPort() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- getProcessor(int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.processor.RequestProcessorProvider
- getQps() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- getQpsAllowed() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- getRemoteIP() - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- getRemoteIP() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- getRemotePort() - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- getRemotePort() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- getRequestEntityDecoder() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.ServerEntityCodecProvider
- getRequestLimiter(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
- getResourceName() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getResourceTimeout() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getResponseEntityWriter() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.ServerEntityCodecProvider
- getRt() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getSampleCount() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- getSampleCount() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- getSampleCount(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Get sample count of provided namespace.
- getService() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.TokenServiceProvider
- getSize() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- getSum() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- getSum(ClusterFlowEvent) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
-
Get total sum for provided event in
intervalInSec. - getSum(Object) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- getTimestamp() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getTokenCacheNode(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- getTokenId() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- getTopParams() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- getTopValues(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParamMetric
- getWriter(int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.ResponseDataWriterRegistry
- GlobalRequestLimiter - com.alibaba.csp.sentinel.cluster.flow.statistic.limit中的类
H
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterFlowRulesCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterMetricCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterParamFlowRulesCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterServerConfigHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.FetchClusterServerInfoCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterFlowRulesCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterParamFlowRulesCommandHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterServerFlowConfigHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterServerTransportConfigHandler
- handle(CommandRequest) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyServerNamespaceSetHandler
- hashCode() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
I
- increment() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- init() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.init.DefaultClusterServerInitFunc
- initIfAbsent(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
- isClientOnline(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- isContainsTokenId(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- isEmbedded() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- isValidFlowConfig(ServerFlowConfig) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- isValidTransportConfig(ServerTransportConfig) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
L
- listAllClient() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- listAllConnection() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- loadFlowConfig(String, ServerFlowConfig) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Load server flow config for a specific namespace.
- loadGlobalFlowConfig(ServerFlowConfig) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Load provided server global statistic (flow) configuration to property in memory.
- loadGlobalTransportConfig(ServerTransportConfig) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Load provided server transport configuration to property in memory.
- loadRules(String, List<FlowRule>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Load flow rules for a specific namespace.
- loadRules(String, List<ParamFlowRule>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
-
Load parameter flow rules for a specific namespace.
- loadServerNamespaceSet(Set<String>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Load provided server namespace set to property in memory.
- log(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.log.ClusterServerStatLogUtil
- log(String, int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.log.ClusterServerStatLogUtil
M
- ModifyClusterFlowRulesCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- ModifyClusterFlowRulesCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterFlowRulesCommandHandler
- ModifyClusterParamFlowRulesCommandHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- ModifyClusterParamFlowRulesCommandHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterParamFlowRulesCommandHandler
- ModifyClusterServerFlowConfigHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- ModifyClusterServerFlowConfigHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterServerFlowConfigHandler
- ModifyClusterServerTransportConfigHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- ModifyClusterServerTransportConfigHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyClusterServerTransportConfigHandler
- ModifyServerNamespaceSetHandler - com.alibaba.csp.sentinel.cluster.server.command.handler中的类
- ModifyServerNamespaceSetHandler() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.command.handler.ModifyServerNamespaceSetHandler
N
- NettyConnection - com.alibaba.csp.sentinel.cluster.server.connection中的类
- NettyConnection(Channel, ConnectionPool) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- NettyRequestDecoder - com.alibaba.csp.sentinel.cluster.server.codec.netty中的类
- NettyRequestDecoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.netty.NettyRequestDecoder
- NettyResponseEncoder - com.alibaba.csp.sentinel.cluster.server.codec.netty中的类
- NettyResponseEncoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.netty.NettyResponseEncoder
- NettyTransportServer - com.alibaba.csp.sentinel.cluster.server中的类
- NettyTransportServer(int) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- newEmptyBucket(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- newEmptyBucket(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParameterLeapArray
O
- OCCUPIED_BLOCK - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Block (pre-occupy incoming buckets failed).
- OCCUPIED_PASS - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Pass (pre-occupy incoming buckets).
- onTransportConfigChange(ServerTransportConfig) - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfigObserver
-
Callback on server transport config (e.g.
P
- ParamFlowRequestDataDecoder - com.alibaba.csp.sentinel.cluster.server.codec.data中的类
- ParamFlowRequestDataDecoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.data.ParamFlowRequestDataDecoder
- ParamFlowRequestProcessor - com.alibaba.csp.sentinel.cluster.server.processor中的类
- ParamFlowRequestProcessor() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.processor.ParamFlowRequestProcessor
- paramToMetricNode(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNodeGenerator
- PASS - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Normal pass.
- PASS_REQUEST - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Token request (from client) passed.
- PingRequestDataDecoder - com.alibaba.csp.sentinel.cluster.server.codec.data中的类
- PingRequestDataDecoder() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.data.PingRequestDataDecoder
- PingResponseDataWriter - com.alibaba.csp.sentinel.cluster.server.codec.data中的类
- PingResponseDataWriter() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.data.PingResponseDataWriter
- prepare(int, int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- processRequest(ClusterRequest<FlowRequestData>) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.processor.FlowRequestProcessor
- processRequest(ClusterRequest<ParamFlowRequestData>) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.processor.ParamFlowRequestProcessor
- processRequest(ClusterRequest<T>) - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.processor.RequestProcessor
-
Process the cluster request.
- put(Long, Integer) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
put the current concurrency.
- putMetric(long, ClusterMetric) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- putMetric(long, ClusterParamMetric) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- putMetricIfAbsent(long, ClusterMetric) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- putMetricIfAbsent(long, ClusterParamMetric) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- putTokenCacheNode(long, TokenCacheNode) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
R
- refreshIdleTask() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- refreshLastReadTime(long) - 接口中的方法 com.alibaba.csp.sentinel.cluster.server.connection.Connection
- refreshLastReadTime(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- refreshLastReadTime(Channel) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- refreshRunningServer() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- register2Property(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Listen to the
SentinelPropertyfor clusterFlowRules. - register2Property(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
-
Listen to the
SentinelPropertyfor clusterParamFlowRules. - registerGlobalServerFlowProperty(SentinelProperty<ServerFlowConfig>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Register cluster server global statistic (flow) configuration dynamic property.
- registerNamespaceSetProperty(SentinelProperty<Set<String>>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Register cluster server namespace set dynamic property.
- registerPropertyIfAbsent(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Listen to the
SentinelPropertyfor clusterFlowRules if current property for namespace is absent. - registerPropertyIfAbsent(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- registerServerTransportProperty(SentinelProperty<ServerTransportConfig>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Register cluster server transport configuration dynamic property.
- RegularExpireStrategy - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire中的类
-
We need to consider the situation that the token client goes offline or the resource call times out.
- RegularExpireStrategy(ConcurrentLinkedHashMap<Long, TokenCacheNode>) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire.RegularExpireStrategy
- releaseConcurrentToken(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.ConcurrentClusterFlowChecker
- releaseConcurrentToken(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.DefaultTokenService
- releaseConcurrentToken(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- remove(int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.ResponseDataWriterRegistry
- remove(Channel) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- remove(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.CurrentConcurrencyManager
-
delete the current concurrency.
- removeConnection(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- removeConnection(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- removeConnection(String, String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- removeDecoder(int) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.codec.registry.RequestDataDecodeRegistry
- removeMetric(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- removeMetric(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- removeProperty(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
-
Remove cluster flow rule property for a specific namespace.
- removeProperty(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- removeTokenCacheNode(long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- requestConcurrentToken(String, Long, int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.DefaultTokenService
- requestConcurrentToken(String, Long, int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- RequestDataDecodeRegistry - com.alibaba.csp.sentinel.cluster.server.codec.registry中的类
- RequestDataDecodeRegistry() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.registry.RequestDataDecodeRegistry
- RequestLimiter - com.alibaba.csp.sentinel.cluster.flow.statistic.limit中的类
- RequestLimiter(double) - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- requestParamToken(Long, int, Collection<Object>) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.DefaultTokenService
- requestParamToken(Long, int, Collection<Object>) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- RequestProcessor<T,
R> - com.alibaba.csp.sentinel.cluster.server.processor中的接口 -
Interface of cluster request processor.
- RequestProcessorProvider - com.alibaba.csp.sentinel.cluster.server.processor中的类
- requestToken(Long, int, boolean) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.DefaultTokenService
- requestToken(Long, int, boolean) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- reset() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterMetricBucket
- resetFlowMetrics() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricStatistics
- resetFlowMetrics() - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterParamMetricStatistics
- resetWindowTo(WindowWrap<ClusterMetricBucket>, long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetricLeapArray
- resetWindowTo(WindowWrap<CacheMap<Object, C>>, long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterParameterLeapArray
- ResponseDataWriterRegistry - com.alibaba.csp.sentinel.cluster.server.codec.registry中的类
- ResponseDataWriterRegistry() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.codec.registry.ResponseDataWriterRegistry
- run() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.ClusterConcurrentCheckerLogListener
- run() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ScanIdleConnectionTask
S
- ScanIdleConnectionTask - com.alibaba.csp.sentinel.cluster.server.connection中的类
- ScanIdleConnectionTask(ConnectionPool) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.connection.ScanIdleConnectionTask
- SentinelDefaultTokenServer - com.alibaba.csp.sentinel.cluster.server中的类
- SentinelDefaultTokenServer() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.SentinelDefaultTokenServer
- SentinelDefaultTokenServer(boolean) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.SentinelDefaultTokenServer
- SERVER_STATUS_OFF - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.ServerConstants
- SERVER_STATUS_STARTED - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.ServerConstants
- SERVER_STATUS_STARTING - 类中的静态变量 com.alibaba.csp.sentinel.cluster.server.ServerConstants
- ServerConstants - com.alibaba.csp.sentinel.cluster.server中的类
- ServerEntityCodecProvider - com.alibaba.csp.sentinel.cluster.server.codec中的类
- ServerFlowConfig - com.alibaba.csp.sentinel.cluster.server.config中的类
- ServerFlowConfig() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- ServerFlowConfig(String) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- ServerTransportConfig - com.alibaba.csp.sentinel.cluster.server.config中的类
- ServerTransportConfig() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- ServerTransportConfig(int, int) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- ServerTransportConfigObserver - com.alibaba.csp.sentinel.cluster.server.config中的接口
- setAcquireCount(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setAddress(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- setBlockQps(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setClientAddress(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setClientTimeout(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setEmbedded(boolean) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
-
Set the embedded mode flag for the token server.
- setExceedCount(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- setFlowId(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setFlowId(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setHost(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- setIdleSeconds(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- setIntervalMs(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- setMaxAllowedQps(double) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- setMaxAllowedQps(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- setMaxOccupyRatio(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- setNamespaceSet(Set<String>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.config.ClusterServerConfigManager
- setPassQps(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setPort(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- setPropertySupplier(Function<String, SentinelProperty<List<FlowRule>>>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterFlowRuleManager
- setPropertySupplier(Function<String, SentinelProperty<List<ParamFlowRule>>>) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.rule.ClusterParamFlowRuleManager
- setQpsAllowed(double) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- setResourceName(String) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setResourceTimeout(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setRt(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setSampleCount(int) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- setTimestamp(long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- setTokenId(Long) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- setTopParams(Map<Object, Double>) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- shutdownAll() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- start() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- start() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- start() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.SentinelDefaultTokenServer
- startClearTaskRegularly() - 接口中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire.ExpireStrategy
-
clean expired token regularly.
- startClearTaskRegularly() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.expire.RegularExpireStrategy
- stop() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.DefaultEmbeddedTokenServer
- stop() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.NettyTransportServer
- stop() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.SentinelDefaultTokenServer
T
- TokenCacheNode - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent中的类
-
We use TokenCacheNodeManager to store the tokenId, whose the underlying storage structure is ConcurrentLinkedHashMap, Its storage node is TokenCacheNode.
- TokenCacheNode() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- TokenCacheNodeManager - com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent中的类
- TokenCacheNodeManager() - 类的构造器 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- TokenServerHandler - com.alibaba.csp.sentinel.cluster.server.handler中的类
-
Netty server handler for Sentinel token server.
- TokenServerHandler(ConnectionPool) - 类的构造器 com.alibaba.csp.sentinel.cluster.server.handler.TokenServerHandler
- TokenServiceProvider - com.alibaba.csp.sentinel.cluster.server中的类
- TokenServiceProvider() - 类的构造器 com.alibaba.csp.sentinel.cluster.server.TokenServiceProvider
- toString() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.ClusterMetricNode
- toString() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNode
- toString() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerFlowConfig
- toString() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.config.ServerTransportConfig
- toString() - 类中的方法 com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- tryOccupyNext(ClusterFlowEvent, int, double) - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.metric.ClusterMetric
-
Try to pre-occupy upcoming buckets.
- tryPass() - 类中的方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
- tryPass(String) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.limit.GlobalRequestLimiter
V
- validId(Long) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.server.util.ClusterRuleUtil
- validToken(TokenCacheNode) - 类中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.concurrent.TokenCacheNodeManager
- valueOf(String) - enum class中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WAITING - enum class 中的枚举常量 com.alibaba.csp.sentinel.cluster.flow.statistic.data.ClusterFlowEvent
-
Waiting due to flow shaping or for next bucket tick.
- writeTo(ClusterResponse, ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.DefaultResponseEntityWriter
- writeTo(FlowTokenResponseData, ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.data.FlowResponseDataWriter
- writeTo(Integer, ByteBuf) - 类中的方法 com.alibaba.csp.sentinel.cluster.server.codec.data.PingResponseDataWriter
All Classes and Interfaces|常量字段值|所有程序包