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.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 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 ThreadPoolTP. thread_poolThe thread pool which handles unmarshalling, version checks and dispatching of messages -
Uses of Component in org.jgroups.stack
Fields in org.jgroups.stack with annotations of type Component Modifier and Type Field Description protected DiagnosticsHandlerGossipRouter. diag
-