Uses of Class
org.apache.nemo.runtime.master.metric.MetricStore
-
Packages that use MetricStore Package Description org.apache.nemo.runtime.master org.apache.nemo.runtime.master.metric org.apache.nemo.runtime.master.scheduler -
-
Uses of MetricStore in org.apache.nemo.runtime.master
Methods in org.apache.nemo.runtime.master with parameters of type MetricStore Modifier and Type Method Description void
PlanStateManager. setMetricStore(MetricStore metricStore)
-
Uses of MetricStore in org.apache.nemo.runtime.master.metric
Methods in org.apache.nemo.runtime.master.metric that return MetricStore Modifier and Type Method Description static MetricStore
MetricStore. getStore()
Getter for singleton instance.static MetricStore
MetricStore. newInstance()
Static class for creating a new instance. -
Uses of MetricStore in org.apache.nemo.runtime.master.scheduler
Methods in org.apache.nemo.runtime.master.scheduler that return MetricStore Modifier and Type Method Description MetricStore
SimulationScheduler. collectMetricStore()
The endpoint of the simulator.
-