- AbstractListenEventBatchingProcessor<E extends Event> - Class in org.apache.nifi.processor.util.listen
-
An abstract processor that extends from AbstractListenEventProcessor and adds common functionality for
batching events into a single FlowFile.
- AbstractListenEventBatchingProcessor() - Constructor for class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
-
- AbstractListenEventBatchingProcessor.FlowFileEventBatch - Class in org.apache.nifi.processor.util.listen
-
Wrapper to hold a FlowFile and the events that have been appended to it.
- AbstractListenEventProcessor<E extends Event> - Class in org.apache.nifi.processor.util.listen
-
An abstract processor to extend from when listening for events over a channel.
- AbstractListenEventProcessor() - Constructor for class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- AbstractListProcessor<T extends ListableEntity> - Class in org.apache.nifi.processor.util.list
-
An Abstract Processor that is intended to simplify the coding required in order to perform Listing operations of remote or local resources.
- AbstractListProcessor() - Constructor for class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- AbstractListProcessor.StringSerDe - Class in org.apache.nifi.processor.util.list
-
- AbstractPutEventProcessor - Class in org.apache.nifi.processor.util.put
-
A base class for processors that send data to an external system using TCP or UDP.
- AbstractPutEventProcessor() - Constructor for class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- AbstractPutEventProcessor.FlowFileMessageBatch - Class in org.apache.nifi.processor.util.put
-
A wrapper to hold the ranges of a FlowFile that were successful and ranges that failed, and then
transfer those ranges appropriately.
- AbstractPutEventProcessor.PruneResult - Class in org.apache.nifi.processor.util.put
-
The results from pruning connections.
- AbstractPutEventProcessor.Range - Class in org.apache.nifi.processor.util.put
-
Represents a range of messages from a FlowFile.
- acquireSender(ProcessContext, ProcessSession, FlowFile) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Helper method to acquire an available ChannelSender from the pool.
- activeBatches - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- addBackForSelection(SelectionKey) - Method in interface org.apache.nifi.processor.util.listen.dispatcher.AsyncChannelDispatcher
-
Informs the dispatcher that the connection for the given key can be added back for selection.
- addBackForSelection(SelectionKey) - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- addFailedRange(long, long, Exception) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- additionalCustomValidation(ValidationContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
-
Allows additional custom validation to be done.
- addResponse(ChannelResponse) - Method in interface org.apache.nifi.processor.util.listen.response.ChannelResponder
-
- addResponse(ChannelResponse) - Method in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
-
- addSuccessfulRange(long, long) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- adjustError - Variable in class org.apache.nifi.processor.util.pattern.ExceptionHandler
-
Adjust error type based on the context.
- adjustError(BiFunction<C, ErrorTypes, ErrorTypes.Result>) - Method in class org.apache.nifi.processor.util.pattern.ExceptionHandler
-
Specify a function that adjust ErrorType based on a function context.
- adjustRoute - Variable in class org.apache.nifi.processor.util.pattern.Put
-
- adjustRoute(PartialFunctions.AdjustRoute<FC>) - Method in class org.apache.nifi.processor.util.pattern.Put
-
Specify an optional function that adjust routed FlowFiles before transfer it.
- alreadyListedEntities - Variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- andThen(ExceptionHandler.OnError<C, I>) - Method in interface org.apache.nifi.processor.util.pattern.ExceptionHandler.OnError
-
- andThen(PartialFunctions.TransferFlowFiles<FC>) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.TransferFlowFiles
-
- apply(C, I, ErrorTypes.Result, Exception) - Method in interface org.apache.nifi.processor.util.pattern.ExceptionHandler.OnError
-
- apply(I) - Method in interface org.apache.nifi.processor.util.pattern.ExceptionHandler.Procedure
-
- apply(ProcessContext, ProcessSession, FC, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.AdjustRoute
-
- apply(ProcessContext, ProcessSession, FC, C) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.Cleanup
-
- apply(ProcessContext, ProcessSession, FC, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.FetchFlowFiles
-
- apply(ProcessContext, ProcessSession, FC, FlowFile) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.InitConnection
-
- apply(ProcessContext, ProcessSession, FC, C) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.OnCompleted
-
- apply(ProcessContext, ProcessSession, FC, C, Exception) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.OnFailed
-
- apply(ProcessContext, ProcessSession, FC, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.TransferFlowFiles
-
- apply(ProcessContext, ProcessSession, FC, C, FlowFile, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.Put.PutFlowFile
-
- apply(ProcessContext, ProcessSession, FC, C, List<FlowFile>, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.PutGroup.GroupFlowFiles
-
- apply(ProcessContext, ProcessSession, FC, C, FFG, RoutingResult) - Method in interface org.apache.nifi.processor.util.pattern.PutGroup.PutFlowFiles
-
- AsyncChannelDispatcher - Interface in org.apache.nifi.processor.util.listen.dispatcher
-
A ChannelDispatcher that handles channels asynchronously.
- attributes - Variable in class org.apache.nifi.processor.util.bin.BinProcessingResult
-
Map of attributes to add to original flow files
- CACHE_KEY_PREFIX - Static variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- canceled - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- cancelOrComplete() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- canRollback() - Method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- 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
-
- 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
-
- cleanup - Variable in class org.apache.nifi.processor.util.pattern.Put
-
- cleanup(PartialFunctions.Cleanup<FC, C>) - Method in class org.apache.nifi.processor.util.pattern.Put
-
Specify an optional function which will be called in a finally block.
- clearListedEntities() - Method in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- 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
-
- componentId - Variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- CONNECTION_PER_FLOWFILE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- contains(Relationship) - Method in class org.apache.nifi.processor.util.pattern.RoutingResult
-
- containsOldBins() - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- 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
-
- createAdjustError(ComponentLog) - Static method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
Create a function to use with
ExceptionHandler that adjust error type based on functional context.
- createAdjustRoute(Relationship...) - Static method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- createAttributes(T, ProcessContext) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
Creates a Map of attributes that should be applied to the FlowFile to represent this entity.
- createBufferPool(int, int) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
Creates a pool of ByteBuffers with the given size.
- 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
-
- createListedEntityTracker() - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- createMapWithSender(String) - Static method in class org.apache.nifi.processor.util.listen.event.EventFactoryUtil
-
- createOnError(ProcessContext, ProcessSession, RoutingResult, Relationship, Relationship) - Static method in class org.apache.nifi.processor.util.pattern.ExceptionHandler
-
- createOnError(ExceptionHandler.OnError<FCT, I>) - Static method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- createOnGroupError(ProcessContext, ProcessSession, RoutingResult, Relationship, Relationship) - Static method in class org.apache.nifi.processor.util.pattern.ExceptionHandler
-
- createRollbackOnFailureProperty(String) - Static method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- 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.
- 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
-
- createTransitUri(ProcessContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Sub-classes construct a transit uri for provenance events.
- 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
-
- currentTimestampSupplier - Variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- customValidate(ValidationContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
-
- customValidate(ValidationContext) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- customValidate(ValidationContext, Collection<ValidationResult>) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
Sub-classes can add custom validation by implementing this method.
- getAdditionalProperties() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
Override to provide additional properties for the processor.
- getAdditionalProperties() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Override to provide additional properties for the processor.
- getAdditionalRelationships() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
Override to provide additional relationships for the processor.
- getAdditionalRelationships() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Override to provide additional relationships for the processor.
- getAttributes() - Method in class org.apache.nifi.processor.util.bin.BinProcessingResult
-
- getAttributes(AbstractListenEventBatchingProcessor<E>.FlowFileEventBatch) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
-
Creates the attributes for the FlowFile of the given batch.
- getBatches(ProcessSession, int, byte[]) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
-
Batches together up to the batchSize events.
- getBatchKey(E) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
-
- getBinAge() - Method in class org.apache.nifi.processor.util.bin.Bin
-
- getBinCount() - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- getByteBuffer() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
-
- getCacheKey() - Method in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- getChannel() - Method in interface org.apache.nifi.processor.util.listen.response.ChannelResponder
-
- getChannel() - Method in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
-
- getContents() - Method in class org.apache.nifi.processor.util.bin.Bin
-
- getData() - Method in interface org.apache.nifi.processor.util.listen.event.Event
-
- getData() - Method in class org.apache.nifi.processor.util.listen.event.StandardEvent
-
- getDefaultTimePrecision() - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
This method is intended to be overridden by SubClasses those do not support TARGET_SYSTEM_TIMESTAMP_PRECISION property.
- getDelimiter() - Method in class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandler
-
- getDelimiter() - Method in class org.apache.nifi.processor.util.listen.handler.socket.SSLSocketChannelHandler
-
- getDelimiter() - Method in class org.apache.nifi.processor.util.listen.handler.socket.StandardSocketChannelHandler
-
- getDispatcherPort() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getEnd() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
-
- getErrorQueueSize() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getEvents() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
-
- getFileCountAttribute() - Method in class org.apache.nifi.processor.util.bin.BinManager
-
- getFlowFile() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
-
- getFlowFiles() - Method in interface org.apache.nifi.processor.util.pattern.PartialFunctions.FlowFileGroup
-
- getGroupId(ProcessContext, FlowFile, ProcessSession) - Method in class org.apache.nifi.processor.util.bin.BinFiles
-
Returns a group ID representing a bin.
- getIdentifier() - Method in interface org.apache.nifi.processor.util.list.ListableEntity
-
- getKey(String) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- getLastUsed() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
- getLatestTimestamp() - Method in class org.apache.nifi.processor.util.list.EntityListing
-
- getLongPollTimeout() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getMatchingIdentifiers() - Method in class org.apache.nifi.processor.util.list.EntityListing
-
- getMessage(boolean, boolean, ProcessSession) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
If pollErrorQueue is true, the error queue will be checked first and event will be
returned from the error queue if available.
- getName() - Method in interface org.apache.nifi.processor.util.list.ListableEntity
-
- getNumClosed() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.PruneResult
-
- getNumConsidered() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.PruneResult
-
- getOutgoingMessageDelimiter(ProcessContext, FlowFile) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
Gets the current value of the "Outgoing Message Delimiter" property and parses the special characters.
- getOutputStream() - Method in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
-
- getOutputStream() - Method in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
-
- getPath(ProcessContext) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
Returns the path to perform a listing on.
- getPersistenceFile() - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- getPort() - Method in interface org.apache.nifi.processor.util.listen.dispatcher.ChannelDispatcher
-
- getPort() - Method in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
-
- getPort() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
-
- getProcessedCount() - Method in class org.apache.nifi.processor.util.pattern.RollbackOnFailure
-
- getQueueSize() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getRelationships() - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
- getRelationships() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getRelationships() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- getResponder() - Method in interface org.apache.nifi.processor.util.listen.event.Event
-
- getResponder() - Method in class org.apache.nifi.processor.util.listen.event.StandardEvent
-
- getResponses() - Method in interface org.apache.nifi.processor.util.listen.response.ChannelResponder
-
- getResponses() - Method in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
-
- getRoutedFlowFiles() - Method in class org.apache.nifi.processor.util.pattern.RoutingResult
-
- getSender() - Method in interface org.apache.nifi.processor.util.listen.event.Event
-
- getSender() - Method in class org.apache.nifi.processor.util.listen.event.StandardEvent
-
- getSession() - Method in class org.apache.nifi.processor.util.bin.Bin
-
- getSize() - Method in interface org.apache.nifi.processor.util.list.ListableEntity
-
- getSize() - Method in class org.apache.nifi.processor.util.list.ListedEntity
-
- getSslSocketChannel() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
-
- getStart() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
-
- getStateScope(PropertyContext) - Method in class org.apache.nifi.processor.util.list.AbstractListProcessor
-
Returns a Scope that specifies where the state should be managed for this Processor
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
-
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
-
- getTimeout() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
-
- getTimestamp() - Method in interface org.apache.nifi.processor.util.list.ListableEntity
-
- getTimestamp() - Method in class org.apache.nifi.processor.util.list.ListedEntity
-
- getTransitUri(AbstractListenEventBatchingProcessor<E>.FlowFileEventBatch) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
-
Creates the transit uri to be used when reporting a provenance receive event for the given batch.
- groupBinMap - Variable in class org.apache.nifi.processor.util.bin.BinManager
-
- groupFetchedFlowFiles(PutGroup.GroupFlowFiles<FC, C, FFG>) - Method in class org.apache.nifi.processor.util.pattern.PutGroup
-
Specify a function that groups input FlowFiles into FlowFile groups.
- groupFlowFiles - Variable in class org.apache.nifi.processor.util.pattern.PutGroup
-
- scope - Variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- 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
-
- setAttributes(Map<String, String>) - Method in class org.apache.nifi.processor.util.bin.BinProcessingResult
-
- setCommitted(boolean) - Method in class org.apache.nifi.processor.util.bin.BinProcessingResult
-
- 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
-
- size - Variable in class org.apache.nifi.processor.util.list.ListedEntity
-
Bytes.
- 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
-
- sslOutputStream - 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
-
- startedAtMillis - Variable in class org.apache.nifi.processor.util.list.ListProcessorTestWatcher
-
- starting(Description) - Method in class org.apache.nifi.processor.util.list.ListProcessorTestWatcher
-
- startTime - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- stateMapProvider - Variable in class org.apache.nifi.processor.util.list.ListProcessorTestWatcher
-
- 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
-
- stringSerializer - Variable in class org.apache.nifi.processor.util.list.ListedEntityTracker
-
- successFlowFilesProvider - Variable in class org.apache.nifi.processor.util.list.ListProcessorTestWatcher
-
- successfulRanges - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
-
- successiveFailedOfferings - Variable in class org.apache.nifi.processor.util.bin.Bin
-