Uses of Class
net.quasardb.qdb.ts.TimeRange
Packages that use TimeRange
-
Uses of TimeRange in net.quasardb.qdb.jni
Fields in net.quasardb.qdb.jni declared as TimeRangeModifier and TypeFieldDescriptionprotected TimeRange
qdb_ts_blob_aggregation.time_range
protected TimeRange
qdb_ts_double_aggregation.time_range
protected TimeRange
qdb_ts_string_aggregation.time_range
Methods in net.quasardb.qdb.jni that return TimeRangeModifier and TypeMethodDescriptionqdb_ts_blob_aggregation.getTimeRange()
qdb_ts_double_aggregation.getTimeRange()
qdb_ts_string_aggregation.getTimeRange()
Methods in net.quasardb.qdb.jni with parameters of type TimeRangeModifier and TypeMethodDescriptionstatic int
qdb.ts_batch_push_truncate
(long handle, long batchTable, TimeRange[] ranges) static void
qdb.ts_exp_batch_table_set_truncate_ranges
(long handle, long batchTables, long tableNum, TimeRange[] ranges) static Points.Data
qdb.ts_point_get_ranges
(long handle, String tableName, String columnName, int valueType, TimeRange[] ranges) static int
qdb.ts_table_get_ranges
(long handle, long localTable, TimeRange[] ranges) Constructors in net.quasardb.qdb.jni with parameters of type TimeRangeModifierConstructorDescriptionqdb_ts_blob_aggregation
(TimeRange time_range, long aggregation_type) qdb_ts_blob_aggregation
(TimeRange time_range, long aggregation_type, long count, qdb_ts_blob_point result) qdb_ts_double_aggregation
(TimeRange time_range, long aggregation_type) qdb_ts_double_aggregation
(TimeRange time_range, long aggregation_type, long count, qdb_ts_double_point result) 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) -
Uses of TimeRange in net.quasardb.qdb.ts
Fields in net.quasardb.qdb.ts declared as TimeRangeModifier and TypeFieldDescriptionstatic final TimeRange
TimeRange.UNIVERSE_RANGE
Timerange that spans the universal set of all representable time.Methods in net.quasardb.qdb.ts that return TimeRangeModifier and TypeMethodDescriptionstatic TimeRange
Returns the intersection of two time ranges, that is, the widest possible range that is contained by both time ranges.static TimeRange
Merges a new timespec into this time range, and widens the time range if necessary to be wide enough to contain this time point.static TimeRange
Returns the union of two time ranges, that is, the range that can contain both time ranges.Returns a copy of this timerange with a different begin.Returns a copy of this timerange with a different end.Methods in net.quasardb.qdb.ts with parameters of type TimeRangeModifier and TypeMethodDescriptionvoid
static Points
Points.get
(Session session, String tableName, String columnName, Column.Type columnType, TimeRange range) static Points
Points.get
(Session session, String tableName, String columnName, Column.Type columnType, TimeRange[] ranges) static Points
Points.get
(Session session, String tableName, String columnName, Value.Type valueType, TimeRange range) static Points
Points.get
(Session session, String tableName, String columnName, Value.Type valueType, TimeRange[] ranges) static Points
static Points
Adds clause that limits a query's results to a timerange.static TimeRange
Returns the intersection of two time ranges, that is, the widest possible range that is contained by both time ranges.static TimeRange
Merges a new timespec into this time range, and widens the time range if necessary to be wide enough to contain this time point.void
Writer.prepareFlush
(TimeRange[] ranges) Prepare internal data structure for flushing.static Reader
Initializes new reader for a timeseries table that filters for a time range.static Reader
Initializes new reader for a timeseries table that filters for a time range.static TimeRange
Returns the union of two time ranges, that is, the range that can contain both time ranges.Constructors in net.quasardb.qdb.ts with parameters of type TimeRange