Uses of Interface
org.apache.cassandra.io.util.Rebufferer
Packages that use Rebufferer
Package
Description
-
Uses of Rebufferer in org.apache.cassandra.index.sai.disk.v1.trie
Constructors in org.apache.cassandra.index.sai.disk.v1.trie with parameters of type Rebufferer -
Uses of Rebufferer in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti that return Rebufferer -
Uses of Rebufferer in org.apache.cassandra.io.tries
Constructors in org.apache.cassandra.io.tries with parameters of type RebuffererModifierConstructorDescriptionprotectedReverseValueIterator(Rebufferer source, long root) protectedReverseValueIterator(Rebufferer source, long root, ByteComparable start, ByteComparable end, boolean admitPrefix) Constrained iterator.protectedValueIterator(Rebufferer source, long root) protectedValueIterator(Rebufferer source, long root, boolean collecting) protectedValueIterator(Rebufferer source, long root, ByteComparable start, ByteComparable end, boolean admitPrefix) protectedValueIterator(Rebufferer source, long root, ByteComparable start, ByteComparable end, boolean admitPrefix, boolean collecting) Constrained iterator.Walker(Rebufferer source, long root) Creates a walker. -
Uses of Rebufferer in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement RebuffererModifier and TypeClassDescriptionclassBuffer manager used for reading from a ChunkReader when cache is not in use.static classstatic classclassclassRebufferer wrapper that applies rate limiting.classSpecial rebufferer that replaces the tail of the file (from the specified cutoff point) with the given buffer.classInstantiated once per RandomAccessReader, thread-unsafe.Fields in org.apache.cassandra.io.util declared as RebuffererMethods in org.apache.cassandra.io.util that return RebuffererModifier and TypeMethodDescriptionCompressedChunkReader.instantiateRebufferer(boolean isScan) EmptyRebufferer.instantiateRebufferer(boolean isScan) FileHandle.instantiateRebufferer(com.google.common.util.concurrent.RateLimiter limiter) FileHandle.instantiateRebufferer(com.google.common.util.concurrent.RateLimiter limiter, boolean forScan) RebuffererFactory.instantiateRebufferer(boolean isScan) Constructors in org.apache.cassandra.io.util with parameters of type RebuffererModifierConstructorDescriptionLimitingRebufferer(Rebufferer wrapped, com.google.common.util.concurrent.RateLimiter limiter, int limitQuant) protectedRandomAccessReader(Rebufferer rebufferer) Only created through BuilderTailOverridingRebufferer(Rebufferer source, long cutoff, ByteBuffer tail) WrappingRebufferer(Rebufferer wrapped)