Uses of Interface
org.apache.cassandra.io.util.Rebufferer
-
Packages that use Rebufferer Package Description org.apache.cassandra.io.util -
-
Uses of Rebufferer in org.apache.cassandra.io.util
Classes in org.apache.cassandra.io.util that implement Rebufferer Modifier and Type Class Description class
BufferManagingRebufferer
Buffer manager used for reading from a ChunkReader when cache is not in use.static class
BufferManagingRebufferer.Aligned
static class
BufferManagingRebufferer.Unaligned
class
LimitingRebufferer
Rebufferer wrapper that applies rate limiting.Methods in org.apache.cassandra.io.util that return Rebufferer Modifier and Type Method Description Rebufferer
CompressedChunkReader. instantiateRebufferer()
Rebufferer
RebuffererFactory. instantiateRebufferer()
Constructors in org.apache.cassandra.io.util with parameters of type Rebufferer Constructor Description LimitingRebufferer(Rebufferer wrapped, com.google.common.util.concurrent.RateLimiter limiter, int limitQuant)
-