Uses of Class
org.apache.solr.cluster.placement.impl.NodeMetricImpl
-
Packages that use NodeMetricImpl Package Description org.apache.solr.cluster.placement.impl Implementation classes (not visible to plugins, subject to change at any time) for the interfaces inorg.apache.solr.cluster.placementand 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 NodeMetricImpl Modifier and Type Field Description static NodeMetricImpl<Integer>NodeMetricImpl. AVAILABLE_PROCESSORSNumber of available processors.static NodeMetricImpl<Double>NodeMetricImpl. FREE_DISK_GBFree (usable) disk space in GB.static NodeMetricImpl<Double>NodeMetricImpl. HEAP_USAGEstatic NodeMetricImpl<Integer>NodeMetricImpl. NUM_CORESNumber of all cores.static NodeMetricImpl<Double>NodeMetricImpl. SYSLOAD_AVGSystem load average.static NodeMetricImpl<Double>NodeMetricImpl. TOTAL_DISK_GBTotal disk space in GB.
-