public static final class MetricDatum.Tombstone extends MetricDatum implements Tombstone
MetricDatum.Builder, MetricDatum.TombstonePersistentBase.PersistentDataSCHEMA$DIRTY_BYTES_FIELD_NAME| Modifier and Type | Method and Description |
|---|---|
Long |
getMetric()
Gets the value of the 'metric' field.
|
CharSequence |
getMetricDimension()
Gets the value of the 'metricDimension' field.
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field.
|
boolean |
isMetricDimensionDirty(CharSequence value)
Checks the dirty status of the 'metricDimension' field.
|
boolean |
isMetricDirty(Long value)
Checks the dirty status of the 'metric' field.
|
boolean |
isTimestampDirty(Long value)
Checks the dirty status of the 'timestamp' field.
|
void |
setMetric(Long value)
Sets the value of the 'metric' field.
|
void |
setMetricDimension(CharSequence value)
Sets the value of the 'metricDimension' field.
|
void |
setTimestamp(Long value)
Sets the value of the 'timestamp' field.
|
get, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, clearDirty, clearDirty, getUnmanagedFields, isDirty, isDirty, setDirty, setDirty, setDirtyclearDirty, isDirtypublic CharSequence getMetricDimension()
getMetricDimension in class MetricDatumpublic void setMetricDimension(CharSequence value)
setMetricDimension in class MetricDatumvalue - the value to set.public boolean isMetricDimensionDirty(CharSequence value)
isMetricDimensionDirty in class MetricDatumvalue - the value to set.public Long getTimestamp()
getTimestamp in class MetricDatumpublic void setTimestamp(Long value)
setTimestamp in class MetricDatumvalue - the value to set.public boolean isTimestampDirty(Long value)
isTimestampDirty in class MetricDatumvalue - the value to set.public Long getMetric()
getMetric in class MetricDatumpublic void setMetric(Long value)
setMetric in class MetricDatumvalue - the value to set.public boolean isMetricDirty(Long value)
isMetricDirty in class MetricDatumvalue - the value to set.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.