Skip navigation links
A C D E F G H I M N O P R S T W 

A

addDecoder(int, EntityDecoder<ByteBuf, ?>) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.ResponseDataDecodeRegistry
 
addServerChangeObserver(ServerChangeObserver) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
addWriter(int, EntityWriter<T, ByteBuf>) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.RequestDataWriterRegistry
 
applyNewAssignConfig(ClusterClientAssignConfig) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
applyNewConfig(ClusterClientConfig) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
Apply new ClusterClientConfig, while the former config will be replaced.

C

channelActive(ChannelHandlerContext) - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
channelUnregistered(ChannelHandlerContext) - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
CLIENT_STATUS_OFF - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 
CLIENT_STATUS_PENDING - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 
CLIENT_STATUS_STARTED - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 
ClientConstants - Class in com.alibaba.csp.sentinel.cluster.client
 
ClientEntityCodecProvider - Class in com.alibaba.csp.sentinel.cluster.client.codec
 
ClusterClientAssignConfig - Class in com.alibaba.csp.sentinel.cluster.client.config
 
ClusterClientAssignConfig() - Constructor for class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
ClusterClientAssignConfig(String, Integer) - Constructor for class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
ClusterClientConfig - Class in com.alibaba.csp.sentinel.cluster.client.config
 
ClusterClientConfig() - Constructor for class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfig
 
ClusterClientConfigManager - Class in com.alibaba.csp.sentinel.cluster.client.config
 
ClusterClientStateEntity - Class in com.alibaba.csp.sentinel.command.entity
 
ClusterClientStateEntity() - Constructor for class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
com.alibaba.csp.sentinel.cluster.client - package com.alibaba.csp.sentinel.cluster.client
 
com.alibaba.csp.sentinel.cluster.client.codec - package com.alibaba.csp.sentinel.cluster.client.codec
 
com.alibaba.csp.sentinel.cluster.client.codec.data - package com.alibaba.csp.sentinel.cluster.client.codec.data
 
com.alibaba.csp.sentinel.cluster.client.codec.netty - package com.alibaba.csp.sentinel.cluster.client.codec.netty
 
com.alibaba.csp.sentinel.cluster.client.codec.registry - package com.alibaba.csp.sentinel.cluster.client.codec.registry
 
com.alibaba.csp.sentinel.cluster.client.config - package com.alibaba.csp.sentinel.cluster.client.config
 
com.alibaba.csp.sentinel.cluster.client.handler - package com.alibaba.csp.sentinel.cluster.client.handler
 
com.alibaba.csp.sentinel.cluster.client.init - package com.alibaba.csp.sentinel.cluster.client.init
 
com.alibaba.csp.sentinel.command.entity - package com.alibaba.csp.sentinel.command.entity
 
com.alibaba.csp.sentinel.command.handler - package com.alibaba.csp.sentinel.command.handler
 
completePromise(int, ClusterResponse<T>) - Static method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientPromiseHolder
 
currentServer() - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 

D

