Uses of Class
org.apache.cassandra.net.BufferPoolAllocator
-
Packages that use BufferPoolAllocator Package Description org.apache.cassandra.net org.apache.cassandra.transport -
-
Uses of BufferPoolAllocator in org.apache.cassandra.net
Subclasses of BufferPoolAllocator in org.apache.cassandra.net Modifier and Type Class Description classGlobalBufferPoolAllocatorFields in org.apache.cassandra.net declared as BufferPoolAllocator Modifier and Type Field Description protected BufferPoolAllocatorFrameDecoder. allocatorMethods in org.apache.cassandra.net with parameters of type BufferPoolAllocator Modifier and Type Method Description static FrameDecoderCrcFrameDecoderCrc. create(BufferPoolAllocator allocator)static FrameDecoderLZ4FrameDecoderLZ4. fast(BufferPoolAllocator allocator)Constructors in org.apache.cassandra.net with parameters of type BufferPoolAllocator Constructor Description FrameDecoderCrc(BufferPoolAllocator allocator) -
Uses of BufferPoolAllocator in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type BufferPoolAllocator Modifier and Type Method Description protected FrameDecoderPipelineConfigurator. frameDecoder(java.lang.String compression, BufferPoolAllocator allocator)
-