Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

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
 
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.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
 
allowEL - Variable in class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
 
allowEL - Variable in class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
 
AsyncChannelDispatcher - Interface in org.apache.nifi.processor.util.listen.dispatcher
A ChannelDispatcher that handles channels asynchronously.
ATTRIBUTE_EXPRESSION_LANGUAGE_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
ATTRIBUTE_KEY_PROPERTY_NAME_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
ATTRIBUTE_KEY_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 

B

Bin - Class in org.apache.nifi.processor.util.bin
Note: Bin objects are NOT thread safe.
Bin(long, long, int, int, String) - Constructor for class org.apache.nifi.processor.util.bin.Bin
Constructs a new bin
binContents - Variable in class org.apache.nifi.processor.util.bin.Bin
 
binCount - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
BinFiles - Class in org.apache.nifi.processor.util.bin
Base class for file-binning processors.
BinFiles() - Constructor for class org.apache.nifi.processor.util.bin.BinFiles
 
binFlowFiles(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
binManager - Variable in class org.apache.nifi.processor.util.bin.BinFiles
 
BinManager - Class in org.apache.nifi.processor.util.bin
This class is thread safe
BinManager() - Constructor for class org.apache.nifi.processor.util.bin.BinManager
 
BOOLEAN_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
bufferPool - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
bufferPool - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
byteBuffer - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
 

C

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
 

D

data - Variable in class org.apache.nifi.processor.util.listen.event.StandardEvent
 
DATA_SIZE_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
datagramChannel - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
DatagramChannelDispatcher<E extends Event<DatagramChannel>> - Class in org.apache.nifi.processor.util.listen.dispatcher
Reads from the Datagram channel into an available buffer.
DatagramChannelDispatcher(EventFactory<E>, BlockingQueue<ByteBuffer>, BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
DatagramChannelDispatcher(EventFactory<E>, BlockingQueue<ByteBuffer>, BlockingQueue<E>, ComponentLog, String, Integer) - Constructor for class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
DatagramChannelSender - Class in org.apache.nifi.processor.util.put.sender
Sends messages over a DatagramChannel.
DatagramChannelSender(String, int, int, ComponentLog) - Constructor for class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
 
DEFAULT_OFFER_WAIT_MS - Static variable in class org.apache.nifi.processor.util.listen.event.EventQueue
The default number of milliseconds to wait when offering new events to the queue.
DEFAULT_SSL_PROTOCOL_ALGORITHM - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
descriptors - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
descriptors - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
DirectoryExistsValidator(boolean, boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
 
dispatcher - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
dispatcher - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
 

E

end - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
 
errorEvents - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
Event<C extends SelectableChannel> - Interface in org.apache.nifi.processor.util.listen.event
An event that was read from a channel.
eventFactory - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
eventFactory - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
EventFactory<E extends Event> - Interface in org.apache.nifi.processor.util.listen.event
Factory to create instances of a given type of Event.
eventFactory - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
 
EventFactoryUtil - Class in org.apache.nifi.processor.util.listen.event
Utility methods for EventFactory.
EventFactoryUtil() - Constructor for class org.apache.nifi.processor.util.listen.event.EventFactoryUtil
 
EventQueue<E extends Event> - Class in org.apache.nifi.processor.util.listen.event
Wraps a BlockingQueue to centralize logic for offering events across UDP, TCP, and SSL.
EventQueue(BlockingQueue<E>, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.event.EventQueue
 
EventQueue(BlockingQueue<E>, long, ComponentLog) - Constructor for class org.apache.nifi.processor.util.listen.event.EventQueue
 
events - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
 
events - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
events - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
events - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
events - Variable in class org.apache.nifi.processor.util.listen.event.EventQueue
 
events - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
 
executor - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 

F

failedRanges - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
FILE_EXISTS_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
fileCountAttribute - Variable in class org.apache.nifi.processor.util.bin.Bin
 
fileCountAttribute - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
FileExistsValidator(boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
 
flowFile - Variable in class org.apache.nifi.processor.util.FlowFileSessionWrapper
 
flowFile - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
 
flowFile - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
FlowFileEventBatch(FlowFile, List<E>) - Constructor for class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
 
FlowFileFilters - Class in org.apache.nifi.processor.util
 
FlowFileFilters() - Constructor for class org.apache.nifi.processor.util.FlowFileFilters
 
FlowFileMessageBatch(ProcessSession, FlowFile) - Constructor for class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
FlowFileSessionWrapper - Class in org.apache.nifi.processor.util
 
FlowFileSessionWrapper(FlowFile, ProcessSession) - Constructor for class org.apache.nifi.processor.util.FlowFileSessionWrapper
 

G

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(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
 
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
 
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
 
getFlowFile() - Method in class org.apache.nifi.processor.util.FlowFileSessionWrapper
 
getFlowFile() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor.FlowFileEventBatch
 
getGroupId(ProcessContext, FlowFile) - Method in class org.apache.nifi.processor.util.bin.BinFiles
Returns a group ID representing a bin.
getKeystoreDescriptors(boolean) - Static method in class org.apache.nifi.processor.util.SSLProperties
 
getLastUsed() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
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.
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.
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
 
getQueueSize() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
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
 
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.FlowFileSessionWrapper
 
getSslSocketChannel() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelAttachment
 
getStart() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
 
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
 
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.
getTruststoreDescriptors(boolean) - Static method in class org.apache.nifi.processor.util.SSLProperties
 
groupBinMap - Variable in class org.apache.nifi.processor.util.bin.BinManager
 

H

handlerFactory - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
host - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
HOSTNAME - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 

I

IDLE_EXPIRATION - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
init(ProcessorInitializationContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
interfaceSet - Static variable in class org.apache.nifi.processor.util.listen.ListenerProperties
 
intPattern - Static variable in class org.apache.nifi.processor.util.bin.Bin
 
isComplete() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
isConnected() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
isConnected() - Method in class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
 
isConnected() - Method in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
 
isConnected() - Method in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
 
isFull() - Method in class org.apache.nifi.processor.util.bin.Bin
Indicates whether the bin has enough items to be considered full.
isFullEnough() - Method in class org.apache.nifi.processor.util.bin.Bin
Indicates enough size exists to meet the minimum requirements
isOlderThan(int, TimeUnit) - Method in class org.apache.nifi.processor.util.bin.Bin
Determines if this bin is older than the time specified.
isOlderThan(Bin) - Method in class org.apache.nifi.processor.util.bin.Bin
Determines if this bin is older than the specified bin

K

key - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
 
keyQueue - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
KEYSTORE - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
KEYSTORE_DESCRIPTORS - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
KEYSTORE_PASSWORD - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
KEYSTORE_TYPE - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
KeystoreValidationGroup() - Constructor for enum org.apache.nifi.processor.util.SSLProperties.KeystoreValidationGroup
 

L

lastFailureReason - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
lastUsed - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
ListenerProperties - Class in org.apache.nifi.processor.util.listen
Shared properties.
ListenerProperties() - Constructor for class org.apache.nifi.processor.util.listen.ListenerProperties
 
logger - Variable in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
logger - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
logger - Variable in class org.apache.nifi.processor.util.listen.event.EventQueue
 
logger - Variable in class org.apache.nifi.processor.util.listen.handler.ChannelHandler
 
logger - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
LONG_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 

M

MAX_BATCH_SIZE - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
MAX_BIN_AGE - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
MAX_BIN_COUNT - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
MAX_CONNECTIONS - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
MAX_ENTRIES - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
MAX_MESSAGE_QUEUE_SIZE - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
MAX_SIZE - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
MAX_SOCKET_BUFFER_SIZE - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
MAX_SOCKET_SEND_BUFFER_SIZE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
maxBinAgeSeconds - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
maxConnections - Variable in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
maxEntries - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
maximum - Variable in class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
 
maximumEntries - Variable in class org.apache.nifi.processor.util.bin.Bin
 
maximumSizeBytes - Variable in class org.apache.nifi.processor.util.bin.Bin
 
maxNanos - Variable in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
maxSendBufferSize - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
maxSizeBytes - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
maxValueEnglish - Variable in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
MESSAGE_DELIMITER - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
MESSAGE_DELIMITER - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
messageDemarcatorBytes - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
migrateBins(ProcessContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
MIN_ENTRIES - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
MIN_SIZE - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
minEntries - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
minimum - Variable in class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
 
minimumEntries - Variable in class org.apache.nifi.processor.util.bin.Bin
 
minimumSizeBytes - Variable in class org.apache.nifi.processor.util.bin.Bin
 
minNanos - Variable in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
minSizeBytes - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
minValueEnglish - Variable in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 

N

NETWORK_INTF_NAME - Static variable in class org.apache.nifi.processor.util.listen.ListenerProperties
 
newSizeBasedFilter(double, DataUnit, int) - Static method in class org.apache.nifi.processor.util.FlowFileFilters
Returns a new FlowFileFilter that will pull FlowFiles until the maximum file size has been reached, or the maximum FlowFile Count was been reached (this is important because FlowFiles may be 0 bytes!).
NON_BLANK_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
Validator that ensures that value has 1+ non-whitespace characters
NON_EMPTY_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
Validator that ensures that value's length > 0
NON_NEGATIVE_INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
numMessages - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 

O

offer(FlowFile, ProcessSession) - Method in class org.apache.nifi.processor.util.bin.Bin
If this bin has enough room for the size of the given flow file then it is added otherwise it is not
offer(String, FlowFile, ProcessSession) - Method in class org.apache.nifi.processor.util.bin.BinManager
Adds the given flowFile to the first available bin in which it fits for the given group or creates a new bin in the specified group if necessary.
offer(E) - Method in class org.apache.nifi.processor.util.listen.event.EventQueue
Offers the given event to the events queue with a wait time, if the offer fails the event is dropped an error is logged.
offerWaitMs - Variable in class org.apache.nifi.processor.util.listen.event.EventQueue
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
 
onUnscheduled() - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
open(InetAddress, int, int) - Method in interface org.apache.nifi.processor.util.listen.dispatcher.ChannelDispatcher
Opens the dispatcher listening on the given port and attempts to set the OS socket buffer to maxBufferSize.
open(InetAddress, int, int) - Method in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
open(InetAddress, int, int) - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
open() - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
Opens the connection to the destination.
open() - Method in class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
 
open() - Method in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
 
open() - Method in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
 
org.apache.nifi.processor.util - package org.apache.nifi.processor.util
 
org.apache.nifi.processor.util.bin - package org.apache.nifi.processor.util.bin
 
org.apache.nifi.processor.util.listen - package org.apache.nifi.processor.util.listen
 
org.apache.nifi.processor.util.listen.dispatcher - package org.apache.nifi.processor.util.listen.dispatcher
 
org.apache.nifi.processor.util.listen.event - package org.apache.nifi.processor.util.listen.event
 
org.apache.nifi.processor.util.listen.handler - package org.apache.nifi.processor.util.listen.handler
 
org.apache.nifi.processor.util.listen.handler.socket - package org.apache.nifi.processor.util.listen.handler.socket
 
org.apache.nifi.processor.util.listen.response - package org.apache.nifi.processor.util.listen.response
 
org.apache.nifi.processor.util.listen.response.socket - package org.apache.nifi.processor.util.listen.response.socket
 
org.apache.nifi.processor.util.put - package org.apache.nifi.processor.util.put
 
org.apache.nifi.processor.util.put.sender - package org.apache.nifi.processor.util.put.sender
 
OUTGOING_MESSAGE_DELIMITER - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 

P

pattern - Variable in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
POLL_TIMEOUT_MS - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
PORT - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
port - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
PORT - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
port - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
PORT_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
POSITIVE_INTEGER_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
POSITIVE_LONG_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
postProcess(ProcessContext, ProcessSession, List<E>) - Method in class org.apache.nifi.processor.util.listen.AbstractListenEventBatchingProcessor
Called at the end of onTrigger to allow sub-classes to take post processing action on the events
preprocessFlowFile(ProcessContext, ProcessSession, FlowFile) - Method in class org.apache.nifi.processor.util.bin.BinFiles
Allows general pre-processing of a flow file before it is offered to a bin.
processBin(Bin, List<FlowFileSessionWrapper>, ProcessContext, ProcessSession) - Method in class org.apache.nifi.processor.util.bin.BinFiles
Processes a single bin.
processBins(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
processBuffer(SSLSocketChannel, SocketChannel, int, byte[]) - Method in class org.apache.nifi.processor.util.listen.handler.socket.SSLSocketChannelHandler
Process the contents of the buffer.
processBuffer(SocketChannel, ByteBuffer) - Method in class org.apache.nifi.processor.util.listen.handler.socket.StandardSocketChannelHandler
Process the contents that have been read into the buffer.
PROTOCOL - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
pruneIdleSenders(long) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
Close any senders that haven't been active with in the given threshold
purge() - Method in class org.apache.nifi.processor.util.bin.BinManager
 

R

Range(long, long) - Constructor for class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
 
readyBins - Variable in class org.apache.nifi.processor.util.bin.BinFiles
 
RECV_BUFFER_SIZE - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
REGULAR_EXPRESSION_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
REL_FAILURE - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
REL_FAILURE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
REL_ORIGINAL - Static variable in class org.apache.nifi.processor.util.bin.BinFiles
 
REL_SUCCESS - Static variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
REL_SUCCESS - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
relationships - Variable in class org.apache.nifi.processor.util.listen.AbstractListenEventProcessor
 
relationships - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
relinquishSender(ChannelSender) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
Helper method to relinquish the ChannelSender back to the pool.
removeOldestBin() - Method in class org.apache.nifi.processor.util.bin.BinManager
 
removeReadyBins(boolean) - Method in class org.apache.nifi.processor.util.bin.BinManager
Finds all bins that are considered full and removes them from the manager.
resetState() - Method in class org.apache.nifi.processor.util.bin.BinFiles
 
respond() - Method in interface org.apache.nifi.processor.util.listen.response.ChannelResponder
Writes the responses to the underlying channel.
respond() - Method in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
 
respond() - Method in class org.apache.nifi.processor.util.listen.response.socket.SSLSocketChannelResponder
 
responder - Variable in class org.apache.nifi.processor.util.listen.event.StandardEvent
 
responses - Variable in class org.apache.nifi.processor.util.listen.response.socket.SocketChannelResponder
 
rLock - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
run() - Method in class org.apache.nifi.processor.util.listen.dispatcher.DatagramChannelDispatcher
 
run() - Method in class org.apache.nifi.processor.util.listen.dispatcher.SocketChannelDispatcher
 
run() - Method in class org.apache.nifi.processor.util.listen.handler.socket.SSLSocketChannelHandler
 
run() - Method in class org.apache.nifi.processor.util.listen.handler.socket.StandardSocketChannelHandler
 
rwLock - Variable in class org.apache.nifi.processor.util.bin.BinManager
 

S

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
 
session - Variable in class org.apache.nifi.processor.util.FlowFileSessionWrapper
 
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
 
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.
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
 
SSLProperties - Class in org.apache.nifi.processor.util
 
SSLProperties() - Constructor for class org.apache.nifi.processor.util.SSLProperties
 
SSLProperties.KeystoreValidationGroup - Enum in org.apache.nifi.processor.util
 
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
 
StandardValidators - Class in org.apache.nifi.processor.util
 
StandardValidators() - Constructor for class org.apache.nifi.processor.util.StandardValidators
 
StandardValidators.DirectoryExistsValidator - Class in org.apache.nifi.processor.util
 
StandardValidators.FileExistsValidator - Class in org.apache.nifi.processor.util
 
StandardValidators.StringLengthValidator - Class in org.apache.nifi.processor.util
 
StandardValidators.TimePeriodValidator - Class in org.apache.nifi.processor.util
 
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
 
StringLengthValidator(int, int) - Constructor for class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
 
successfulRanges - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
successiveFailedOfferings - Variable in class org.apache.nifi.processor.util.bin.Bin
 

T

TCP_DELIMITER - Static variable in class org.apache.nifi.processor.util.listen.handler.socket.SocketChannelHandler
 
TCP_VALUE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
TIME_PERIOD_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
TIMEOUT - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
timeout - Variable in class org.apache.nifi.processor.util.put.sender.ChannelSender
 
TimePeriodValidator(long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
toByteArray() - Method in interface org.apache.nifi.processor.util.listen.response.ChannelResponse
 
toInteger(String) - Method in class org.apache.nifi.processor.util.bin.Bin
 
toString() - Method in class org.apache.nifi.processor.util.FlowFileSessionWrapper
 
toString() - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.Range
 
transferRanges(List<AbstractPutEventProcessor.Range>, Relationship) - Method in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor.FlowFileMessageBatch
 
transitUri - Variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
TRUSTSTORE - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
TRUSTSTORE_DESCRIPTORS - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
TRUSTSTORE_PASSWORD - Static variable in class org.apache.nifi.processor.util.SSLProperties
 
TRUSTSTORE_TYPE - Static variable in class org.apache.nifi.processor.util.SSLProperties
 

U

UDP_VALUE - Static variable in class org.apache.nifi.processor.util.put.AbstractPutEventProcessor
 
URI_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
 
URL_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
URL Validator that does not allow the Expression Language to be used

V

validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.DirectoryExistsValidator
 
validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
 
validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
 
validate(String, String, ValidationContext) - Method in class org.apache.nifi.processor.util.StandardValidators.TimePeriodValidator
 
validateStore(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.processor.util.SSLProperties
 
validateStore(Map<PropertyDescriptor, String>, SSLProperties.KeystoreValidationGroup) - Static method in class org.apache.nifi.processor.util.SSLProperties
 
valueOf(String) - Static method in enum org.apache.nifi.processor.util.SSLProperties.KeystoreValidationGroup
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.processor.util.SSLProperties.KeystoreValidationGroup
Returns an array containing the constants of this enum type, in the order they are declared.

W

wLock - Variable in class org.apache.nifi.processor.util.bin.BinManager
 
write(byte[]) - Method in class org.apache.nifi.processor.util.put.sender.ChannelSender
Write the given buffer to the underlying channel.
write(byte[]) - Method in class org.apache.nifi.processor.util.put.sender.DatagramChannelSender
 
write(byte[]) - Method in class org.apache.nifi.processor.util.put.sender.SocketChannelSender
 
write(byte[]) - Method in class org.apache.nifi.processor.util.put.sender.SSLSocketChannelSender
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2016 Apache NiFi Project. All rights reserved.