decode(ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.data.FlowResponseDataDecoder
 
decode(ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.data.PingResponseDataDecoder
 
decode(ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.DefaultResponseEntityDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.netty.NettyResponseDecoder
 
DefaultClusterClientInitFunc - Class in com.alibaba.csp.sentinel.cluster.client.init
 
DefaultClusterClientInitFunc() - Constructor for class com.alibaba.csp.sentinel.cluster.client.init.DefaultClusterClientInitFunc
 
DefaultClusterTokenClient - Class in com.alibaba.csp.sentinel.cluster.client
Default implementation of ClusterTokenClient.
DefaultClusterTokenClient() - Constructor for class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
DefaultRequestEntityWriter - Class in com.alibaba.csp.sentinel.cluster.client.codec
 
DefaultRequestEntityWriter() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.DefaultRequestEntityWriter
 
DefaultResponseEntityDecoder - Class in com.alibaba.csp.sentinel.cluster.client.codec
Default entity decoder for any ClusterResponse entity.
DefaultResponseEntityDecoder() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.DefaultResponseEntityDecoder
 

E

encode(ChannelHandlerContext, ClusterRequest, ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.netty.NettyRequestEncoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 

F

FetchClusterClientConfigHandler - Class in com.alibaba.csp.sentinel.command.handler
 
FetchClusterClientConfigHandler() - Constructor for class com.alibaba.csp.sentinel.command.handler.FetchClusterClientConfigHandler
 
FlowRequestDataWriter - Class in com.alibaba.csp.sentinel.cluster.client.codec.data
+-------------------+--------------+----------------+---------------+------------------+ | RequestID(8 byte) | Type(1 byte) | FlowID(4 byte) | Count(4 byte) | PriorityFlag (1) | +-------------------+--------------+----------------+---------------+------------------+
FlowRequestDataWriter() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.FlowRequestDataWriter
 
FlowResponseDataDecoder - Class in com.alibaba.csp.sentinel.cluster.client.codec.data
 
FlowResponseDataDecoder() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.FlowResponseDataDecoder
 

G

getClientState() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
getConnectTimeout() - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
getCurrentState() - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
getDecoder(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.ResponseDataDecodeRegistry
 
getEntry(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientPromiseHolder
 
getRequestEntityWriter() - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.ClientEntityCodecProvider
 
getRequestTimeout() - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfig
 
getRequestTimeout() - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
getRequestTimeout() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
getResponseEntityDecoder() - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.ClientEntityCodecProvider
 
getServerHost() - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
getServerHost() - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
getServerHost() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
getServerPort() - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
getServerPort() - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
getServerPort() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
getState() - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
getWriter(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.RequestDataWriterRegistry
 

H

handle(CommandRequest) - Method in class com.alibaba.csp.sentinel.command.handler.FetchClusterClientConfigHandler
 
handle(CommandRequest) - Method in class com.alibaba.csp.sentinel.command.handler.ModifyClusterClientConfigHandler
 
hasStarted() - Method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 

I

init() - Method in class com.alibaba.csp.sentinel.cluster.client.init.DefaultClusterClientInitFunc
 
isReady() - Method in class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 
isValidAssignConfig(ClusterClientAssignConfig) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
isValidClientConfig(ClusterClientConfig) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 

M

ModifyClusterClientConfigHandler - Class in com.alibaba.csp.sentinel.command.handler
 
ModifyClusterClientConfigHandler() - Constructor for class com.alibaba.csp.sentinel.command.handler.ModifyClusterClientConfigHandler
 

N

NettyRequestEncoder - Class in com.alibaba.csp.sentinel.cluster.client.codec.netty
 
NettyRequestEncoder() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.netty.NettyRequestEncoder
 
NettyResponseDecoder - Class in com.alibaba.csp.sentinel.cluster.client.codec.netty
 
NettyResponseDecoder() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.netty.NettyResponseDecoder
 
NettyTransportClient - Class in com.alibaba.csp.sentinel.cluster.client
Netty transport client implementation for Sentinel cluster transport.
NettyTransportClient(String, int) - Constructor for class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 

O

onRemoteServerChange(ClusterClientAssignConfig) - Method in interface com.alibaba.csp.sentinel.cluster.client.config.ServerChangeObserver
Callback on remote server address change.

P

ParamFlowRequestDataWriter - Class in com.alibaba.csp.sentinel.cluster.client.codec.data
 
ParamFlowRequestDataWriter() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.ParamFlowRequestDataWriter
 
ParamFlowRequestDataWriter(int) - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.ParamFlowRequestDataWriter
 
PingRequestDataWriter - Class in com.alibaba.csp.sentinel.cluster.client.codec.data
 
PingRequestDataWriter() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.PingRequestDataWriter
 
PingResponseDataDecoder - Class in com.alibaba.csp.sentinel.cluster.client.codec.data
 
PingResponseDataDecoder() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.data.PingResponseDataDecoder
 
putPromise(int, ChannelPromise) - Static method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientPromiseHolder
 

R

RECONNECT_DELAY_MS - Static variable in class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 
registerClientConfigProperty(SentinelProperty<ClusterClientConfig>) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
registerServerAssignProperty(SentinelProperty<ClusterClientAssignConfig>) - Static method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfigManager
 
remove(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.RequestDataWriterRegistry
 
remove(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientPromiseHolder
 
removeDecoder(int) - Static method in class com.alibaba.csp.sentinel.cluster.client.codec.registry.ResponseDataDecodeRegistry
 
RequestDataWriterRegistry - Class in com.alibaba.csp.sentinel.cluster.client.codec.registry
 
RequestDataWriterRegistry() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.registry.RequestDataWriterRegistry
 
requestParamToken(Long, int, Collection<Object>) - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
requestToken(Long, int, boolean) - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
ResponseDataDecodeRegistry - Class in com.alibaba.csp.sentinel.cluster.client.codec.registry
 
ResponseDataDecodeRegistry() - Constructor for class com.alibaba.csp.sentinel.cluster.client.codec.registry.ResponseDataDecodeRegistry
 

S

sendRequest(ClusterRequest) - Method in class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 
ServerChangeObserver - Interface in com.alibaba.csp.sentinel.cluster.client.config
 
setClientState(Integer) - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
setRequestTimeout(Integer) - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfig
 
setRequestTimeout(Integer) - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
setServerHost(String) - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
setServerHost(String) - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
setServerPort(Integer) - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
setServerPort(Integer) - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
start() - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
start() - Method in class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 
stop() - Method in class com.alibaba.csp.sentinel.cluster.client.DefaultClusterTokenClient
 
stop() - Method in class com.alibaba.csp.sentinel.cluster.client.NettyTransportClient
 

T

toAssignConfig() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
toClientConfig() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
TokenClientHandler - Class in com.alibaba.csp.sentinel.cluster.client.handler
Netty client handler for Sentinel token client.
TokenClientHandler(AtomicInteger, Runnable) - Constructor for class com.alibaba.csp.sentinel.cluster.client.handler.TokenClientHandler
 
TokenClientPromiseHolder - Class in com.alibaba.csp.sentinel.cluster.client.handler
 
toString() - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientAssignConfig
 
toString() - Method in class com.alibaba.csp.sentinel.cluster.client.config.ClusterClientConfig
 
toString() - Method in class com.alibaba.csp.sentinel.command.entity.ClusterClientStateEntity
 
TYPE_FLOW - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 
TYPE_PARAM_FLOW - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 
TYPE_PING - Static variable in class com.alibaba.csp.sentinel.cluster.client.ClientConstants
 

W

writeTo(FlowRequestData, ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.data.FlowRequestDataWriter
 
writeTo(ParamFlowRequestData, ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.data.ParamFlowRequestDataWriter
 
writeTo(String, ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.data.PingRequestDataWriter
 
writeTo(ClusterRequest, ByteBuf) - Method in class com.alibaba.csp.sentinel.cluster.client.codec.DefaultRequestEntityWriter
 
A C D E F G H I M N O P R S T W 
Skip navigation links

Copyright © 2019 Alibaba Group. All rights reserved.