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 Details

    • handleProbe

      Map<String,String> handleProbe(String... keys)
      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