Interface MetricState

All Superinterfaces:
com.lattix.util.expression.Operand, com.lattix.framework.datastruct.ValueState

public interface MetricState extends com.lattix.framework.datastruct.ValueState, com.lattix.util.expression.Operand
Author:
Carl Parisi
  • Method Details

    • getId

      String getId()
      Specified by:
      getId in interface com.lattix.framework.datastruct.ValueState
    • getIdObj

      CharSequence getIdObj()
    • getMetric

      Metric getMetric()
    • getMetricGroupState

      com.lattix.core.partition.MetricGroupState getMetricGroupState()
    • getPartitionModel

      com.lattix.core.partition.PartitionModel getPartitionModel()
    • getPartitionQuery

      com.lattix.core.partition.PartitionQuery getPartitionQuery()
    • getSourcePartition

      Partition getSourcePartition()
    • getTargetPartition

      Partition getTargetPartition()
    • getUpdateTime

      long getUpdateTime()