Class NodeDistributionInfo

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

@Immutable @ProtoTypeId(6002) 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.

Author:
José Bolina