| Package | Description |
|---|---|
| org.rhq.metrics.restServlet.influx.query.parse.definition |
| Modifier and Type | Method and Description |
|---|---|
static InfluxTimeUnit |
InfluxTimeUnit.findById(char id) |
InfluxTimeUnit |
GroupByClause.getBucketSizeUnit() |
InfluxTimeUnit |
MomentOperand.getTimeshiftUnit() |
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.
|
| Constructor and Description |
|---|
GroupByClause(String bucketType,
int bucketSize,
InfluxTimeUnit bucketSizeUnit) |
MomentOperand(String functionName,
int timeshift,
InfluxTimeUnit timeshiftUnit) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.