Uses of Class
org.apache.cassandra.index.sasi.sa.Term
-
Packages that use Term Package Description org.apache.cassandra.index.sasi.sa -
-
Uses of Term in org.apache.cassandra.index.sasi.sa
Subclasses of Term in org.apache.cassandra.index.sasi.sa Modifier and Type Class Description class
ByteTerm
class
CharTerm
Fields in org.apache.cassandra.index.sasi.sa with type parameters of type Term Modifier and Type Field Description protected java.util.List<Term<T>>
SA. terms
Methods in org.apache.cassandra.index.sasi.sa that return Term Modifier and Type Method 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)
Methods in org.apache.cassandra.index.sasi.sa with parameters of type Term Modifier and Type Method Description int
ByteTerm. compareTo(AbstractType<?> comparator, Term other)
int
CharTerm. compareTo(AbstractType<?> comparator, Term other)
abstract int
Term. compareTo(AbstractType<?> comparator, Term other)
-