- 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
-
- 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
- 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
-
- 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.
- 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
-
- 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
-
- 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.