Uses of Interface
org.jgroups.stack.DiagnosticsHandler.ProbeHandler
Packages that use DiagnosticsHandler.ProbeHandler
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
-
Uses of DiagnosticsHandler.ProbeHandler in org.jgroups
Classes in org.jgroups that implement DiagnosticsHandler.ProbeHandlerFields in org.jgroups declared as DiagnosticsHandler.ProbeHandlerModifier and TypeFieldDescriptionprotected final DiagnosticsHandler.ProbeHandlerJChannel.probe_handler -
Uses of DiagnosticsHandler.ProbeHandler in org.jgroups.blocks
Classes in org.jgroups.blocks that implement DiagnosticsHandler.ProbeHandler -
Uses of DiagnosticsHandler.ProbeHandler in org.jgroups.protocols
Classes in org.jgroups.protocols that implement DiagnosticsHandler.ProbeHandlerModifier and TypeClassDescriptionclassShared base class for TCP protocolsclassLoopback transport shared by all channels within the same VM.classBare-bones thread-per-connection TCP-based transport.classTCP based protocol.classProtocol using TCP/IP to send and receive messages.classGeneric transport - specific implementations should extend this abstract class.classReplacement for UDP.classIP multicast transport based on UDP.Fields in org.jgroups.protocols with type parameters of type DiagnosticsHandler.ProbeHandlerMethods in org.jgroups.protocols with parameters of type DiagnosticsHandler.ProbeHandlerModifier and TypeMethodDescription<T extends TP>
TTP.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) <T extends TP>
T -
Uses of DiagnosticsHandler.ProbeHandler in org.jgroups.protocols.pbcast
Classes in org.jgroups.protocols.pbcast that implement DiagnosticsHandler.ProbeHandler -
Uses of DiagnosticsHandler.ProbeHandler in org.jgroups.stack
Classes in org.jgroups.stack that implement DiagnosticsHandler.ProbeHandlerModifier and TypeClassDescriptionclassRouter for TCP based group comunication (using layer TCP instead of UDP).classADiagnosticsHandler.ProbeHandlerthat does not use reflection.Fields in org.jgroups.stack declared as DiagnosticsHandler.ProbeHandlerModifier and TypeFieldDescriptionprotected final DiagnosticsHandler.ProbeHandlerProtocolStack.props_handlerFields in org.jgroups.stack with type parameters of type DiagnosticsHandler.ProbeHandlerModifier and TypeFieldDescriptionprotected final Set<DiagnosticsHandler.ProbeHandler> DiagnosticsHandler.handlersMethods in org.jgroups.stack that return types with arguments of type DiagnosticsHandler.ProbeHandlerMethods in org.jgroups.stack with parameters of type DiagnosticsHandler.ProbeHandlerModifier and TypeMethodDescriptionDiagnosticsHandler.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) DiagnosticsHandler.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler)