Uses of Class
org.apache.activemq.artemis.api.core.management.NodeInfo
-
Packages that use NodeInfo Package Description org.apache.activemq.artemis.api.core.management org.apache.activemq.artemis.cli.commands.check -
-
Uses of NodeInfo in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management that return NodeInfo Modifier and Type Method Description static NodeInfo[]NodeInfo. from(String jsonString)Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology(). -
Uses of NodeInfo in org.apache.activemq.artemis.cli.commands.check
Methods in org.apache.activemq.artemis.cli.commands.check that return types with arguments of type NodeInfo Modifier and Type Method Description Map<String,NodeInfo>CheckContext. getTopology()
-