Uses of Class
org.apache.cassandra.index.sasi.disk.Token
Packages that use Token
Package
Description
-
Uses of Token in org.apache.cassandra.index.sasi
Methods in org.apache.cassandra.index.sasi that return TokenMethods in org.apache.cassandra.index.sasi that return types with arguments of type Token -
Uses of Token in org.apache.cassandra.index.sasi.conf
Methods in org.apache.cassandra.index.sasi.conf that return types with arguments of type Token -
Uses of Token in org.apache.cassandra.index.sasi.disk
Subclasses of Token in org.apache.cassandra.index.sasi.diskMethods in org.apache.cassandra.index.sasi.disk that return TokenMethods in org.apache.cassandra.index.sasi.disk that return types with arguments of type TokenModifier and TypeMethodDescriptionOnDiskIndex.DataBlock.getRange(int start, int end) OnDiskIndex.DataTerm.getSparseTokens()OnDiskIndex.DataTerm.getTokens()OnDiskIndex.OnDiskSuperBlock.iterator()TokenTree.iterator(com.google.common.base.Function<Long, DecoratedKey> keyFetcher) OnDiskIndex.search(Expression exp) Search for rows which match all of the terms inside the given expression in the index file. -
Uses of Token in org.apache.cassandra.index.sasi.memory
Methods in org.apache.cassandra.index.sasi.memory that return TokenMethods in org.apache.cassandra.index.sasi.memory that return types with arguments of type TokenModifier and TypeMethodDescriptionIndexMemtable.search(Expression expression) abstract RangeIterator<Long,Token> MemIndex.search(Expression expression) SkipListMemIndex.search(Expression expression) TrieMemIndex.search(Expression expression) -
Uses of Token in org.apache.cassandra.index.sasi.plan
Fields in org.apache.cassandra.index.sasi.plan with type parameters of type TokenMethods in org.apache.cassandra.index.sasi.plan that return TokenMethods in org.apache.cassandra.index.sasi.plan that return types with arguments of type TokenModifier and TypeMethodDescriptionQueryController.getIndexes(Operation.OperationType op, Collection<Expression> expressions) Build a range iterator from the given list of expressions by applying given operation (OR/AND). -
Uses of Token in org.apache.cassandra.index.sasi.utils
Methods in org.apache.cassandra.index.sasi.utils that return types with arguments of type Token