All Classes and Interfaces

说明
 
 
Manager for cluster flow rules.
 
 
 
 
 
 
 
 
Manager for cluster parameter flow rules.
 
 
 
 
 
 
 
 
The connection group stores connection set for a specific namespace.
Manager for namespace-scope ConnectionGroup.
Universal connection pool for connection management.
We use a ConcurrentHashMap<long, AtomicInteger> type structure to store nowCalls corresponding to rules, where the key is flowId and the value is nowCalls.
 
Default embedded token server in Sentinel which wraps the SentinelDefaultTokenServer and the TokenService from SPI provider.
Default entity decoder for any ClusterRequest entity.
 
Default implementation for cluster TokenService.
 
 
 
 
 
 
Decoder for FlowRequestData from ByteBuf stream.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
We need to consider the situation that the token client goes offline or the resource call times out.
 
 
Interface of cluster request processor.
 
 
 
 
 
 
 
 
 
We use TokenCacheNodeManager to store the tokenId, whose the underlying storage structure is ConcurrentLinkedHashMap, Its storage node is TokenCacheNode.
 
Netty server handler for Sentinel token server.