Uses of Interface
org.xerial.snappy.buffer.BufferAllocatorFactory
Packages that use BufferAllocatorFactory
Package
Description
Snappy API for compressing/decompressing data.
-
Uses of BufferAllocatorFactory in org.xerial.snappy
Constructors in org.xerial.snappy with parameters of type BufferAllocatorFactoryModifierConstructorDescriptionSnappyOutputStream
(OutputStream out, int blockSize, BufferAllocatorFactory bufferAllocatorFactory) -
Uses of BufferAllocatorFactory in org.xerial.snappy.buffer
Fields in org.xerial.snappy.buffer declared as BufferAllocatorFactoryModifier and TypeFieldDescriptionprivate static BufferAllocatorFactory
CachedBufferAllocator.factory
static BufferAllocatorFactory
DefaultBufferAllocator.factory
Methods in org.xerial.snappy.buffer that return BufferAllocatorFactoryModifier and TypeMethodDescriptionstatic BufferAllocatorFactory
CachedBufferAllocator.getBufferAllocatorFactory()
Methods in org.xerial.snappy.buffer with parameters of type BufferAllocatorFactoryModifier and TypeMethodDescriptionstatic void
CachedBufferAllocator.setBufferAllocatorFactory
(BufferAllocatorFactory factory)