- selector - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- selector - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- send(String, Charset) - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
Sends the given string over the channel.
- send(byte[]) - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
Sends the given data over the channel.
- sender - Variable in class org.apache.nifi.processor.util.listen.event.StandardEvent
-
- SENDER_KEY - Static variable in interface org.apache.nifi.processor.util.listen.event.EventFactory
-
The key in the metadata map for the sender.
- senderPool - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- sendingHost - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- sendingPort - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- serialize(String, OutputStream) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor.StringSerDe
-
- session - Variable in class org.apache.nifi.processor.util.bin.Bin
-
- session - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- setFileCountAttribute(String) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setFlowFile(FlowFile) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
-
- setLatestTimestamp(Date) - Method in class org.apache.nifi.processor.util.list.EntityListing
-
Sets the timestamp of the modification date of the newest file that was contained in the listing
- setLogger(ComponentLog) - Method in class org.apache.nifi.processor.util.pattern.Put
-
- setMatchingIdentifiers(Collection<String>) - Method in class org.apache.nifi.processor.util.list.EntityListing
-
- setMaxBinAge(int) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setMaximumEntries(int) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setMaximumSize(long) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setMinimumEntries(int) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setMinimumSize(long) - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- setNumMessages(long) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- setTimeout(int) - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
- setUpBinManager(BinManager, ProcessContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
-
Performs any additional setup of the bin manager.
- shouldDiscontinue() - Method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- size - Variable in class org.apache.nifi.processor.util.bin.Bin
-
- socketChannel - Variable in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
-
- SocketChannelAttachment - Class in org.apache.nifi.processor.util.listen.dispatcher
-
Wrapper class so we can attach a buffer and/or an SSLSocketChannel to the selector key.
- SocketChannelAttachment(ByteBuffer, SSLSocketChannel) - Constructor for class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
-
- SocketChannelDispatcher<E extends Event<SocketChannel>> - Class in org.apache.nifi.processor.util.listen.dispatcher
-
Accepts Socket connections on the given port and creates a handler for each connection to
be executed by a thread pool.
- SocketChannelDispatcher(EventFactory<E>, ChannelHandlerFactory<E, AsyncChannelDispatcher>, BlockingQueue<ByteBuffer>, BlockingQueue<E>, ComponentLog, int, SSLContext, Charset) - Constructor for class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- SocketChannelDispatcher(EventFactory<E>, ChannelHandlerFactory<E, AsyncChannelDispatcher>, BlockingQueue<ByteBuffer>, BlockingQueue<E>, ComponentLog, int, SSLContext, SslContextFactory.ClientAuth, Charset) - Constructor for class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- SocketChannelHandler<E extends Event<SocketChannel>> - Class in org.apache.nifi.processor.util.listen.handler.socket
-
Base class for socket channel handlers.
- SocketChannelHandler(SelectionKey, AsyncChannelDispatcher, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandler
-
- SocketChannelHandlerFactory<E extends Event<SocketChannel>> - Class in org.apache.nifi.processor.util.listen.handler.socket
-
Default factory for creating socket channel handlers.
- SocketChannelHandlerFactory() - Constructor for class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandlerFactory
-
- socketChannelOutput - Variable in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
-
- SocketChannelResponder - Class in org.apache.nifi.processor.util.listen.response.socket
-
A ChannelResponder for SocketChannels.
- SocketChannelResponder(SocketChannel) - Constructor for class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
-
- SocketChannelSender - Class in org.apache.nifi.processor.util.put.sender
-
Sends messages over a SocketChannel.
- SocketChannelSender(String, int, int, ComponentLog) - Constructor for class org.apache.nifi.processor.util.put.sender.SocketChannelSender
-
- SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- sslChannel - Variable in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
-
- sslContext - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- sslContext - Variable in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
-
- sslSocketChannel - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
-
- sslSocketChannel - Variable in class org.apache.nifi.processor.util.listen.response.socket.SSLSocketChannelResponder
-
- SSLSocketChannelHandler<E extends Event<SocketChannel>> - Class in org.apache.nifi.processor.util.listen.handler.socket
-
Wraps a SocketChannel with an SSLSocketChannel for receiving messages over TLS.
- SSLSocketChannelHandler(SelectionKey, AsyncChannelDispatcher, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.handler.socket.SSLSocketChannelHandler
-
- SSLSocketChannelResponder - Class in org.apache.nifi.processor.util.listen.response.socket
-
A ChannelResponder for SSLSocketChannels.
- SSLSocketChannelResponder(SocketChannel, SSLSocketChannel) - Constructor for class org.apache.nifi.processor.util.listen.response.socket.SSLSocketChannelResponder
-
- SSLSocketChannelSender - Class in org.apache.nifi.processor.util.put.sender
-
Sends messages over an SSLSocketChannel.
- SSLSocketChannelSender(String, int, int, SSLContext, ComponentLog) - Constructor for class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
-
- StandardEvent<C extends SelectableChannel> - Class in org.apache.nifi.processor.util.listen.event
-
Standard implementation of Event.
- StandardEvent(String, byte[], ChannelResponder<C>) - Constructor for class org.apache.nifi.processor.util.listen.event.StandardEvent
-
- StandardEventFactory - Class in org.apache.nifi.processor.util.listen.event
-
EventFactory to create StandardEvent instances.
- StandardEventFactory() - Constructor for class org.apache.nifi.processor.util.listen.event.StandardEventFactory
-
- StandardSocketChannelHandler<E extends Event<SocketChannel>> - Class in org.apache.nifi.processor.util.listen.handler.socket
-
Reads from the given SocketChannel into the provided buffer.
- StandardSocketChannelHandler(SelectionKey, AsyncChannelDispatcher, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.handler.socket.StandardSocketChannelHandler
-
- start - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
-
- startTime - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- stopped - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- stopped - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- StringSerDe() - Constructor for class org.apache.nifi.processor.util.list.AbstractListProcessor.StringSerDe
-
- successfulRanges - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- successiveFailedOfferings - Variable in class org.apache.nifi.processor.util.bin.Bin
-