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 DiagnosticsHandler
TP. diag_handler
Methods in org.jgroups.protocols that return DiagnosticsHandler Modifier and Type Method Description protected DiagnosticsHandler
TP. createDiagnosticsHandler()
DiagnosticsHandler
TP. 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 DiagnosticsHandler
GossipRouter. diag
Methods in org.jgroups.stack that return DiagnosticsHandler Modifier and Type Method Description DiagnosticsHandler
GossipRouter. diagHandler()
DiagnosticsHandler
DiagnosticsHandler. enableTcp(boolean f)
DiagnosticsHandler
DiagnosticsHandler. enableUdp(boolean f)
DiagnosticsHandler
DiagnosticsHandler. printHeaders(java.util.function.Function<java.lang.Boolean,java.lang.String> f)
DiagnosticsHandler
DiagnosticsHandler. registerProbeHandler(DiagnosticsHandler.ProbeHandler handler)
DiagnosticsHandler
DiagnosticsHandler. sameCluster(java.util.function.Function<java.lang.String,java.lang.Boolean> f)
DiagnosticsHandler
DiagnosticsHandler. setBindAddress(java.net.InetAddress a)
DiagnosticsHandler
DiagnosticsHandler. setBindInterfaces(java.util.List<java.net.NetworkInterface> l)
DiagnosticsHandler
DiagnosticsHandler. setEnabled(boolean f)
DiagnosticsHandler
DiagnosticsHandler. setMcastAddress(java.net.InetAddress a)
DiagnosticsHandler
DiagnosticsHandler. setPasscode(java.lang.String d)
DiagnosticsHandler
DiagnosticsHandler. setPort(int p)
DiagnosticsHandler
DiagnosticsHandler. setPortRange(int r)
DiagnosticsHandler
DiagnosticsHandler. setThreadNames()
DiagnosticsHandler
DiagnosticsHandler. setTtl(int d)
DiagnosticsHandler
DiagnosticsHandler. start()
protected DiagnosticsHandler
DiagnosticsHandler. startTCP()
protected DiagnosticsHandler
DiagnosticsHandler. startUDP()
DiagnosticsHandler
DiagnosticsHandler. stop()
DiagnosticsHandler
DiagnosticsHandler. unregisterProbeHandler(DiagnosticsHandler.ProbeHandler handler)
DiagnosticsHandler
DiagnosticsHandler. unsetThreadNames()
-
Uses of DiagnosticsHandler in org.jgroups.util
Fields in org.jgroups.util declared as DiagnosticsHandler Modifier and Type Field Description protected static DiagnosticsHandler
BundlerHelper. diag_handler
Methods in org.jgroups.util that return DiagnosticsHandler Modifier and Type Method Description protected static DiagnosticsHandler
BundlerHelper. createDiagHandler()
protected static DiagnosticsHandler
ProfilingHelper. createDiagHandler()
Methods in org.jgroups.util with parameters of type DiagnosticsHandler Modifier and Type Method Description void
BundlerHelper. diagCreated(DiagnosticsHandler diag)
void
ProfilingHelper. diagCreated(DiagnosticsHandler diag)
void
ProtPerfHelper. diagCreated(DiagnosticsHandler diag, TP transport)
-