Uses of Enum Class
org.apache.nifi.event.transport.configuration.BufferAllocator
Packages that use BufferAllocator
Package
Description
-
Uses of BufferAllocator in org.apache.nifi.event.transport.configuration
Methods in org.apache.nifi.event.transport.configuration that return BufferAllocatorModifier and TypeMethodDescriptionstatic BufferAllocatorReturns the enum constant of this class with the specified name.static BufferAllocator[]BufferAllocator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BufferAllocator in org.apache.nifi.event.transport.netty
Fields in org.apache.nifi.event.transport.netty declared as BufferAllocatorMethods in org.apache.nifi.event.transport.netty with parameters of type BufferAllocatorModifier and TypeMethodDescriptionvoidNettyEventServerFactory.setBufferAllocator(BufferAllocator bufferAllocator) Set Buffer Allocator option overriding the default POOLED configuration