| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.historical |
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapOffset |
static class |
BitmapOffset.RoaringBitmapOffset |
class |
FilteredOffset |
static class |
QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.NoFilterOffset |
static class |
QueryableIndexStorageAdapter.TimestampCheckingOffset |
| Modifier and Type | Field and Description |
|---|---|
protected Offset |
QueryableIndexStorageAdapter.TimestampCheckingOffset.baseOffset |
| Modifier and Type | Method and Description |
|---|---|
Offset |
QueryableIndexStorageAdapter.TimestampCheckingOffset.clone() |
Offset |
QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset.clone() |
Offset |
QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset.clone() |
Offset |
QueryableIndexStorageAdapter.NoFilterOffset.clone() |
Offset |
FilteredOffset.clone() |
Offset |
BitmapOffset.clone() |
Offset |
BitmapOffset.RoaringBitmapOffset.clone() |
| Constructor and Description |
|---|
AscendingTimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
DescendingTimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
TimestampCheckingOffset(Offset baseOffset,
GenericColumn timestamps,
long timeLimit,
boolean allWithinThreshold) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedOffset |
class |
IntersectingOffset |
class |
UnioningOffset |
| Modifier and Type | Method and Description |
|---|---|
Offset |
UnioningOffset.clone() |
Offset |
Offset.clone() |
Offset |
IntersectingOffset.clone() |
Offset |
ArrayBasedOffset.clone() |
| Constructor and Description |
|---|
IntersectingOffset(Offset lhs,
Offset rhs) |
UnioningOffset(Offset lhs,
Offset rhs) |
| Modifier and Type | Method and Description |
|---|---|
Offset |
OffsetHolder.getOffset() |
Copyright © 2011–2017. All rights reserved.