Class TokenTree
java.lang.Object
org.apache.cassandra.index.sasi.disk.TokenTree
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classclass -
Constructor Summary
ConstructorsModifierConstructorDescriptionTokenTree(Descriptor d, MappedBuffer tokenTree) protectedTokenTree(MappedBuffer tokenTree) -
Method Summary
Modifier and TypeMethodDescriptionget(long searchToken, com.google.common.base.Function<Long, DecoratedKey> keyFetcher) longgetCount()iterator(com.google.common.base.Function<Long, DecoratedKey> keyFetcher)
-
Constructor Details
-
TokenTree
-
TokenTree
-
-
Method Details
-
getCount
public long getCount() -
iterator
public RangeIterator<Long,Token> iterator(com.google.common.base.Function<Long, DecoratedKey> keyFetcher) -
get
public TokenTree.OnDiskToken get(long searchToken, com.google.common.base.Function<Long, DecoratedKey> keyFetcher)
-