Uses of Class
org.apache.cassandra.utils.memory.BufferPool
-
Packages that use BufferPool Package Description org.apache.cassandra.metrics org.apache.cassandra.net org.apache.cassandra.utils.memory -
-
Uses of BufferPool in org.apache.cassandra.metrics
Constructors in org.apache.cassandra.metrics with parameters of type BufferPool Constructor Description BufferPoolMetrics(java.lang.String scope, BufferPool bufferPool)
-
Uses of BufferPool in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as BufferPool Modifier and Type Field Description protected static BufferPool
FrameEncoder. bufferPool
-
Uses of BufferPool in org.apache.cassandra.utils.memory
Methods in org.apache.cassandra.utils.memory that return BufferPool Modifier and Type Method Description static BufferPool
BufferPools. forChunkCache()
Long-lived buffers used for chunk cache and other disk accessstatic BufferPool
BufferPools. forNetworking()
Short-lived buffers used for internode messaging or client-server connections.
-