| Package | Description |
|---|---|
| org.apache.nifi.io.nio | |
| org.apache.nifi.io.nio.consumer |
| Modifier and Type | Field and Description |
|---|---|
private BufferPool |
ChannelListener.bufferPool |
private BufferPool |
AbstractChannelReader.bufferPool |
private BufferPool |
ChannelDispatcher.emptyBuffers |
| Constructor and Description |
|---|
AbstractChannelReader(String id,
SelectionKey key,
BufferPool empties,
StreamConsumerFactory consumerFactory) |
ChannelDispatcher(Selector serverSocketSelector,
Selector socketChannelSelector,
ScheduledExecutorService service,
StreamConsumerFactory factory,
BufferPool buffers,
long timeout,
TimeUnit unit,
boolean readSingleDatagram) |
ChannelListener(int threadPoolSize,
StreamConsumerFactory consumerFactory,
BufferPool bufferPool,
int timeout,
TimeUnit unit,
boolean readSingleDatagram) |
DatagramChannelReader(String id,
SelectionKey key,
BufferPool empties,
StreamConsumerFactory consumerFactory,
boolean readSingleDatagram) |
SocketChannelReader(String id,
SelectionKey key,
BufferPool empties,
StreamConsumerFactory consumerFactory) |
| Modifier and Type | Field and Description |
|---|---|
private BufferPool |
AbstractStreamConsumer.bufferPool |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamConsumer.setReturnBufferQueue(BufferPool returnQueue)
Will be called once just after construction.
|
void |
AbstractStreamConsumer.setReturnBufferQueue(BufferPool returnQueue) |
Copyright © 2023 Apache NiFi Project. All rights reserved.