Package com.lattix.core.partition
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 Summary
Methods inherited from interface com.lattix.util.expression.Operand
eval, getName, toEvalString
Methods inherited from interface com.lattix.framework.datastruct.ValueState
getValue, hasValue
-
Method Details
-
getId
String getId()- Specified by:
getId
in interfacecom.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()
-