- canceled - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- cancelOrComplete() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- channel - Variable in class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
-
- channel - Variable in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
-
- ChannelDispatcher - Interface in org.apache.nifi.processor.util.listen.dispatcher
-
Dispatches handlers for a given channel.
- ChannelHandler<E extends Event,D extends ChannelDispatcher> - Class in org.apache.nifi.processor.util.listen.handler
-
Base class for all channel handlers.
- ChannelHandler(SelectionKey, D, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.handler.ChannelHandler
-
- ChannelHandlerFactory<E extends Event,D extends ChannelDispatcher> - Interface in org.apache.nifi.processor.util.listen.handler
-
Factory that can produce ChannelHandlers for the given type of Event and ChannelDispatcher.
- ChannelResponder<C extends SelectableChannel> - Interface in org.apache.nifi.processor.util.listen.response
-
A responder for a given channel.
- ChannelResponse - Interface in org.apache.nifi.processor.util.listen.response
-
A response to send back over channel.
- ChannelSender - Class in org.apache.nifi.processor.util.put.sender
-
Base class for sending messages over a channel.
- ChannelSender(String, int, int, ComponentLog) - Constructor for class org.apache.nifi.processor.util.put.sender.ChannelSender
-
- CHARACTER_SET_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
- CHARSET - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- charset - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- charset - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- charset - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
-
- CHARSET - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- clientAuth - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- close() - Method in interface org.apache.nifi.processor.util.listen.dispatcher.ChannelDispatcher
-
Closes all listeners and stops all handler threads.
- close() - Method in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- close() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- close() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
Close the underlying channel
- close() - Method in class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
-
- close() - Method in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
-
- close() - Method in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
-
- closeSenders() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- completeBatches - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- completeConnection(SelectionKey) - Method in interface org.apache.nifi.processor.util.listen.dispatcher.AsyncChannelDispatcher
-
Informs the dispatcher that the connection for the given key is complete.
- completeConnection(SelectionKey) - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- completeSession() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- completeTime - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- CONNECTION_PER_FLOWFILE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- containsOldBins() - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- countNulls(Object...) - Static method in class org.apache.nifi.processor.util.SSLProperties
-
- create(byte[], Map<String, String>, ChannelResponder) - Method in interface org.apache.nifi.processor.util.listen.event.EventFactory
-
Creates an event for the given data and metadata.
- create(byte[], Map<String, String>, ChannelResponder) - Method in class org.apache.nifi.processor.util.listen.event.StandardEventFactory
-
- create - Variable in class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
-
- createAttributeExpressionLanguageValidator(AttributeExpression.ResultType) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createAttributeExpressionLanguageValidator(AttributeExpression.ResultType, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createBufferPool(int, int) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
Creates a pool of ByteBuffers with the given size.
- createDataSizeBoundsValidator(long, long) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createDirectoryExistsValidator(boolean, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createDispatcher(ProcessContext, BlockingQueue<E>) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- createHandler(SelectionKey, D, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Method in interface org.apache.nifi.processor.util.listen.handler.ChannelHandlerFactory
-
- createHandler(SelectionKey, AsyncChannelDispatcher, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Method in class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandlerFactory
-
- createListValidator(boolean, boolean, Validator) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createLongValidator(long, long, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createMapWithSender(String) - Static method in class org.apache.nifi.processor.util.listen.event.EventFactoryUtil
-
- createRegexMatchingValidator(Pattern) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createRegexValidator(int, int, boolean) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
Creates a @{link Validator} that ensure that a value is a valid Java
Regular Expression with at least minCapturingGroups
capturing groups and at most maxCapturingGroups capturing
groups.
- createSender(ProcessContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Sub-classes create a ChannelSender given a context.
- createSender(String, String, int, int, int, SSLContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Helper for sub-classes to create a sender.
- createSSLContext(ProcessContext, SslContextFactory.ClientAuth) - Static method in class org.apache.nifi.processor.util.SSLProperties
-
- createSSLHandler(SelectionKey, D, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Method in interface org.apache.nifi.processor.util.listen.handler.ChannelHandlerFactory
-
- createSSLHandler(SelectionKey, AsyncChannelDispatcher, Charset, EventFactory<E>, BlockingQueue<E>, ComponentLog) - Method in class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandlerFactory
-
- createTimePeriodValidator(long, TimeUnit, long, TimeUnit) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createTransitUri(ProcessContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Sub-classes construct a transit uri for provenance events.
- createURLorFileValidator() - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createURLValidator() - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- creationMomentEpochNs - Variable in class org.apache.nifi.processor.util.bin.Bin
-
- currBytes - Variable in class org.apache.nifi.processor.util.listen.handler.socket.SSLSocketChannelHandler
-
- currBytes - Variable in class org.apache.nifi.processor.util.listen.handler.socket.StandardSocketChannelHandler
-
- currentConnections - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- customValidate(ValidationContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
-