Package org.jgroups.stack
Interface DiagnosticsHandler.ProbeHandler
- All Known Implementing Classes:
BasicTCP,GMS,GossipRouter,JChannelProbeHandler,NAKACK2,NonReflectiveProbeHandler,RequestCorrelator.MyProbeHandler,SHARED_LOOPBACK,SimpleTCP,TCP,TCP_NIO2,TP,TUNNEL,UDP
- Enclosing class:
DiagnosticsHandler
public static interface DiagnosticsHandler.ProbeHandler
-
Method Summary
Modifier and TypeMethodDescriptionhandleProbe(String... keys) Handles a probe.String[]Returns a list of supported keys
-
Method Details
-
handleProbe
Handles a probe. For each key that is handled, the key and its result should be in the returned map.- Returns:
- A map of keys and values. A null return value is permissible.
-
supportedKeys
String[] supportedKeys()Returns a list of supported keys
-