Uses of Class
org.apache.cassandra.index.sasi.disk.TokenTree
-
Packages that use TokenTree Package Description org.apache.cassandra.index.sasi.disk -
-
Uses of TokenTree in org.apache.cassandra.index.sasi.disk
Fields in org.apache.cassandra.index.sasi.disk declared as TokenTree Modifier and Type Field Description protected TokenTree
OnDiskBlock. combinedIndex
Methods in org.apache.cassandra.index.sasi.disk that return TokenTree Modifier and Type Method Description TokenTree
OnDiskBlock. getBlockIndex()
Constructors in org.apache.cassandra.index.sasi.disk with parameters of type TokenTree Constructor Description DataTerm(MappedBuffer content, OnDiskIndexBuilder.TermSize size, TokenTree perBlockIndex)
-