Class ByteTerm
- java.lang.Object
-
- org.apache.cassandra.index.sasi.sa.Term<java.nio.ByteBuffer>
-
- org.apache.cassandra.index.sasi.sa.ByteTerm
-
public class ByteTerm extends Term<java.nio.ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description ByteTerm(int position, java.nio.ByteBuffer value, TokenTreeBuilder tokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(AbstractType<?> comparator, Term other)
java.nio.ByteBuffer
getSuffix(int start)
java.nio.ByteBuffer
getTerm()
int
length()
-
Methods inherited from class org.apache.cassandra.index.sasi.sa.Term
getPosition, getTokens
-
-
-
-
Constructor Detail
-
ByteTerm
public ByteTerm(int position, java.nio.ByteBuffer value, TokenTreeBuilder tokens)
-
-
Method Detail
-
getTerm
public java.nio.ByteBuffer getTerm()
-
getSuffix
public java.nio.ByteBuffer getSuffix(int start)
-
compareTo
public int compareTo(AbstractType<?> comparator, Term other)
-
-