Package org.jgroups.protocols
Interface TP.ProbeHandler
- Enclosing class:
TP
public static interface TP.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.- Parameters:
keys
-- Returns:
- Mapinvalid input: '<'String,String>. A map of keys and values. A null return value is permissible.
-
supportedKeys
String[] supportedKeys()Returns a list of supported keys
-