Package | Description |
---|---|
org.apache.cassandra.index.sasi.disk |
Modifier and Type | Method and Description |
---|---|
static OnDiskIndex.IteratorOrder |
OnDiskIndex.IteratorOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnDiskIndex.IteratorOrder[] |
OnDiskIndex.IteratorOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OnDiskIndex.DataTerm> |
OnDiskIndex.iteratorAt(java.nio.ByteBuffer query,
OnDiskIndex.IteratorOrder order,
boolean inclusive) |
int |
OnDiskBlock.maxOffset(OnDiskIndex.IteratorOrder order) |
int |
OnDiskBlock.minOffset(OnDiskIndex.IteratorOrder order) |
Copyright © 2018 The Apache Software Foundation