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

A

add(T) - Method in class org.apache.nifi.util.RingBuffer
Adds the given value to the RingBuffer and returns the value that was removed in order to make room.
add(T) - Method in class org.apache.nifi.util.timebuffer.TimedBuffer
 
add(S) - Method in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
addAndCompare(byte) - Method in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
addAndCompare(byte) - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
Add the given byte to the buffer and notify whether or not the byte completes the desired byte sequence.
addMatch(SearchTerm<T>, int, Node) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
 
addOrReset(S) - Method in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
addResult(SearchTerm) - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
 
aggregate(T, T) - Method in interface org.apache.nifi.util.timebuffer.EntityAccess
 
aggregate(TimestampedLong, TimestampedLong) - Method in class org.apache.nifi.util.timebuffer.LongEntityAccess
 
AhoCorasick<T> - Class in org.apache.nifi.util.search.ahocorasick
 
AhoCorasick() - Constructor for class org.apache.nifi.util.search.ahocorasick.AhoCorasick
Constructs a new search object.
allDataRead - Variable in class org.apache.nifi.remote.io.CompressionInputStream
 
appDataManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
asList() - Method in class org.apache.nifi.util.RingBuffer
 
available() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
 
available() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
available() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
available() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
available() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
availablePort() - Static method in class org.apache.nifi.remote.io.socket.NetworkUtils
Will determine the available port

B

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
 
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.util.NaiveSearchRingBuffer
 
buffer - Variable in class org.apache.nifi.util.RingBuffer
 
BUFFER_FULL_EMPTY_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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
 
BufferedInputStream(InputStream, int) - Constructor for class org.apache.nifi.stream.io.BufferedInputStream
 
BufferedOutputStream - Class in org.apache.nifi.stream.io
This class is a slight modification of the BufferedOutputStream class.
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
 
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
 

C

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 - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
 
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
 
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.remote.io.socket.ssl.SSLSocketChannel
 
close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
Closes the underlying SSLSocketChannel, which will also close the OutputStream and connection
close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
Closes the underlying SSLSocketChannel, which also will close the InputStream and the connection
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
 
closed - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
closeQuietly(Closeable) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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 UpdateMonitors 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.
connect() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
connected - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
consume() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
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
 
