Class NodeDistributionInfo

java.lang.Object
org.infinispan.rest.distribution.NodeDistributionInfo
All Implemented Interfaces:
JsonSerialization, NodeDataDistribution

@Immutable @ProtoTypeId(6001) public class NodeDistributionInfo extends Object implements JsonSerialization, NodeDataDistribution
Collect node's information and statistics of the local JVM. Contains information about the node name and address; the JVM statistics are memory used and available, all in bytes. We rely on ClusterContainerStats to retrieve the JVM values, so if the collector is disabled, we return -1.
Since:
14.0
Author:
José Bolina