| Modifier and Type | Method and Description |
|---|---|
List<TimeRange> |
IChunkMetadata.getDeleteIntervalList() |
List<TimeRange> |
AlignedChunkMetadata.getDeleteIntervalList() |
List<TimeRange> |
ChunkMetadata.getDeleteIntervalList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChunkMetadata.setDeleteIntervalList(List<TimeRange> list) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeRange> |
Chunk.getDeleteIntervalList() |
List<TimeRange> |
TimeRange.getRemains(List<TimeRange> timeRangesPrev)
Get the remaining time ranges in the current ranges but not in timeRangesPrev.
|
static List<TimeRange> |
TimeRange.sortAndMerge(List<TimeRange> unionCandidates)
Return the union of the given time ranges.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TimeRange.compareTo(TimeRange r) |
boolean |
TimeRange.contains(TimeRange r)
Check whether this TimeRange contains r.
|
boolean |
TimeRange.intersects(TimeRange r)
Here are some examples.
|
boolean |
TimeRange.overlaps(TimeRange rhs)
Check if two TimeRanges overlap
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeRange> |
TimeRange.getRemains(List<TimeRange> timeRangesPrev)
Get the remaining time ranges in the current ranges but not in timeRangesPrev.
|
void |
Chunk.setDeleteIntervalList(List<TimeRange> list) |
static List<TimeRange> |
TimeRange.sortAndMerge(List<TimeRange> unionCandidates)
Return the union of the given time ranges.
|
| Constructor and Description |
|---|
Chunk(ChunkHeader header,
ByteBuffer buffer,
List<TimeRange> deleteIntervalList,
Statistics chunkStatistic) |
| Modifier and Type | Method and Description |
|---|---|
List<TimeRange> |
IMetadataQuerier.convertSpace2TimePartition(List<Path> paths,
long spacePartitionStartPos,
long spacePartitionEndPos)
Convert the space partition constraint to the time partition constraint.
|
List<TimeRange> |
MetadataQuerierByFileImpl.convertSpace2TimePartition(List<Path> paths,
long spacePartitionStartPos,
long spacePartitionEndPos) |
List<TimeRange> |
CachedChunkLoaderImpl.ChunkCacheKey.getDeleteIntervalList() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AlignedChunkReader.pageSatisfied(PageHeader pageHeader,
List<TimeRange> valueDeleteInterval)
used for value page filter
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeRange> |
ValuePageReader.getDeleteIntervalList() |
List<TimeRange> |
TimePageReader.getDeleteIntervalList() |
List<TimeRange> |
PageReader.getDeleteIntervalList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlignedPageReader.setDeleteIntervalList(List<List<TimeRange>> list) |
void |
ValuePageReader.setDeleteIntervalList(List<TimeRange> list) |
void |
TimePageReader.setDeleteIntervalList(List<TimeRange> list) |
void |
PageReader.setDeleteIntervalList(List<TimeRange> list) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.