| Package | Description |
|---|---|
| org.hawkular.metrics.api.jaxrs.influx | |
| org.hawkular.metrics.api.jaxrs.influx.param | |
| org.hawkular.metrics.api.jaxrs.influx.query.parse.definition |
| Modifier and Type | Method and Description |
|---|---|
static InfluxTimeUnit |
InfluxTimeUnit.findById(String id) |
static InfluxTimeUnit |
InfluxTimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfluxTimeUnit[] |
InfluxTimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
InfluxTimeUnit.convert(long sourceValue,
InfluxTimeUnit sourceUnit) |
void |
InfluxSeriesHandler.query(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
String queryString,
InfluxTimeUnit timePrecision) |
void |
InfluxSeriesHandler.write(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
InfluxTimeUnit timePrecision,
List<InfluxObject> influxObjects) |
| Modifier and Type | Method and Description |
|---|---|
InfluxTimeUnit |
InfluxTimeUnitConverter.fromString(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
InfluxTimeUnitConverter.toString(InfluxTimeUnit value) |
| Modifier and Type | Method and Description |
|---|---|
InfluxTimeUnit |
GroupByClause.getBucketSizeUnit() |
InfluxTimeUnit |
MomentOperand.getTimeshiftUnit() |
| Constructor and Description |
|---|
GroupByClause(String bucketType,
long bucketSize,
InfluxTimeUnit bucketSizeUnit) |
MomentOperand(String functionName,
long timeshift,
InfluxTimeUnit timeshiftUnit) |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.