- binPrecision - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer
-
- binPrecision - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
-
- bins - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer
-
- BOOLEAN_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
- buf - Variable in class org.apache.nifi.stream.io.BufferedInputStream
-
The internal buffer array where the data is stored.
- buf - Variable in class org.apache.nifi.stream.io.BufferedOutputStream
-
The internal buffer where data is stored.
- buf - Variable in class org.apache.nifi.stream.io.ByteArrayInputStream
-
An array of bytes that was provided by the creator of the stream.
- buf - Variable in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
The buffer where data is stored.
- buffer - Variable in class org.apache.nifi.remote.io.CompressionInputStream
-
- buffer - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- buffer - Variable in class org.apache.nifi.remote.io.socket.BufferStateManager
-
- buffer - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Drain
-
- buffer - Variable in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
-
- buffer - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
-
- buffer - Variable in class org.apache.nifi.stream.io.util.TextLineDemarcator
-
- buffer - Variable in class org.apache.nifi.util.NaiveSearchRingBuffer
-
- buffer - Variable in class org.apache.nifi.util.RingBuffer
-
- bufferAndDecompress() - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- bufferedByte - Variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- BufferedInputStream - Class in org.apache.nifi.stream.io
-
This class is a slight modification of the BufferedInputStream in the java.io package.
- BufferedInputStream(InputStream) - Constructor for class org.apache.nifi.stream.io.BufferedInputStream
-
Creates a BufferedInputStream
and saves its argument, the input stream
in
, for later use.
- BufferedInputStream(InputStream, int) - Constructor for class org.apache.nifi.stream.io.BufferedInputStream
-
Creates a BufferedInputStream
with the specified buffer size,
and saves its argument, the input stream
in
, for later use.
- BufferedOutputStream - Class in org.apache.nifi.stream.io
-
- BufferedOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the specified underlying output stream.
- BufferedOutputStream(OutputStream, int) - Constructor for class org.apache.nifi.stream.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
- bufferFull() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- bufferIndex - Variable in class org.apache.nifi.remote.io.CompressionInputStream
-
- bufferIndex - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- bufferLength - Variable in class org.apache.nifi.stream.io.util.TextLineDemarcator
-
- bufferSize - Variable in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
-
- bufferSize - Variable in class org.apache.nifi.util.NaiveSearchRingBuffer
-
- BufferStateManager - Class in org.apache.nifi.remote.io.socket
-
- BufferStateManager(ByteBuffer) - Constructor for class org.apache.nifi.remote.io.socket.BufferStateManager
-
- BufferStateManager(ByteBuffer, BufferStateManager.Direction) - Constructor for class org.apache.nifi.remote.io.socket.BufferStateManager
-
- BufferStateManager.Direction - Enum in org.apache.nifi.remote.io.socket
-
- bytearr - Variable in class org.apache.nifi.stream.io.DataOutputStream
-
bytearr is initialized on demand by writeUTF
- ByteArrayInputStream - Class in org.apache.nifi.stream.io
-
This class performs the same function as java.io.ByteArrayInputStream but does not mark its methods as synchronized
- ByteArrayInputStream(byte[]) - Constructor for class org.apache.nifi.stream.io.ByteArrayInputStream
-
Creates a ByteArrayInputStream
so that it uses buf
as its buffer array.
- ByteArrayInputStream(byte[], int, int) - Constructor for class org.apache.nifi.stream.io.ByteArrayInputStream
-
Creates ByteArrayInputStream
that uses buf
as its buffer array.
- ByteArrayOutputStream - Class in org.apache.nifi.stream.io
-
This class provides a more efficient implementation of the java.io.ByteArrayOutputStream.
- ByteArrayOutputStream() - Constructor for class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- ByteCountingInputStream - Class in org.apache.nifi.stream.io
-
- ByteCountingInputStream(InputStream) - Constructor for class org.apache.nifi.stream.io.ByteCountingInputStream
-
- ByteCountingInputStream(InputStream, long) - Constructor for class org.apache.nifi.stream.io.ByteCountingInputStream
-
- ByteCountingOutputStream - Class in org.apache.nifi.stream.io
-
- ByteCountingOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- ByteCountingOutputStream(OutputStream, long) - Constructor for class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- BytePatternNotFoundException - Exception in org.apache.nifi.stream.io.exception
-
- BytePatternNotFoundException(String) - Constructor for exception org.apache.nifi.stream.io.exception.BytePatternNotFoundException
-
- bytes - Variable in class org.apache.nifi.util.search.SearchTerm
-
- BYTES_IN_GIGABYTE - Static variable in class org.apache.nifi.util.FormatUtils
-
- BYTES_IN_KILOBYTE - Static variable in class org.apache.nifi.util.FormatUtils
-
- BYTES_IN_MEGABYTE - Static variable in class org.apache.nifi.util.FormatUtils
-
- BYTES_IN_TERABYTE - Static variable in class org.apache.nifi.util.FormatUtils
-
- bytesCopied - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
-
- bytesRead - Variable in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- bytesRead - Variable in class org.apache.nifi.stream.io.LimitingInputStream
-
- bytesRead - Variable in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- bytesSinceMark - Variable in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- bytesSkipped - Variable in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- bytesWritten - Variable in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- calculateDataRate(long) - Method in class org.apache.nifi.util.StopWatch
-
- channel - Variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- channel - Variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- CHANNEL_EMPTY_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- CHANNEL_FULL_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- CHARACTER_SET_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
- checkAndReset() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
Checks if the file has been updated according to the configured
UpdateMonitor
and resets the state
- checkForUpdate() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- checkUpdateMillis - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- ClassLoaderUtils - Class in org.apache.nifi.util.file.classloader
-
- ClassLoaderUtils() - Constructor for class org.apache.nifi.util.file.classloader.ClassLoaderUtils
-
- clear() - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
-
Clears the contents of the buffer and sets direction to WRITE
- clear() - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
-
Clears the internal buffer so that a new search may begin
- clockSequence - Static variable in class org.apache.nifi.util.ComponentIdGenerator
-
- close() - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
Does nothing.
- close() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- close() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- close() - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- close() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
Closes the underlying socket channel.
- close() - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
Closes the underlying SocketChannel
- close() - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- close() - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- close() - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- close() - Method in class org.apache.nifi.stream.io.NonCloseableInputStream
-
- close() - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.util.StreamDemarcator
-
- closeQuietly(Closeable) - Static method in class org.apache.nifi.util.file.FileUtils
-
Closes the given closeable quietly - no logging, no exceptions...
- compact() - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
-
- ComponentIdGenerator - Class in org.apache.nifi.util
-
IMPORTANT: This component is not part of public API!
====================================================
- ComponentIdGenerator() - Constructor for class org.apache.nifi.util.ComponentIdGenerator
-
- CompoundUpdateMonitor - Class in org.apache.nifi.util.file.monitor
-
An
UpdateMonitor
that combines multiple
UpdateMonitor
s such that it will indicate a change in a file only if ALL sub-monitors indicate a change.
- CompoundUpdateMonitor(UpdateMonitor, UpdateMonitor...) - Constructor for class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor
-
- CompoundUpdateMonitor.DeferredMonitorAction - Class in org.apache.nifi.util.file.monitor
-
- compressAndWrite() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
Compresses the currently buffered chunk of data and sends it to the output stream
- compressed - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- compressedBuffer - Variable in class org.apache.nifi.remote.io.CompressionInputStream
-
- CompressionInputStream - Class in org.apache.nifi.remote.io
-
- CompressionInputStream(InputStream) - Constructor for class org.apache.nifi.remote.io.CompressionInputStream
-
- CompressionOutputStream - Class in org.apache.nifi.remote.io
-
- CompressionOutputStream(OutputStream) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- CompressionOutputStream(OutputStream, int) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- CompressionOutputStream(OutputStream, int, int, int) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- computeMd5Digest(File) - Static method in class org.apache.nifi.util.file.FileUtils
-
Returns the MD5 hash of the given file.
- computeMd5Digest(InputStream) - Static method in class org.apache.nifi.util.file.FileUtils
-
Returns the MD5 hash of the given stream.
- consume() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- consumedCount - Variable in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- copy(InputStream, OutputStream) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- copy(InputStream, OutputStream, long) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- copy(InputStream, OutputStream) - Method in interface org.apache.nifi.stream.io.StreamThrottler
-
- copy(InputStream, OutputStream, long) - Method in interface org.apache.nifi.stream.io.StreamThrottler
-
- copy(InputStream, OutputStream) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
- copy(InputStream, OutputStream, long) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies numBytes
from source
to destination
.
- copy(InputStream, OutputStream) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyBytes(byte[], File, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyExclusive(InputStream, OutputStream, int, byte[]...) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies data from in to out until either we are out of data (returns null) or we hit one of the byte patterns identified by the stoppers
parameter (returns the byte pattern
matched).
- copyFile(File, File, boolean, boolean, boolean, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Copies the given source file to the given destination file.
- copyFile(File, File, boolean, boolean, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Copies the given source file to the given destination file.
- copyFile(File, OutputStream, boolean, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyFile(InputStream, File, boolean, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyInclusive(InputStream, OutputStream, int, byte[]...) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies data from in to out until either we are out of data (returns null) or we hit one of the byte patterns identified by the stoppers
parameter (returns the byte pattern
matched).
- CoreAttributes - Enum in org.apache.nifi.flowfile.attributes
-
- CoreAttributes(String) - Constructor for enum org.apache.nifi.flowfile.attributes.CoreAttributes
-
- count - Variable in class org.apache.nifi.stream.io.BufferedInputStream
-
The index one greater than the index of the last valid byte in
the buffer.
- count - Variable in class org.apache.nifi.stream.io.BufferedOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class org.apache.nifi.stream.io.ByteArrayInputStream
-
The index one greater than the last valid character in the input stream buffer.
- count - Variable in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class org.apache.nifi.util.timebuffer.TimedCountSize
-
- countSelectedElements(RingBuffer.Filter<T>) - Method in class org.apache.nifi.util.RingBuffer
-
- CountSizeEntityAccess - Class in org.apache.nifi.util.timebuffer
-
- CountSizeEntityAccess() - Constructor for class org.apache.nifi.util.timebuffer.CountSizeEntityAccess
-
- 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
-
- 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
-
- 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
-
- createModuleClassLoader(URL[], ClassLoader) - Static method in class org.apache.nifi.util.file.classloader.ClassLoaderUtils
-
- createNew() - Method in class org.apache.nifi.util.timebuffer.CountSizeEntityAccess
-
- createNew() - Method in interface org.apache.nifi.util.timebuffer.EntityAccess
-
- createNew() - Method in class org.apache.nifi.util.timebuffer.LongEntityAccess
-
- 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.
- createTimePeriodValidator(long, TimeUnit, long, TimeUnit) - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createURLorFileValidator() - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- createURLValidator() - Static method in class org.apache.nifi.processor.util.StandardValidators
-
- crlfLength - Variable in class org.apache.nifi.stream.io.util.TextLineDemarcator.OffsetInfo
-
- currentNode - Variable in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- curVersion - Variable in class org.apache.nifi.remote.StandardVersionNegotiator
-
- failureNode - Variable in class org.apache.nifi.util.search.ahocorasick.Node
-
- FILE_EXISTS_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
- FileExistsValidator(boolean) - Constructor for class org.apache.nifi.processor.util.StandardValidators.FileExistsValidator
-
- FileUtils - Class in org.apache.nifi.util.file
-
A utility class containing a few useful static methods to do typical IO operations.
- FileUtils() - Constructor for class org.apache.nifi.util.file.FileUtils
-
- fill() - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
Fills the buffer with more data, taking into account
shuffling and other tricks for dealing with marks.
- fill() - Method in class org.apache.nifi.stream.io.util.StreamDemarcator
-
Will fill the current buffer from current 'index' position, expanding it
and or shuffling it if necessary
- fill() - Method in class org.apache.nifi.stream.io.util.TextLineDemarcator
-
Will fill the current buffer from current 'index' position, expanding it
and or shuffling it if necessary
- fillBuffer(byte[]) - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- fillBuffer(InputStream, long) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Drain
-
- fillBuffer(InputStream, byte[]) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Reads data from the given input stream, copying it to the destination byte array.
- fillBuffer(InputStream, byte[], boolean) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Reads data from the given input stream, copying it to the destination byte array.
- filled - Variable in class org.apache.nifi.util.RingBuffer
-
- FlowFileAttributeKey - Interface in org.apache.nifi.flowfile.attributes
-
- FlowFileFilters - Class in org.apache.nifi.processor.util
-
- FlowFileFilters() - Constructor for class org.apache.nifi.processor.util.FlowFileFilters
-
- flush() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- flush() - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- flush() - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Flushes this buffered output stream.
- flush() - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- flush() - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Flushes this data output stream.
- flush() - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- flush() - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- flushBuffer() - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Flush the internal buffer
- forEach(RingBuffer.ForEachEvaluator<T>) - Method in class org.apache.nifi.util.RingBuffer
-
Iterates over each element in the RingBuffer, calling the
evaluate
method on each element in the RingBuffer.
- forEach(RingBuffer.ForEachEvaluator<T>, RingBuffer.IterationDirection) - Method in class org.apache.nifi.util.RingBuffer
-
Iterates over each element in the RingBuffer, calling the
evaluate
method on each element in the RingBuffer.
- formatCount(long) - Static method in class org.apache.nifi.util.FormatUtils
-
Formats the specified count by adding commas.
- formatDataSize(double) - Static method in class org.apache.nifi.util.FormatUtils
-
Formats the specified data size in human readable format.
- formatHoursMinutesSeconds(long, TimeUnit) - Static method in class org.apache.nifi.util.FormatUtils
-
Formats the specified duration in 'HH:mm:ss.SSS' format.
- formatMinutesSeconds(long, TimeUnit) - Static method in class org.apache.nifi.util.FormatUtils
-
Formats the specified duration in 'mm:ss.SSS' format.
- formatNanos(long, boolean) - Static method in class org.apache.nifi.util.FormatUtils
-
Formats nanoseconds in the format:
3 seconds, 8 millis, 3 nanos - if includeTotalNanos = false,
3 seconds, 8 millis, 3 nanos (3008000003 nanos) - if includeTotalNanos = true
- formatUtilization(double) - Static method in class org.apache.nifi.util.FormatUtils
-
- FormatUtils - Class in org.apache.nifi.util
-
- FormatUtils() - Constructor for class org.apache.nifi.util.FormatUtils
-
- foundMatch() - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- fourByteBuffer - Variable in class org.apache.nifi.remote.io.CompressionInputStream
-
- randomGenerator - Static variable in class org.apache.nifi.util.ComponentIdGenerator
-
- read() - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- read(byte[]) - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- read() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- read(byte[]) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- read() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- read(byte[]) - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- read() - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
See
the general contract of the read
method of InputStream
.
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
Reads bytes from this byte-input stream into the specified byte array,
starting at the given offset.
- read() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Reads up to len
bytes of data into an array of bytes from this input stream.
- read() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- read(byte[]) - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- read() - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- read(byte[]) - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- read() - Method in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- read(byte[]) - Method in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- read() - Method in class org.apache.nifi.stream.io.NonCloseableInputStream
-
- read(byte[]) - Method in class org.apache.nifi.stream.io.NonCloseableInputStream
-
- read(byte[], int, int) - Method in class org.apache.nifi.stream.io.NonCloseableInputStream
-
- read1(byte[], int, int) - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
Read characters into a portion of an array, reading from the underlying
stream at most once if necessary.
- readAheadLength - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
-
- readChunkHeader() - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
- readLock - Variable in class org.apache.nifi.util.RingBuffer
-
- ref - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
-
- reference - Variable in class org.apache.nifi.util.search.SearchTerm
-
- REGULAR_EXPRESSION_VALIDATOR - Static variable in class org.apache.nifi.processor.util.StandardValidators
-
- releaseQuietly(FileLock) - Static method in class org.apache.nifi.util.file.FileUtils
-
Releases the given lock quietly no logging, no exception
- removeSelectedElements(RingBuffer.Filter<T>) - Method in class org.apache.nifi.util.RingBuffer
-
Removes all elements from the RingBuffer that match the given filter
- renameFile(File, File, int) - Static method in class org.apache.nifi.util.file.FileUtils
-
Renames the given file from the source path to the destination path.
- renameFile(File, File, int, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
Renames the given file from the source path to the destination path.
- Request(InputStream, OutputStream, long) - Constructor for class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
-
- requestQueue - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- reset() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- reset() - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
See the general contract of the reset
method of InputStream
.
- reset() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Resets the buffer to the marked position.
- reset() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Resets the count
field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
- reset() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- reset() - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- resourceLock - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- Response(boolean, int) - Constructor for class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
-
- Response(IOException) - Constructor for class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
-
- responseQueue - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
-
- resultMap - Variable in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- RingBuffer<T> - Class in org.apache.nifi.util
-
Thread-safe implementation of a RingBuffer
- RingBuffer(int) - Constructor for class org.apache.nifi.util.RingBuffer
-
- RingBuffer.Filter<S> - Interface in org.apache.nifi.util
-
- RingBuffer.ForEachEvaluator<S> - Interface in org.apache.nifi.util
-
- RingBuffer.IterationDirection - Enum in org.apache.nifi.util
-
- root - Variable in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
-
- run() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Drain
-
- rwLock - Variable in class org.apache.nifi.util.RingBuffer
-
- search(InputStream, boolean) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
-
- search(InputStream, boolean, SearchState) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
-
- Search<T> - Interface in org.apache.nifi.util.search
-
Defines an interface to search for content given a set of search terms.
- search(InputStream, boolean) - Method in interface org.apache.nifi.util.search.Search
-
Searches the given input stream for matches between the already specified dictionary and the contents scanned.
- SearchState<T> - Class in org.apache.nifi.util.search.ahocorasick
-
- SearchState(Node) - Constructor for class org.apache.nifi.util.search.ahocorasick.SearchState
-
- SearchTerm<T> - Class in org.apache.nifi.util.search
-
This is an immutable thread safe object representing a search term
- SearchTerm(byte[]) - Constructor for class org.apache.nifi.util.search.SearchTerm
-
Constructs a SearchTerm.
- SearchTerm(byte[], boolean, T) - Constructor for class org.apache.nifi.util.search.SearchTerm
-
Constructs a search term.
- SECS - Static variable in class org.apache.nifi.util.FormatUtils
-
- select(S) - Method in interface org.apache.nifi.util.RingBuffer.Filter
-
- serialVersionUID - Static variable in exception org.apache.nifi.stream.io.exception.BytePatternNotFoundException
-
- setCurrentNode(Node) - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- setFailureNode(Node) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setMatchingTerm(SearchTerm<?>) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setNeighbor(Node, int) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setStartsWithMatch(int) - Method in class org.apache.nifi.stream.io.util.TextLineDemarcator.OffsetInfo
-
- setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- setVersion(int) - Method in class org.apache.nifi.remote.StandardVersionNegotiator
-
- setVersion(int) - Method in interface org.apache.nifi.remote.VersionNegotiator
-
Sets the version of this resource to the specified version.
- shredFile(File, int) - Static method in class org.apache.nifi.util.file.FileUtils
-
Randomly generates a sequence of bytes and overwrites the contents of the file a number of times.
- shutdown - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- size() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Returns the current value of the counter written
, the number of bytes written to this data output stream so far.
- size() - Method in class org.apache.nifi.util.search.SearchTerm
-
- size - Variable in class org.apache.nifi.util.timebuffer.TimedCountSize
-
- skip(long) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.BufferedInputStream
-
See the general contract of the skip
method of InputStream
.
- skip(long) - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Skips n
bytes of input from this input stream.
- skip(long) - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- skip(InputStream, long) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Skips the specified number of bytes from the InputStream
If unable to skip that number of bytes, throws EOFException
- sleepQuietly(long) - Static method in class org.apache.nifi.util.file.FileUtils
-
- SocketChannelInputStream - Class in org.apache.nifi.remote.io.socket
-
- SocketChannelInputStream(SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- SocketChannelOutputStream - Class in org.apache.nifi.remote.io.socket
-
- SocketChannelOutputStream(SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- 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
-
- StandardVersionNegotiator - Class in org.apache.nifi.remote
-
- StandardVersionNegotiator(int...) - Constructor for class org.apache.nifi.remote.StandardVersionNegotiator
-
- start() - Method in class org.apache.nifi.util.StopWatch
-
- startNanos - Variable in class org.apache.nifi.util.StopWatch
-
- startOffset - Variable in class org.apache.nifi.stream.io.util.TextLineDemarcator.OffsetInfo
-
- startsWith(byte[], int) - Method in class org.apache.nifi.util.search.SearchTerm
-
Determines if the given window starts with the same bytes as this term
- startsWithMatch - Variable in class org.apache.nifi.stream.io.util.TextLineDemarcator.OffsetInfo
-
- state - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
-
- StateWrapper(Object) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
-
- stop() - Method in class org.apache.nifi.util.StopWatch
-
- StopWatch - Class in org.apache.nifi.util
-
- StopWatch() - Constructor for class org.apache.nifi.util.StopWatch
-
Creates a StopWatch but does not start it
- StopWatch(boolean) - Constructor for class org.apache.nifi.util.StopWatch
-
- StreamDemarcator - Class in org.apache.nifi.stream.io.util
-
The
StreamDemarcator
class takes an input stream and demarcates
it so it could be read (see
StreamDemarcator.nextToken()
) as individual byte[]
demarcated by the provided delimiter.
- StreamDemarcator(InputStream, byte[], int) - Constructor for class org.apache.nifi.stream.io.util.StreamDemarcator
-
Constructs a new instance
- StreamDemarcator(InputStream, byte[], int, int) - Constructor for class org.apache.nifi.stream.io.util.StreamDemarcator
-
Constructs a new instance
- StreamThrottler - Interface in org.apache.nifi.stream.io
-
- StreamUtils - Class in org.apache.nifi.stream.io
-
- StreamUtils() - Constructor for class org.apache.nifi.stream.io.StreamUtils
-
- StringLengthValidator(int, int) - Constructor for class org.apache.nifi.processor.util.StandardValidators.StringLengthValidator
-
- success - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
-
- SYNC_BYTES - Static variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- SynchronizedByteCountingOutputStream - Class in org.apache.nifi.stream.io
-
- SynchronizedByteCountingOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- SynchronizedByteCountingOutputStream(OutputStream, long) - Constructor for class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- SynchronousFileWatcher - Class in org.apache.nifi.util.file.monitor
-
Allows the user to configure a
Path
to watch for modifications and periodically poll to check if the file has been modified
- SynchronousFileWatcher(Path, UpdateMonitor) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- SynchronousFileWatcher(Path, UpdateMonitor, long) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- SynchronousFileWatcher.StateWrapper - Class in org.apache.nifi.util.file.monitor
-
- syncWithRestore(File, File, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Syncs a primary copy of a file with the copy in the restore directory.
- WEEKS - Static variable in class org.apache.nifi.util.FormatUtils
-
- write(int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(int) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Writes the specified byte to this buffered output stream.
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to this buffered output stream.
- write(int) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Writes the specified byte to this byte array output stream.
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to this byte array output stream.
- write(int) - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes the specified byte (the low eight bits of the argument b
) to the underlying output stream.
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to the underlying output stream.
- write(byte[]) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- writeBoolean(boolean) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a boolean
to the underlying output stream as a 1-byte value.
- writeBuffer - Variable in class org.apache.nifi.stream.io.DataOutputStream
-
- writeByte(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes out a byte
to the underlying output stream as a 1-byte value.
- writeBytes(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes out the string to the underlying output stream as a sequence of bytes.
- writeChar(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a char
to the underlying output stream as a 2-byte value, high byte first.
- writeChars(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the underlying output stream as a sequence of characters.
- writeChunkHeader(int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- writeDouble(double) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Converts the double argument to a long
using the doubleToLongBits
method in class Double
, and then writes that long
value to the underlying
output stream as an 8-byte quantity, high byte first.
- writeFloat(float) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Converts the float argument to an int
using the floatToIntBits
method in class Float
, and then writes that int
value to the underlying output
stream as a 4-byte quantity, high byte first.
- writeInt(OutputStream, int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- writeInt(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes an int
to the underlying output stream as four bytes, high byte first.
- writeLock - Variable in class org.apache.nifi.util.RingBuffer
-
- writeLong(long) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a long
to the underlying output stream as eight bytes, high byte first.
- writeShort(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a short
to the underlying output stream as two bytes, high byte first.
- writeTo(OutputStream) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using
out.write(buf, 0, count)
.
- writeUTF(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the underlying output stream using
modified UTF-8
encoding in a machine-independent manner.
- writeUTF(String, DataOutput) - Static method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the specified DataOutput using
modified UTF-8
encoding in a machine-independent manner.
- written - Variable in class org.apache.nifi.stream.io.DataOutputStream
-
The number of bytes written to the data output stream so far.