Uses of Class
org.jgroups.annotations.Component
-
Packages that use Component Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.relay org.jgroups.stack Support for managing protocol stacks. -
-
Uses of Component in org.jgroups.protocols
Fields in org.jgroups.protocols with annotations of type Component Modifier and Type Field Description protected AsyncExecutor<java.lang.Object>
TP. async_executor
protected AuthToken
AUTH. auth_token
Used on the coordinator to authentication joining member requests againstprotected Bundler
TP. bundler
protected DiagnosticsHandler
TP. diag_handler
protected LocalTransport
TP. local_transport
protected MessageProcessingPolicy
TP. msg_processing_policy
protected MsgStats
TP. msg_stats
protected MsgStats
STATS. mstats
Global statsprotected RTT
TP. rtt
protected ThreadPool
TP. thread_pool
The thread pool which handles unmarshalling, version checks and dispatching of messagesprotected TLS
TCP. tls
protected TLS
TUNNEL. tls
-
Uses of Component in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay with annotations of type Component Modifier and Type Field Description protected Topology
RELAY. topo
-
Uses of Component in org.jgroups.stack
Fields in org.jgroups.stack with annotations of type Component Modifier and Type Field Description protected DiagnosticsHandler
GossipRouter. diag
protected TLS
GossipRouter. tls
-