Interface StateMetric<T extends java.io.Serializable>

  • Type Parameters:
    T - class of state of the metric.
    All Superinterfaces:
    Metric
    All Known Implementing Classes:
    JobMetric, StageMetric, TaskMetric

    public interface StateMetric<T extends java.io.Serializable>
    extends Metric
    Interface for metric which contians its state.