| Package | Description |
|---|---|
| org.apache.nifi.event.transport.configuration | |
| org.apache.nifi.event.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
static BufferAllocator |
BufferAllocator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferAllocator[] |
BufferAllocator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private BufferAllocator |
NettyEventServerFactory.bufferAllocator |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyEventServerFactory.setBufferAllocator(BufferAllocator bufferAllocator)
Set Buffer Allocator option overriding the default POOLED configuration
|
Copyright © 2022 Apache NiFi Project. All rights reserved.