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 classBufferManagingRebuffererBuffer manager used for reading from a ChunkReader when cache is not in use.static classBufferManagingRebufferer.Alignedstatic classBufferManagingRebufferer.UnalignedclassLimitingRebuffererRebufferer wrapper that applies rate limiting.Methods in org.apache.cassandra.io.util that return Rebufferer Modifier and Type Method Description RebuffererCompressedChunkReader. instantiateRebufferer()RebuffererRebuffererFactory. 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)
-