Uses of Class
org.jgroups.stack.DiagnosticsHandler
Packages that use DiagnosticsHandler
Package
Description
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 in org.jgroups.protocols
Fields in org.jgroups.protocols declared as DiagnosticsHandlerMethods in org.jgroups.protocols that return DiagnosticsHandlerMethods in org.jgroups.protocols with parameters of type DiagnosticsHandlerModifier and TypeMethodDescription<T extends TP>
TTP.setDiagnosticsHandler(DiagnosticsHandler handler) Sets aDiagnosticsHandler. -
Uses of DiagnosticsHandler in org.jgroups.stack
Fields in org.jgroups.stack declared as DiagnosticsHandlerMethods in org.jgroups.stack that return DiagnosticsHandlerModifier and TypeMethodDescriptionGossipRouter.diagHandler()DiagnosticsHandler.enableTcp(boolean f) DiagnosticsHandler.enableUdp(boolean f) DiagnosticsHandler.printHeaders(Function<Boolean, String> f) DiagnosticsHandler.registerProbeHandler(DiagnosticsHandler.ProbeHandler handler) DiagnosticsHandler.sameCluster(Function<String, Boolean> f) DiagnosticsHandler.setBindAddress(InetAddress a) DiagnosticsHandler.setBindInterfaces(List<NetworkInterface> l) DiagnosticsHandler.setEnabled(boolean f) DiagnosticsHandler.setMcastAddress(InetAddress a) DiagnosticsHandler.setPasscode(String d) DiagnosticsHandler.setPort(int p) DiagnosticsHandler.setPortRange(int r) DiagnosticsHandler.setThreadNames()DiagnosticsHandler.setTtl(int d) DiagnosticsHandler.start()protected DiagnosticsHandlerDiagnosticsHandler.startTCP()protected DiagnosticsHandlerDiagnosticsHandler.startUDP()DiagnosticsHandler.stop()DiagnosticsHandler.unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler) DiagnosticsHandler.unsetThreadNames()