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 class
GlobalBufferPoolAllocator
Fields in org.apache.cassandra.net declared as BufferPoolAllocator Modifier and Type Field Description protected BufferPoolAllocator
FrameDecoder. allocator
Methods in org.apache.cassandra.net with parameters of type BufferPoolAllocator Modifier and Type Method Description static FrameDecoderCrc
FrameDecoderCrc. create(BufferPoolAllocator allocator)
static FrameDecoderLZ4
FrameDecoderLZ4. 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 FrameDecoder
PipelineConfigurator. frameDecoder(java.lang.String compression, BufferPoolAllocator allocator)
-