public abstract class DataPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
tenantId |
protected long |
timestamp |
| Constructor and Description |
|---|
DataPoint(String key,
long timestamp,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getTenantId() |
long |
getTimestamp() |
protected final String key
protected final long timestamp
protected final String tenantId
public DataPoint(String key, long timestamp, String tenantId)
key - the key to identify the data pointtimestamp - the time when the data point was collectedtenantId - if not null, the tenant ID to be associated with this data point. If this is null,
the agent's tenant ID will be associated with the data point.Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.