- getCacheTime() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the cache time.
- getCount() - Method in class org.kairosdb.client.builder.grouper.TimeGrouper
-
- getDataPoints() - Method in class org.kairosdb.client.builder.Metric
-
- getDataPoints() - Method in class org.kairosdb.client.response.Results
-
- getDataPointValueClass(String) - Method in class org.kairosdb.client.AbstractClient
-
- getDataPointValueClass(String) - Method in interface org.kairosdb.client.Client
-
Returns the data point value class for the given group type or null if one is not registered for the group type
- getEndAbsolute() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the absolute range end time.
- getEndRelative() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the relative range end time.
- getErrors() - Method in class org.kairosdb.client.response.ErrorResponse
-
- getErrors() - Method in class org.kairosdb.client.response.Response
-
- getGroup() - Method in class org.kairosdb.client.response.grouping.TagGroupResult
-
List of tag names and their corresponding values for this group.
- getGroup() - Method in class org.kairosdb.client.response.grouping.TimeGroupResult
-
How the results were group.
- getGroup() - Method in class org.kairosdb.client.response.grouping.ValueGroupResult
-
How the results were group.
- getGroupCount() - Method in class org.kairosdb.client.response.grouping.TimeGroupResult
-
Number of groups.
- getGroupNumber() - Method in class org.kairosdb.client.response.grouping.GroupingNumber
-
- getGroupResults() - Method in class org.kairosdb.client.response.Results
-
- getInstance() - Static method in class org.kairosdb.client.builder.MetricBuilder
-
Returns a new metric builder.
- getInstance() - Static method in class org.kairosdb.client.builder.QueryBuilder
-
Returns a new query builder.
- getMetricNames() - Method in class org.kairosdb.client.AbstractClient
-
- getMetricNames() - Method in interface org.kairosdb.client.Client
-
Returns a list of all metric names.
- getMetrics() - Method in class org.kairosdb.client.builder.MetricBuilder
-
Returns a list of metrics added to the builder.
- getMetrics() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the list metrics to query for.
- getName() - Method in class org.kairosdb.client.builder.Aggregator
-
Returns the aggregator's name.
- getName() - Method in class org.kairosdb.client.builder.Grouper
-
Returns the name of the group by.
- getName() - Method in class org.kairosdb.client.builder.Metric
-
Returns the metric name.
- getName() - Method in class org.kairosdb.client.response.GroupResult
-
- getName() - Method in class org.kairosdb.client.response.Results
-
- getQueries() - Method in class org.kairosdb.client.response.QueryResponse
-
- getRangeSize() - Method in class org.kairosdb.client.builder.grouper.TimeGrouper
-
- getRangeSize() - Method in class org.kairosdb.client.builder.grouper.ValueGrouper
-
- getRangeSize() - Method in class org.kairosdb.client.response.grouping.TimeGroupResult
-
The size of each range for the group.
- getRangeSize() - Method in class org.kairosdb.client.response.grouping.ValueGroupResult
-
The size of each range for the group.
- GetResponse - Class in org.kairosdb.client.response
-
Response of a GET request.
- GetResponse(int) - Constructor for class org.kairosdb.client.response.GetResponse
-
- GetResponse(int, List<String>) - Constructor for class org.kairosdb.client.response.GetResponse
-
- getResults() - Method in class org.kairosdb.client.response.GetResponse
-
- getResults() - Method in class org.kairosdb.client.response.Queries
-
- getRetryCount() - Method in interface org.kairosdb.client.Client
-
Returns the number of retries.
- getRetryCount() - Method in class org.kairosdb.client.HttpClient
-
- getSampleSize() - Method in class org.kairosdb.client.response.Queries
-
Returns the number of data points returned by the query prior to aggregation.
- getStartAbsolute() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the absolute range start time.
- getStartRelative() - Method in class org.kairosdb.client.builder.QueryBuilder
-
Returns the relative range start time.
- getStatusCode() - Method in class org.kairosdb.client.response.Response
-
- getTagNames() - Method in class org.kairosdb.client.AbstractClient
-
- getTagNames() - Method in class org.kairosdb.client.builder.grouper.TagGrouper
-
- getTagNames() - Method in interface org.kairosdb.client.Client
-
Returns a list of all tag names.
- getTags() - Method in class org.kairosdb.client.builder.Metric
-
Returns the tags associated with the data point.
- getTags() - Method in class org.kairosdb.client.response.grouping.TagGroupResult
-
List of tag names that the results were grouped by.
- getTags() - Method in class org.kairosdb.client.response.Results
-
- getTagValues() - Method in class org.kairosdb.client.AbstractClient
-
- getTagValues() - Method in interface org.kairosdb.client.Client
-
Returns a list of all tag values.
- getTimeRelativeTo(long) - Method in class org.kairosdb.client.builder.RelativeTime
-
Returns the time in milliseconds relative to the specified time.
- getTimestamp() - Method in class org.kairosdb.client.builder.DataPoint
-
Time when the data point was measured.
- getType() - Method in class org.kairosdb.client.builder.Metric
-
Returns the custom type name.
- getType() - Method in class org.kairosdb.client.response.grouping.DefaultGroupResult
-
Returns the type of data.
- getUnit() - Method in class org.kairosdb.client.builder.aggregator.RateAggregator
-
- getUnit() - Method in class org.kairosdb.client.builder.aggregator.SamplingAggregator
-
- getUnit() - Method in class org.kairosdb.client.builder.RelativeTime
-
The unit of time.
- getValue() - Method in class org.kairosdb.client.builder.aggregator.SamplingAggregator
-
- getValue() - Method in class org.kairosdb.client.builder.DataPoint
-
- getValue() - Method in class org.kairosdb.client.builder.RelativeTime
-
The time's value.
- Group - Interface in org.kairosdb.client.response
-
- GroupByDeserializer - Class in org.kairosdb.client.deserializer
-
Called by the JSON parser to deserialize groub-by.
- GroupByDeserializer() - Constructor for class org.kairosdb.client.deserializer.GroupByDeserializer
-
- Grouper - Class in org.kairosdb.client.builder
-
Specifies how data is grouped.
- Grouper(String) - Constructor for class org.kairosdb.client.builder.Grouper
-
- GroupingNumber - Class in org.kairosdb.client.response.grouping
-
How the results were grouped.
- GroupingNumber(int) - Constructor for class org.kairosdb.client.response.grouping.GroupingNumber
-
- GroupResult - Class in org.kairosdb.client.response
-
- GroupResult(String) - Constructor for class org.kairosdb.client.response.GroupResult
-