Class BufferPools
java.lang.Object
org.apache.cassandra.utils.memory.BufferPools
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferPoolLong-lived buffers used for chunk cache and other disk accessstatic BufferPoolShort-lived buffers used for internode messaging or client-server connections.static voidshutdownLocalCleaner(long timeout, TimeUnit unit)
-
Constructor Details
-
BufferPools
public BufferPools()
-
-
Method Details
-
forChunkCache
Long-lived buffers used for chunk cache and other disk access -
forNetworking
Short-lived buffers used for internode messaging or client-server connections. -
shutdownLocalCleaner
public static void shutdownLocalCleaner(long timeout, TimeUnit unit) throws TimeoutException, InterruptedException - Throws:
TimeoutExceptionInterruptedException
-