Package | Description |
---|---|
org.apache.cassandra.index.sasi.sa |
Modifier and Type | Class and Description |
---|---|
class |
ByteTerm |
class |
CharTerm |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Term<T>> |
SA.terms |
Modifier and Type | Method and Description |
---|---|
Term<java.nio.ByteBuffer> |
IntegralSA.getTerm(java.nio.ByteBuffer termValue,
TokenTreeBuilder tokens) |
protected abstract Term<T> |
SA.getTerm(java.nio.ByteBuffer termValue,
TokenTreeBuilder tokens) |
protected Term<java.nio.CharBuffer> |
SuffixSA.getTerm(java.nio.ByteBuffer termValue,
TokenTreeBuilder tokens) |
Modifier and Type | Method and Description |
---|---|
int |
ByteTerm.compareTo(AbstractType<?> comparator,
Term other) |
int |
CharTerm.compareTo(AbstractType<?> comparator,
Term other) |
abstract int |
Term.compareTo(AbstractType<?> comparator,
Term other) |
Copyright © 2020 The Apache Software Foundation