Interface | Description |
---|---|
BaseQueryDef |
An interface that allows to build a query.
|
Browser<T> |
The browser interface used by snapshot/drill down queries.
|
MetricResultTuple |
A ResultSet object to hold a metric values by name in query results.
|
Query |
The base client interface used to define a query
to be executed on the metric engine.
|
QueryByFilterDef |
Query definition using filters
|
QueryByKeyDef |
Define query using partial or full keys
|
QueryDef |
An interface that allows to build a query.
|
QueryResultHandler |
Interface to be used to get notifications
of query results in case of streaming queries.
|
ResultTuple |
Created by IntelliJ IDEA.
|
Class | Description |
---|---|
FactResultTuple |
Created by IntelliJ IDEA.
|
MetricFieldTuple |
Allows to create "order by" for queries
|
QueryResultTuple |
Represents a query result.
|
QueryResultTupleCollection<R extends ResultTuple> |
Created by IntelliJ IDEA.
|
Enum | Description |
---|---|
FilterKeyQualifier |
Qualifier for filter keys and used in filter/query.
|
MetricEventType |
Type of the metric change event.
|
MetricQualifier |
Qualifier for keys and values used in filter/query.
|
QueryType |
An enumeration to specify the type of query
|
SortOrder |
Defines the sort order for the query.
|
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.