public final class qdb_ts_string_aggregation extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
aggregation_type |
protected long |
count |
protected qdb_ts_string_point |
result |
protected TimeRange |
time_range |
Constructor and Description |
---|
qdb_ts_string_aggregation(TimeRange time_range,
long aggregation_type) |
qdb_ts_string_aggregation(TimeRange time_range,
long aggregation_type,
long count,
qdb_ts_string_point result) |
Modifier and Type | Method and Description |
---|---|
long |
getAggregationType() |
long |
getCount() |
qdb_ts_string_point |
getResult() |
TimeRange |
getTimeRange() |
protected long aggregation_type
protected TimeRange time_range
protected long count
protected qdb_ts_string_point result
public qdb_ts_string_aggregation(TimeRange time_range, long aggregation_type)
public qdb_ts_string_aggregation(TimeRange time_range, long aggregation_type, long count, qdb_ts_string_point result)
public TimeRange getTimeRange()
public long getAggregationType()
public long getCount()
public qdb_ts_string_point getResult()
Copyright © 2021. All rights reserved.