| 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)
Deprecated.
|
static InfluxTimeUnit |
InfluxTimeUnit.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InfluxTimeUnit[] |
InfluxTimeUnit.values()
Deprecated.
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)
Deprecated.
|
void |
InfluxSeriesHandler.query(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
String queryString,
InfluxTimeUnit timePrecision)
Deprecated.
|
void |
InfluxSeriesHandler.write(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
InfluxTimeUnit timePrecision,
List<InfluxObject> influxObjects)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxTimeUnit |
InfluxTimeUnitConverter.fromString(String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
InfluxTimeUnitConverter.toString(InfluxTimeUnit value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InfluxTimeUnit |
GroupByClause.getBucketSizeUnit()
Deprecated.
|
InfluxTimeUnit |
MomentOperand.getTimeshiftUnit()
Deprecated.
|
| Constructor and Description |
|---|
GroupByClause(String bucketType,
long bucketSize,
InfluxTimeUnit bucketSizeUnit)
Deprecated.
|
MomentOperand(String functionName,
long timeshift,
InfluxTimeUnit timeshiftUnit)
Deprecated.
|
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.