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_executorprotected AuthTokenAUTH. auth_tokenUsed on the coordinator to authentication joining member requests againstprotected BundlerTP. bundlerprotected DiagnosticsHandlerTP. diag_handlerprotected LocalTransportTP. local_transportprotected MessageProcessingPolicyTP. msg_processing_policyprotected MsgStatsTP. msg_statsprotected MsgStatsSTATS. mstatsGlobal statsprotected RTTTP. rttprotected ThreadPoolTP. thread_poolThe thread pool which handles unmarshalling, version checks and dispatching of messagesprotected TLSTCP. tlsprotected TLSTUNNEL. 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 TopologyRELAY. topo -
Uses of Component in org.jgroups.stack
Fields in org.jgroups.stack with annotations of type Component Modifier and Type Field Description protected DiagnosticsHandlerGossipRouter. diagprotected TLSGossipRouter. tls
-