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 classByteTermclassCharTermFields 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. termsMethods 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 intByteTerm. compareTo(AbstractType<?> comparator, Term other)intCharTerm. compareTo(AbstractType<?> comparator, Term other)abstract intTerm. compareTo(AbstractType<?> comparator, Term other)
-