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 TimeRangeqdb_ts_blob_aggregation.time_rangeprotected TimeRangeqdb_ts_double_aggregation.time_rangeprotected TimeRangeqdb_ts_string_aggregation.time_rangeMethods 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 intqdb.ts_batch_push_truncate(long handle, long batchTable, TimeRange[] ranges) static voidqdb.ts_exp_batch_table_set_truncate_ranges(long handle, long batchTables, long tableNum, TimeRange[] ranges) static Points.Dataqdb.ts_point_get_ranges(long handle, String tableName, String columnName, int valueType, TimeRange[] ranges) static intqdb.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 TimeRangeTimeRange.UNIVERSE_RANGETimerange that spans the universal set of all representable time.Methods in net.quasardb.qdb.ts that return TimeRangeModifier and TypeMethodDescriptionstatic TimeRangeReturns the intersection of two time ranges, that is, the widest possible range that is contained by both time ranges.static TimeRangeMerges a new timespec into this time range, and widens the time range if necessary to be wide enough to contain this time point.static TimeRangeReturns 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 TypeMethodDescriptionvoidstatic PointsPoints.get(Session session, String tableName, String columnName, Column.Type columnType, TimeRange range) static PointsPoints.get(Session session, String tableName, String columnName, Column.Type columnType, TimeRange[] ranges) static PointsPoints.get(Session session, String tableName, String columnName, Value.Type valueType, TimeRange range) static PointsPoints.get(Session session, String tableName, String columnName, Value.Type valueType, TimeRange[] ranges) static Pointsstatic PointsAdds clause that limits a query's results to a timerange.static TimeRangeReturns the intersection of two time ranges, that is, the widest possible range that is contained by both time ranges.static TimeRangeMerges a new timespec into this time range, and widens the time range if necessary to be wide enough to contain this time point.voidWriter.prepareFlush(TimeRange[] ranges) Prepare internal data structure for flushing.static ReaderInitializes new reader for a timeseries table that filters for a time range.static ReaderInitializes new reader for a timeseries table that filters for a time range.static TimeRangeReturns 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