copyFromAppDataBuffer(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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.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.
countSelectedElements(RingBuffer.Filter<T>) - Method in class org.apache.nifi.util.RingBuffer
 
createModuleClassLoader(URL[], ClassLoader) - Static method in class org.apache.nifi.util.file.classloader.ClassLoaderUtils
 
createNew() - Method in interface org.apache.nifi.util.timebuffer.EntityAccess
 
createNew() - Method in class org.apache.nifi.util.timebuffer.LongEntityAccess
 
currentNode - Variable in class org.apache.nifi.util.search.ahocorasick.SearchState
 
curVersion - Variable in class org.apache.nifi.remote.StandardVersionNegotiator
 

D

DataOutputStream - Class in org.apache.nifi.stream.io
This class is different from java.io.DataOutputStream in that it does synchronize on its methods.
DataOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
dataWritten - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
DAYS - Static variable in class org.apache.nifi.util.FormatUtils
 
DebugDisabledTimedLock - Class in org.apache.nifi.util.concurrency
 
DebugDisabledTimedLock(Lock) - Constructor for class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
DebugEnabledTimedLock - Class in org.apache.nifi.util.concurrency
 
DebugEnabledTimedLock(Lock, String, int) - Constructor for class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
DebuggableTimedLock - Interface in org.apache.nifi.util.concurrency
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class org.apache.nifi.stream.io.GZIPOutputStream
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class org.apache.nifi.stream.io.ZipOutputStream
 
DeferredMonitorAction(List<UpdateMonitor>, Path) - Constructor for class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
deflater - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
deleteFile(File, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes the given file.
deleteFile(File, Logger, int) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes the given file.
deleteFile(List<File>, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes all of the given files.
deleteFile(List<File>, Logger, int) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes all of the given files.
deleteFile(File, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
 
deleteFiles(Collection<File>, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes given files.
deleteFilesInDir(File, FilenameFilter, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes all files (not directories..) in the given directory (non recursive) that match the given filename filter.
deleteFilesInDir(File, FilenameFilter, Logger, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes all files (not directories) in the given directory (recursive) that match the given filename filter.
deleteFilesInDir(File, FilenameFilter, Logger, boolean, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
Deletes all files (not directories) in the given directory (recursive) that match the given filename filter.
delimiterBytes - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
direction - Variable in class org.apache.nifi.remote.io.socket.BufferStateManager
 
Direction() - Constructor for enum org.apache.nifi.remote.io.socket.BufferStateManager.Direction
 
disabled - Variable in class org.apache.nifi.util.concurrency.TimedLock
 
Drain() - Constructor for class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Drain
 
duration - Variable in class org.apache.nifi.util.StopWatch
 

E

enabled - Variable in class org.apache.nifi.util.concurrency.TimedLock
 
encryptAndWriteFully(BufferStateManager) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
engine - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
ensureCapacity(int) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
Increases the capacity if necessary to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureDirectoryExistAndCanAccess(File) - Static method in class org.apache.nifi.util.file.FileUtils
 
ensureSize(int) - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
Ensures that the buffer is at least as big as the size specified, resizing the buffer if necessary.
EntityAccess<T> - Interface in org.apache.nifi.util.timebuffer
 
entityAccess - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer
 
entityAccess - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
EntitySum(TimeUnit, int, EntityAccess<S>) - Constructor for class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
eos - Variable in class org.apache.nifi.remote.io.CompressionInputStream
 
equals(Object) - Method in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
equals(Object) - Method in class org.apache.nifi.util.search.SearchTerm
 
equals(Object) - Method in class org.apache.nifi.util.Tuple
 
error - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
 
escapeHtml(String) - Static method in class org.apache.nifi.util.EscapeUtils
Escapes the specified html by replacing &, <, >, ", ', / with their corresponding html entity.
EscapeUtils - Class in org.apache.nifi.util
 
EscapeUtils() - Constructor for class org.apache.nifi.util.EscapeUtils
 
evaluate(S) - Method in interface org.apache.nifi.util.RingBuffer.ForEachEvaluator
Evaluates the given element and returns true if the next element should be evaluated, false otherwise
executorService - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
 
extractDataToken(int) - Method in class org.apache.nifi.stream.io.util.StreamDemarcator
Will extract data token from the current buffer.

F

failureNode - Variable in class org.apache.nifi.util.search.ahocorasick.Node
 
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.util.StreamDemarcator
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
 
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.
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
 

G

generateId() - Static method in class org.apache.nifi.util.ComponentIdGenerator
Will generate unique time based UUID where the next UUID is always greater then the previous.
generateId(long) - Static method in class org.apache.nifi.util.ComponentIdGenerator
 
generateId(long, long, boolean) - Static method in class org.apache.nifi.util.ComponentIdGenerator
 
get(int) - Method in class org.apache.nifi.util.search.SearchTerm
 
getAggregateValue(long) - Method in class org.apache.nifi.util.timebuffer.TimedBuffer
 
getBufferContents() - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
 
getBufferLength() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
 
getByteArray() - Method in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
getBytes() - Method in class org.apache.nifi.util.search.SearchTerm
 
getBytesConsumed() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
 
getBytesCopied() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
 
getBytesRead() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
 
getBytesSkipped() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
 
getBytesWritten() - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
 
getBytesWritten() - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
 
getCalculatedValue(int) - Method in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
getCurrentNode() - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
 
getCurrentState(Path) - Method in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor
 
getCurrentState(Path) - Method in class org.apache.nifi.util.file.monitor.LastModifiedMonitor
 
getCurrentState(Path) - Method in class org.apache.nifi.util.file.monitor.MD5SumMonitor
 
getCurrentState(Path) - Method in interface org.apache.nifi.util.file.monitor.UpdateMonitor
 
getCustomClassLoader(String, ClassLoader, FilenameFilter) - Static method in class org.apache.nifi.util.file.classloader.ClassLoaderUtils
 
getDn() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
getDuration(TimeUnit) - Method in class org.apache.nifi.util.StopWatch
Returns the amount of time that the StopWatch was running.
getDuration() - Method in class org.apache.nifi.util.StopWatch
 
getElapsed(TimeUnit) - Method in class org.apache.nifi.util.StopWatch
Returns the amount of time that has elapsed since the timer was started.
getElementData(int) - Method in class org.apache.nifi.util.RingBuffer
 
getError() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
 
getFailureNode() - Method in class org.apache.nifi.util.search.ahocorasick.Node
 
getInputStream() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
getKey() - Method in class org.apache.nifi.util.Tuple
 
getLimit() - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
getLock() - Method in class org.apache.nifi.util.concurrency.TimedLock
 
getMatchingTerm() - Method in class org.apache.nifi.util.search.ahocorasick.Node
 
getMaxBytesToCopy() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
getNeighbor(int) - Method in class org.apache.nifi.util.search.ahocorasick.Node
 
getNewestElement() - Method in class org.apache.nifi.util.RingBuffer
 
getOldestByte() - Method in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
Returns the oldest byte in the buffer
getOldestByte() - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
 
getOldestElement() - Method in class org.apache.nifi.util.RingBuffer
 
getOutputStream() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
getPreferredVersion() - Method in class org.apache.nifi.remote.StandardVersionNegotiator
 
getPreferredVersion(int) - Method in class org.apache.nifi.remote.StandardVersionNegotiator
 
getPreferredVersion() - Method in interface org.apache.nifi.remote.VersionNegotiator
 
getPreferredVersion(int) - Method in interface org.apache.nifi.remote.VersionNegotiator
Gets the preferred version of this resource that is no greater than the given maxVersion.
getReference() - Method in class org.apache.nifi.util.search.SearchTerm
 
getResponseQueue() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
getResults() - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
 
getSelectedElements(RingBuffer.Filter<T>) - Method in class org.apache.nifi.util.RingBuffer
 
getSelectedElements(RingBuffer.Filter<T>, int) - Method in class org.apache.nifi.util.RingBuffer
 
getSize() - Method in class org.apache.nifi.util.RingBuffer
 
getState() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
 
getSupportedVersions() - Method in class org.apache.nifi.remote.StandardVersionNegotiator
 
getSupportedVersions() - Method in interface org.apache.nifi.remote.VersionNegotiator
 
getTimeDuration(String, TimeUnit) - Static method in class org.apache.nifi.util.FormatUtils
 
getTimeout() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
getTimestamp() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
 
getTimestamp(T) - Method in interface org.apache.nifi.util.timebuffer.EntityAccess
 
getTimestamp(TimestampedLong) - Method in class org.apache.nifi.util.timebuffer.LongEntityAccess
 
getTimestamp() - Method in class org.apache.nifi.util.timebuffer.TimestampedLong
 
getUnderlyingBuffer() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
 
getURLsForClasspath(List<String>, FilenameFilter) - Static method in class org.apache.nifi.util.file.classloader.ClassLoaderUtils
 
getValue() - Method in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
getValue() - Method in class org.apache.nifi.util.timebuffer.TimestampedLong
 
getValue() - Method in class org.apache.nifi.util.Tuple
 
getVersion() - Method in class org.apache.nifi.remote.StandardVersionNegotiator
 
getVersion() - Method in interface org.apache.nifi.remote.VersionNegotiator
 
getWrappedStream() - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
 
getWrappedStream() - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
 
grow(int) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
Increases the capacity to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
GZIPOutputStream - Class in org.apache.nifi.stream.io
This class extends the GZIPOutputStream by allowing the constructor to provide a compression level, and uses a default value of 1, rather than 5.
GZIPOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.GZIPOutputStream
 
GZIPOutputStream(OutputStream, int) - Constructor for class org.apache.nifi.stream.io.GZIPOutputStream
 

H

handshaking - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
hashCode - Variable in class org.apache.nifi.util.search.SearchTerm
 
hashCode() - Method in class org.apache.nifi.util.search.SearchTerm
 
hashCode() - Method in class org.apache.nifi.util.Tuple
 
hasMatch() - Method in class org.apache.nifi.util.search.ahocorasick.Node
 
hasReachedLimit() - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
hostname - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
HOURS - Static variable in class org.apache.nifi.util.FormatUtils
 

I

in - Variable in class org.apache.nifi.remote.io.CompressionInputStream
 
in - Variable in class org.apache.nifi.remote.io.InterruptableInputStream
 
in - Variable in class org.apache.nifi.stream.io.ByteCountingInputStream
 
in - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
in - Variable in class org.apache.nifi.stream.io.LimitingInputStream
 
incCount(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
Increases the written counter by the specified value until it reaches Integer.MAX_VALUE.
incrementBytesRead(long) - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
 
index - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
inflater - Variable in class org.apache.nifi.remote.io.CompressionInputStream
 
INIT_BUFFER_SIZE - Static variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
initialBufferSize - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
initialize() - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
 
initializeDictionary(Set<SearchTerm<T>>) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
 
initializeDictionary(Set<SearchTerm<T>>) - Method in interface org.apache.nifi.util.search.Search
Establishes the dictionary of terms which will be searched in subsequent search calls.
insertionPointer - Variable in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
insertionPointer - Variable in class org.apache.nifi.util.NaiveSearchRingBuffer
 
insertionPointer - Variable in class org.apache.nifi.util.RingBuffer
 
interrupt() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
 
interrupt() - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
 
interrupt() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
InterruptableInputStream - Class in org.apache.nifi.remote.io
 
InterruptableInputStream(InputStream) - Constructor for class org.apache.nifi.remote.io.InterruptableInputStream
 
InterruptableOutputStream - Class in org.apache.nifi.remote.io
 
InterruptableOutputStream(OutputStream) - Constructor for class org.apache.nifi.remote.io.InterruptableOutputStream
 
interrupted - Variable in class org.apache.nifi.remote.io.InterruptableInputStream
 
interrupted - Variable in class org.apache.nifi.remote.io.InterruptableOutputStream
 
interrupted - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
is - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
isBufferEmpty() - Method in class org.apache.nifi.remote.io.CompressionInputStream
 
isClosed() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
isDataAvailable() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
isDataAvailable() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
isDataAvailable() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
isExpired() - Method in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 
isFilled() - Method in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
isFilled() - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
 
isSame(File, File) - Static method in class org.apache.nifi.util.file.FileUtils
Returns true if the given files are the same according to their MD5 hash.
isSuccess() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
 
isVersionSupported(int) - Method in class org.apache.nifi.remote.StandardVersionNegotiator
 
isVersionSupported(int) - Method in interface org.apache.nifi.remote.VersionNegotiator
Indicates whether or not the specified version is supported by this resource
IterationDirection() - Constructor for enum org.apache.nifi.util.RingBuffer.IterationDirection
 
iterationFrequency - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 

J

join(String, String...) - Static method in class org.apache.nifi.util.FormatUtils
 

K

key - Variable in enum org.apache.nifi.flowfile.attributes.CoreAttributes
 
key() - Method in enum org.apache.nifi.flowfile.attributes.CoreAttributes
 
key() - Method in interface org.apache.nifi.flowfile.attributes.FlowFileAttributeKey
 
key - Variable in class org.apache.nifi.util.Tuple
 

L

LastModifiedMonitor - Class in org.apache.nifi.util.file.monitor
 
LastModifiedMonitor() - Constructor for class org.apache.nifi.util.file.monitor.LastModifiedMonitor
 
lastState - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
 
lastTime - Static variable in class org.apache.nifi.util.ComponentIdGenerator
 
LeakyBucketStreamThrottler - Class in org.apache.nifi.stream.io
 
LeakyBucketStreamThrottler(int) - Constructor for class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
 
LeakyBucketStreamThrottler.Drain - Class in org.apache.nifi.stream.io
This class is responsible for draining water from the leaky bucket.
LeakyBucketStreamThrottler.Request - Class in org.apache.nifi.stream.io
 
LeakyBucketStreamThrottler.Response - Class in org.apache.nifi.stream.io
 
limit - Variable in class org.apache.nifi.stream.io.LimitingInputStream
 
LimitingInputStream - Class in org.apache.nifi.stream.io
 
LimitingInputStream(InputStream, long) - Constructor for class org.apache.nifi.stream.io.LimitingInputStream
Constructs a limited input stream whereby if the limit is reached all subsequent calls to read will return a -1 and hasLimitReached() will indicate true.
limitReached - Variable in class org.apache.nifi.stream.io.LimitingInputStream
 
lock - Static variable in class org.apache.nifi.util.ComponentIdGenerator
 
lock - Variable in class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
lock() - Method in class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
lock - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
lock() - Method in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
lock() - Method in interface org.apache.nifi.util.concurrency.DebuggableTimedLock
 
lock() - Method in class org.apache.nifi.util.concurrency.TimedLock
 
lockIterations - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
lockNanos - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
lockTime - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
logger - Static variable in class org.apache.nifi.remote.io.socket.BufferStateManager
 
logger - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
logger - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
logger - Variable in class org.apache.nifi.util.concurrency.TimedLock
 
LongEntityAccess - Class in org.apache.nifi.util.timebuffer
 
LongEntityAccess() - Constructor for class org.apache.nifi.util.timebuffer.LongEntityAccess
 
lookingFor - Variable in class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
lookingFor - Variable in class org.apache.nifi.util.NaiveSearchRingBuffer
 

M

mark(int) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
 
mark - Variable in class org.apache.nifi.stream.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
 
mark(int) - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
mark - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
markLimitReached() - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
markSupported() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
 
markSupported() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
 
markSupported() - Method in class org.apache.nifi.stream.io.LimitingInputStream
 
MAX_WRITE_SIZE - Static variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
maxBytesPerSecond - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
 
maxBytesToCopy - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
maxDataSize - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
MD5SumMonitor - Class in org.apache.nifi.util.file.monitor
 
MD5SumMonitor() - Constructor for class org.apache.nifi.util.file.monitor.MD5SumMonitor
 
MILLIS - Static variable in class org.apache.nifi.util.FormatUtils
 
MILLIS_BETWEEN_ATTEMPTS - Static variable in class org.apache.nifi.util.file.FileUtils
 
MIN_BUFFER_SIZE - Static variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
MinimumLengthInputStream - Class in org.apache.nifi.stream.io
An InputStream that will throw EOFException if the underlying InputStream runs out of data before reaching the configured minimum amount of data
MinimumLengthInputStream(InputStream, long) - Constructor for class org.apache.nifi.stream.io.MinimumLengthInputStream
 
minLength - Variable in class org.apache.nifi.stream.io.MinimumLengthInputStream
 
MINS - Static variable in class org.apache.nifi.util.FormatUtils
 
monitor - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
 
monitors - Variable in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
monitors - Variable in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor
 

N

NaiveSearchRingBuffer - Class in org.apache.nifi.util
A RingBuffer that can be used to scan byte sequences for subsequences.
NaiveSearchRingBuffer(byte[]) - Constructor for class org.apache.nifi.util.NaiveSearchRingBuffer
 
name - Variable in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
NANOS - Static variable in class org.apache.nifi.util.FormatUtils
 
neighborMap - Variable in class org.apache.nifi.util.search.ahocorasick.Node
 
NetworkUtils - Class in org.apache.nifi.remote.io.socket
 
NetworkUtils() - Constructor for class org.apache.nifi.remote.io.socket.NetworkUtils
 
newThrottledInputStream(InputStream) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
 
newThrottledInputStream(InputStream) - Method in interface org.apache.nifi.stream.io.StreamThrottler
 
newThrottledOutputStream(OutputStream) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
 
newThrottledOutputStream(OutputStream) - Method in interface org.apache.nifi.stream.io.StreamThrottler
 
nextToken() - Method in class org.apache.nifi.stream.io.util.StreamDemarcator
Will read the next data token from the InputStream returning null when it reaches the end of the stream.
Node - Class in org.apache.nifi.util.search.ahocorasick
 
Node(SearchTerm<?>) - Constructor for class org.apache.nifi.util.search.ahocorasick.Node
 
Node() - Constructor for class org.apache.nifi.util.search.ahocorasick.Node
 
NON_COMPUTED_VALUE - Static variable in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
NonCloseableInputStream - Class in org.apache.nifi.stream.io
Wraps and InputStream so that the underlying InputStream cannot be closed.
NonCloseableInputStream(InputStream) - Constructor for class org.apache.nifi.stream.io.NonCloseableInputStream
 
NonCloseableOutputStream - Class in org.apache.nifi.stream.io
 
NonCloseableOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.NonCloseableOutputStream
 
NonThreadSafeCircularBuffer - Class in org.apache.nifi.stream.io.util
 
NonThreadSafeCircularBuffer(byte[]) - Constructor for class org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer
 
NullOutputStream - Class in org.apache.nifi.stream.io
OutputStream that throws away all data, just like as if writing to /dev/null
NullOutputStream() - Constructor for class org.apache.nifi.stream.io.NullOutputStream
 
numBins - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer
 
numConfiguredBins - Variable in class org.apache.nifi.util.timebuffer.TimedBuffer.EntitySum
 

O

oneByteBuffer - Variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
oneByteBuffer - Variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
 
oneByteBuffer - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
org.apache.nifi.flowfile.attributes - package org.apache.nifi.flowfile.attributes
 
org.apache.nifi.remote - package org.apache.nifi.remote
 
org.apache.nifi.remote.exception - package org.apache.nifi.remote.exception
 
org.apache.nifi.remote.io - package org.apache.nifi.remote.io
 
org.apache.nifi.remote.io.socket - package org.apache.nifi.remote.io.socket
 
org.apache.nifi.remote.io.socket.ssl - package org.apache.nifi.remote.io.socket.ssl
 
org.apache.nifi.stream.io - package org.apache.nifi.stream.io
 
org.apache.nifi.stream.io.exception - package org.apache.nifi.stream.io.exception
 
org.apache.nifi.stream.io.util - package org.apache.nifi.stream.io.util
 
org.apache.nifi.util - package org.apache.nifi.util
 
org.apache.nifi.util.concurrency - package org.apache.nifi.util.concurrency
 
org.apache.nifi.util.file - package org.apache.nifi.util.file
 
org.apache.nifi.util.file.classloader - package org.apache.nifi.util.file.classloader
 
org.apache.nifi.util.file.monitor - package org.apache.nifi.util.file.monitor
 
org.apache.nifi.util.search - package org.apache.nifi.util.search
 
org.apache.nifi.util.search.ahocorasick - package org.apache.nifi.util.search.ahocorasick
 
org.apache.nifi.util.timebuffer - package org.apache.nifi.util.timebuffer
 
out - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
 
out - Variable in class org.apache.nifi.remote.io.InterruptableOutputStream
 
out - Variable in class org.apache.nifi.stream.io.ByteCountingOutputStream
 
out - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
out - Variable in class org.apache.nifi.stream.io.NonCloseableOutputStream
 

P

pad(int) - Static method in class org.apache.nifi.util.FormatUtils
 
path - Variable in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
path - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
 
performHandshake() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
performTasks() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
port - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
pos - Variable in class org.apache.nifi.stream.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
preCalculated - Variable in class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.DeferredMonitorAction
 
prepareForRead(int) - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
 
prepareForWrite(int) - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
 

R

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.remote.io.socket.ssl.SSLSocketChannel
 
read(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
read(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
read() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
read(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
read(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
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
 
readAheadLength - Variable in class org.apache.nifi.stream.io.util.StreamDemarcator
 
readChunkHeader() - Method in class org.apache.nifi.remote.io.CompressionInputStream
 
readData(ByteBuffer) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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
 
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.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
Defines an interface that can be used to iterate over all of the elements in the RingBuffer via the RingBuffer.forEach(org.apache.nifi.util.RingBuffer.ForEachEvaluator<T>) method
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
 

S

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
 
setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
 
setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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
 
skip(long) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
 
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
 
socketAddress - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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
 
SSLSocketChannel - Class in org.apache.nifi.remote.io.socket.ssl
 
SSLSocketChannel(SSLContext, String, int, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
SSLSocketChannel(SSLContext, SocketChannel, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
SSLSocketChannel(SSLEngine, SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
SSLSocketChannelInputStream - Class in org.apache.nifi.remote.io.socket.ssl
 
SSLSocketChannelInputStream(SSLSocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
 
SSLSocketChannelOutputStream - Class in org.apache.nifi.remote.io.socket.ssl
 
SSLSocketChannelOutputStream(SSLSocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
 
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
 
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
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
streamInManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
streamOutManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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
 
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.

T

term - Variable in class org.apache.nifi.util.search.ahocorasick.Node
 
TIME_DURATION_PATTERN - Static variable in class org.apache.nifi.util.FormatUtils
 
TIME_DURATION_REGEX - Static variable in class org.apache.nifi.util.FormatUtils
 
TimedBuffer<T> - Class in org.apache.nifi.util.timebuffer
 
TimedBuffer(TimeUnit, int, EntityAccess<T>) - Constructor for class org.apache.nifi.util.timebuffer.TimedBuffer
 
TimedBuffer.EntitySum<S> - Class in org.apache.nifi.util.timebuffer
 
TimedLock - Class in org.apache.nifi.util.concurrency
 
TimedLock(Lock, String, int) - Constructor for class org.apache.nifi.util.concurrency.TimedLock
 
timeout - Variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
 
timeoutMillis - Variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
 
timeoutMillis - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
timestamp - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
 
timestamp - Variable in class org.apache.nifi.util.timebuffer.TimestampedLong
 
TimestampedLong - Class in org.apache.nifi.util.timebuffer
 
TimestampedLong(Long) - Constructor for class org.apache.nifi.util.timebuffer.TimestampedLong
 
toByteArray() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toHex(byte[]) - Method in class org.apache.nifi.remote.io.CompressionInputStream
 
toInt(byte[]) - Method in class org.apache.nifi.remote.io.CompressionInputStream
 
toString() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString(String) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
Converts the buffer's contents into a string by decoding the bytes using the specified charsetName.
toString() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Request
 
toString() - Method in class org.apache.nifi.util.search.SearchTerm
 
toString(Charset) - Method in class org.apache.nifi.util.search.SearchTerm
 
toWrap - Variable in class org.apache.nifi.stream.io.NonCloseableInputStream
 
TRANSFER_CHUNK_SIZE_BYTES - Static variable in class org.apache.nifi.util.file.FileUtils
 
TransmissionDisabledException - Exception in org.apache.nifi.remote.exception
Indicates that the user disabled transmission while communications were taking place with a peer
TransmissionDisabledException() - Constructor for exception org.apache.nifi.remote.exception.TransmissionDisabledException
 
tryLock() - Method in class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
tryLock(long, TimeUnit) - Method in class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
tryLock() - Method in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
tryLock(long, TimeUnit) - Method in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
tryLock(long, TimeUnit) - Method in interface org.apache.nifi.util.concurrency.DebuggableTimedLock
 
tryLock() - Method in interface org.apache.nifi.util.concurrency.DebuggableTimedLock
 
tryLock() - Method in class org.apache.nifi.util.concurrency.TimedLock
 
tryLock(long, TimeUnit) - Method in class org.apache.nifi.util.concurrency.TimedLock
 
Tuple<A,B> - Class in org.apache.nifi.util
 
Tuple(A, B) - Constructor for class org.apache.nifi.util.Tuple
 

U

UNION - Static variable in class org.apache.nifi.util.FormatUtils
 
unlock(String) - Method in class org.apache.nifi.util.concurrency.DebugDisabledTimedLock
 
unlock(String) - Method in class org.apache.nifi.util.concurrency.DebugEnabledTimedLock
 
unlock(String) - Method in interface org.apache.nifi.util.concurrency.DebuggableTimedLock
 
unlock(String) - Method in class org.apache.nifi.util.concurrency.TimedLock
 
UpdateMonitor - Interface in org.apache.nifi.util.file.monitor
 

V

VALID_TIME_UNITS - Static variable in class org.apache.nifi.util.FormatUtils
 
validateInput(InputStream, byte[], int, int) - Method in class org.apache.nifi.stream.io.util.StreamDemarcator
 
value - Variable in class org.apache.nifi.util.timebuffer.TimestampedLong
 
value - Variable in class org.apache.nifi.util.Tuple
 
valueOf(String) - Static method in enum org.apache.nifi.flowfile.attributes.CoreAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.remote.io.socket.BufferStateManager.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.util.RingBuffer.IterationDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.nifi.flowfile.attributes.CoreAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.remote.io.socket.BufferStateManager.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.util.RingBuffer.IterationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
VersionNegotiator - Interface in org.apache.nifi.remote
 
versions - Variable in class org.apache.nifi.remote.StandardVersionNegotiator
 

W

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.remote.io.socket.ssl.SSLSocketChannel
 
write(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
write(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
 
write(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
 
write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
 
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.
writeFully(ByteBuffer) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
 
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.

Z

ZipOutputStream - Class in org.apache.nifi.stream.io
This class extends the ZipOutputStream by providing a constructor that allows the user to specify the compression level.
ZipOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.ZipOutputStream
 
ZipOutputStream(OutputStream, int) - Constructor for class org.apache.nifi.stream.io.ZipOutputStream
 
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016 Apache NiFi Project. All rights reserved.