Uses of Class
org.kairosdb.client.builder.QueryTagBuilder
-
Packages that use QueryTagBuilder Package Description org.kairosdb.client org.kairosdb.client.builder -
-
Uses of QueryTagBuilder in org.kairosdb.client
Methods in org.kairosdb.client with parameters of type QueryTagBuilder Modifier and Type Method Description QueryTagResponseClient. queryTags(QueryTagBuilder builder)Queries KairosDB tags using the query built by the builder.<T> TClient. queryTags(QueryTagBuilder builder, JsonResponseHandler<T> handler)Queries KairosDB tags using the query built by the builder.QueryTagResponseHttpClient. queryTags(QueryTagBuilder builder)<T> THttpClient. queryTags(QueryTagBuilder builder, JsonResponseHandler<T> handler) -
Uses of QueryTagBuilder in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return QueryTagBuilder Modifier and Type Method Description static QueryTagBuilderQueryTagBuilder. getInstance()Returns a new query tag builder.
-