| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.historical |
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapOffset |
class |
FilteredOffset |
class |
NoFilterOffset |
static class |
QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.TimestampCheckingOffset |
| Modifier and Type | Method and Description |
|---|---|
Offset |
QueryableIndexStorageAdapter.TimestampCheckingOffset.clone() |
Offset |
QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset.clone() |
Offset |
QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset.clone() |
Offset |
NoFilterOffset.clone() |
Offset |
FilteredOffset.clone()
clone() is not supported by FilteredOffset because it's not possible to clone
FilteredOffset.filterMatcher, and
while re-creating filterMatcher could be not very cheap for some implementations of Filter. |
Offset |
BitmapOffset.clone() |
| Modifier and Type | Method and Description |
|---|---|
Offset |
Offset.clone() |
| Modifier and Type | Method and Description |
|---|---|
Offset |
HistoricalCursor.getOffset() |
Copyright © 2011–2018. All rights reserved.