Package | Description |
---|---|
org.apache.cassandra.index.sasi.disk | |
org.apache.cassandra.index.sasi.plan | |
org.apache.cassandra.index.sasi.utils |
Modifier and Type | Method and Description |
---|---|
protected OnDiskIndex.DataTerm |
OnDiskIndex.DataBlock.cast(MappedBuffer data) |
OnDiskIndex.DataTerm |
OnDiskIndex.max() |
OnDiskIndex.DataTerm |
OnDiskIndex.min() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskIndex.DataTerm> |
OnDiskIndex.iterator() |
java.util.Iterator<OnDiskIndex.DataTerm> |
OnDiskIndex.iteratorAt(java.nio.ByteBuffer query,
OnDiskIndex.IteratorOrder order,
boolean inclusive) |
Modifier and Type | Method and Description |
---|---|
int |
OnDiskIndex.DataTerm.compareTo(OnDiskIndex.DataTerm other) |
Modifier and Type | Method and Description |
---|---|
int |
OnDiskIndex.IteratorOrder.startAt(OnDiskBlock.SearchResult<OnDiskIndex.DataTerm> found,
boolean inclusive) |
int |
OnDiskIndex.IteratorOrder.startAt(OnDiskBlock<OnDiskIndex.DataTerm> block,
Expression e) |
Modifier and Type | Method and Description |
---|---|
boolean |
Expression.isLowerSatisfiedBy(OnDiskIndex.DataTerm term) |
boolean |
Expression.isUpperSatisfiedBy(OnDiskIndex.DataTerm term) |
Modifier and Type | Method and Description |
---|---|
OnDiskIndex.DataTerm |
CombinedTerm.get() |
Modifier and Type | Method and Description |
---|---|
static RangeIterator<OnDiskIndex.DataTerm,CombinedTerm> |
OnDiskIndexIterator.union(OnDiskIndex... union) |
Modifier and Type | Method and Description |
---|---|
protected void |
OnDiskIndexIterator.performSkipTo(OnDiskIndex.DataTerm nextToken) |
Modifier and Type | Method and Description |
---|---|
int |
CombinedTerm.compareTo(CombinedValue<OnDiskIndex.DataTerm> o) |
void |
CombinedTerm.merge(CombinedValue<OnDiskIndex.DataTerm> other) |
Constructor and Description |
---|
CombinedTerm(AbstractType<?> comparator,
OnDiskIndex.DataTerm term) |
Copyright © 2020 The Apache Software Foundation