Uses of Class
org.apache.solr.cluster.placement.impl.NodeMetricImpl
Packages that use NodeMetricImpl
Package
Description
Implementation classes (not visible to plugins, subject to change at any time) for the interfaces
in
org.apache.solr.cluster.placement and to make them work with the rest of Solr.-
Uses of NodeMetricImpl in org.apache.solr.cluster.placement.impl
Fields in org.apache.solr.cluster.placement.impl declared as NodeMetricImplModifier and TypeFieldDescriptionstatic final NodeMetricImpl<Integer> NodeMetricImpl.AVAILABLE_PROCESSORSNumber of available processors.static final NodeMetricImpl<Double> NodeMetricImpl.FREE_DISK_GBFree (usable) disk space in GB.static final NodeMetricImpl<Integer> NodeMetricImpl.NUM_CORESNumber of all cores.static final NodeMetricImpl<Double> NodeMetricImpl.SYSLOAD_AVGSystem load average.static final NodeMetricImpl<Double> NodeMetricImpl.TOTAL_DISK_GBTotal disk space in GB.