| Package | Description |
|---|---|
| org.hawkular.metrics.api.jaxrs.influx.query.parse.definition | |
| org.hawkular.metrics.api.jaxrs.influx.query.translate |
| Modifier and Type | Class and Description |
|---|---|
class |
AndBooleanExpression
Deprecated.
as of 0.17
|
class |
EqBooleanExpression
Deprecated.
as of 0.17
|
class |
GtBooleanExpression
Deprecated.
as of 0.17
|
class |
LtBooleanExpression
Deprecated.
as of 0.17
|
class |
NeqBooleanExpression
Deprecated.
as of 0.17
|
class |
OrBooleanExpression
Deprecated.
as of 0.17
|
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
OrBooleanExpression.getLeftExpression()
Deprecated.
|
BooleanExpression |
AndBooleanExpression.getLeftExpression()
Deprecated.
|
BooleanExpression |
OrBooleanExpression.getRightExpression()
Deprecated.
|
BooleanExpression |
AndBooleanExpression.getRightExpression()
Deprecated.
|
BooleanExpression |
SelectQueryDefinitions.getWhereClause()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<BooleanExpression> |
OrBooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
NeqBooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
LtBooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
GtBooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
EqBooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
BooleanExpression.getChildren()
Deprecated.
|
List<BooleanExpression> |
AndBooleanExpression.getChildren()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SelectQueryDefinitionsBuilder |
SelectQueryDefinitionsBuilder.setWhereClause(BooleanExpression whereClause)
Deprecated.
|
| Constructor and Description |
|---|
AndBooleanExpression(BooleanExpression leftExpression,
BooleanExpression rightExpression)
Deprecated.
|
OrBooleanExpression(BooleanExpression leftExpression,
BooleanExpression rightExpression)
Deprecated.
|
SelectQueryDefinitions(boolean starColumn,
List<ColumnDefinition> columnDefinitions,
FromClause fromClause,
GroupByClause groupByClause,
BooleanExpression whereClause,
LimitClause limitClause,
boolean orderDesc)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Interval |
ToIntervalTranslator.toInterval(BooleanExpression whereClause)
Deprecated.
Return the interval described by the where clause.
|
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.