public class RawNumericMetric extends Object
Constructor and Description |
---|
RawNumericMetric() |
RawNumericMetric(int scheduleId,
long timestamp,
double value) |
RawNumericMetric(int scheduleId,
long timestamp,
double value,
ColumnMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ColumnMetadata |
getColumnMetadata() |
int |
getScheduleId() |
long |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
void |
setColumnMetadata(ColumnMetadata columnMetadata) |
void |
setScheduleId(int scheduleId) |
void |
setTimestamp(long timestamp) |
void |
setValue(Double value) |
String |
toString() |
public RawNumericMetric()
public RawNumericMetric(int scheduleId, long timestamp, double value)
public RawNumericMetric(int scheduleId, long timestamp, double value, ColumnMetadata metadata)
public int getScheduleId()
public void setScheduleId(int scheduleId)
public Double getValue()
public void setValue(Double value)
public long getTimestamp()
public void setTimestamp(long timestamp)
public ColumnMetadata getColumnMetadata()
public void setColumnMetadata(ColumnMetadata columnMetadata)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.