Uses of Class
org.jgroups.stack.DiagnosticsHandler
-
Packages that use DiagnosticsHandler 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.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of DiagnosticsHandler in org.jgroups.protocols
Fields in org.jgroups.protocols declared as DiagnosticsHandler Modifier and Type Field Description protected DiagnosticsHandlerTP. diag_handlerMethods in org.jgroups.protocols that return DiagnosticsHandler Modifier and Type Method Description protected DiagnosticsHandlerTP. createDiagnosticsHandler()DiagnosticsHandlerTP. getDiagnosticsHandler()Methods in org.jgroups.protocols with parameters of type DiagnosticsHandler Modifier and Type Method Description <T extends TP>
TTP. setDiagnosticsHandler(DiagnosticsHandler handler)Sets aDiagnosticsHandler. -
Uses of DiagnosticsHandler in org.jgroups.stack
Fields in org.jgroups.stack declared as DiagnosticsHandler Modifier and Type Field Description protected DiagnosticsHandlerGossipRouter. diagMethods in org.jgroups.stack that return DiagnosticsHandler Modifier and Type Method Description DiagnosticsHandlerGossipRouter. diagHandler()DiagnosticsHandlerDiagnosticsHandler. enableTcp(boolean f)DiagnosticsHandlerDiagnosticsHandler. enableUdp(boolean f)DiagnosticsHandlerDiagnosticsHandler. printHeaders(java.util.function.Function<java.lang.Boolean,java.lang.String> f)DiagnosticsHandlerDiagnosticsHandler. registerProbeHandler(DiagnosticsHandler.ProbeHandler handler)DiagnosticsHandlerDiagnosticsHandler. sameCluster(java.util.function.Function<java.lang.String,java.lang.Boolean> f)DiagnosticsHandlerDiagnosticsHandler. setBindAddress(java.net.InetAddress a)DiagnosticsHandlerDiagnosticsHandler. setBindInterfaces(java.util.List<java.net.NetworkInterface> l)DiagnosticsHandlerDiagnosticsHandler. setEnabled(boolean f)DiagnosticsHandlerDiagnosticsHandler. setMcastAddress(java.net.InetAddress a)DiagnosticsHandlerDiagnosticsHandler. setPasscode(java.lang.String d)DiagnosticsHandlerDiagnosticsHandler. setPort(int p)DiagnosticsHandlerDiagnosticsHandler. setPortRange(int r)DiagnosticsHandlerDiagnosticsHandler. setThreadNames()DiagnosticsHandlerDiagnosticsHandler. setTtl(int d)DiagnosticsHandlerDiagnosticsHandler. start()protected DiagnosticsHandlerDiagnosticsHandler. startTCP()protected DiagnosticsHandlerDiagnosticsHandler. startUDP()DiagnosticsHandlerDiagnosticsHandler. stop()DiagnosticsHandlerDiagnosticsHandler. unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler)DiagnosticsHandlerDiagnosticsHandler. unsetThreadNames() -
Uses of DiagnosticsHandler in org.jgroups.util
Fields in org.jgroups.util declared as DiagnosticsHandler Modifier and Type Field Description protected static DiagnosticsHandlerBundlerHelper. diag_handlerMethods in org.jgroups.util that return DiagnosticsHandler Modifier and Type Method Description protected static DiagnosticsHandlerBundlerHelper. createDiagHandler()protected static DiagnosticsHandlerProfilingHelper. createDiagHandler()Methods in org.jgroups.util with parameters of type DiagnosticsHandler Modifier and Type Method Description voidBundlerHelper. diagCreated(DiagnosticsHandler diag)voidProfilingHelper. diagCreated(DiagnosticsHandler diag)voidProtPerfHelper. diagCreated(DiagnosticsHandler diag, TP transport)
-