jar

org.apache.nifi : nifi-utils

Maven & Gradle

Aug 21, 2023
201 usages

This nifi-utils module should be a general purpose place to store widely and generally useful functions that any component might want to leverage. NO DEPENDENCIES should be added. This module is likely to be leveraged by every extension and should not bring along any other dependencies. The only dependency intended is the nifi-api and even this is expected to be already provided in any case where it would be used. The typical place this util would be found is within a nar and all nars already have nifi-api as a parent dependency. The nifi-api can be thought of as a NiFi Application Container level dependency.

Table Of Contents

Latest Version

Download org.apache.nifi : nifi-utils JAR file - Latest Versions:

All Versions

Download org.apache.nifi : nifi-utils JAR file - All Versions:

Version Vulnerabilities Size Updated
1.23.x
1.22.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nifi-utils-1.23.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.nifi.stream.io

├─ org.apache.nifi.stream.io.BufferedInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.BufferedOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.ByteArrayInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.ByteArrayOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.ByteCountingInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.ByteCountingOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.DataOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.GZIPOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.LeakyBucketStreamThrottler.class - [JAR]

├─ org.apache.nifi.stream.io.LimitingInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.MinimumLengthInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.NonCloseableInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.NonCloseableOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.NonFlushableOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.NullOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.RepeatingInputStream.class - [JAR]

├─ org.apache.nifi.stream.io.StreamThrottler.class - [JAR]

├─ org.apache.nifi.stream.io.StreamUtils.class - [JAR]

├─ org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream.class - [JAR]

├─ org.apache.nifi.stream.io.ZipOutputStream.class - [JAR]

org.apache.nifi.stream.io.util

├─ org.apache.nifi.stream.io.util.AbstractDemarcator.class - [JAR]

├─ org.apache.nifi.stream.io.util.AbstractTextDemarcator.class - [JAR]

├─ org.apache.nifi.stream.io.util.LineDemarcator.class - [JAR]

├─ org.apache.nifi.stream.io.util.NonThreadSafeCircularBuffer.class - [JAR]

├─ org.apache.nifi.stream.io.util.StreamDemarcator.class - [JAR]

├─ org.apache.nifi.stream.io.util.TextLineDemarcator.class - [JAR]

org.apache.nifi.util

├─ org.apache.nifi.util.ComponentIdGenerator.class - [JAR]

├─ org.apache.nifi.util.DomUtils.class - [JAR]

├─ org.apache.nifi.util.EscapeUtils.class - [JAR]

├─ org.apache.nifi.util.FormatUtils.class - [JAR]

├─ org.apache.nifi.util.NaiveSearchRingBuffer.class - [JAR]

├─ org.apache.nifi.util.RingBuffer.class - [JAR]

├─ org.apache.nifi.util.StopWatch.class - [JAR]

├─ org.apache.nifi.util.StringSelector.class - [JAR]

├─ org.apache.nifi.util.Tuple.class - [JAR]

org.apache.nifi.util.search.ahocorasick

├─ org.apache.nifi.util.search.ahocorasick.AhoCorasick.class - [JAR]

├─ org.apache.nifi.util.search.ahocorasick.Node.class - [JAR]

├─ org.apache.nifi.util.search.ahocorasick.SearchState.class - [JAR]

org.apache.nifi.util.file

├─ org.apache.nifi.util.file.FileUtils.class - [JAR]

org.apache.nifi.util.security

├─ org.apache.nifi.util.security.MessageDigestUtils.class - [JAR]

org.apache.nifi.util.concurrency

├─ org.apache.nifi.util.concurrency.DebugDisabledTimedLock.class - [JAR]

├─ org.apache.nifi.util.concurrency.DebugEnabledTimedLock.class - [JAR]

├─ org.apache.nifi.util.concurrency.DebuggableTimedLock.class - [JAR]

├─ org.apache.nifi.util.concurrency.TimedLock.class - [JAR]

org.apache.nifi.util.search

├─ org.apache.nifi.util.search.Search.class - [JAR]

├─ org.apache.nifi.util.search.SearchTerm.class - [JAR]

org.apache.nifi.remote

├─ org.apache.nifi.remote.StandardVersionNegotiator.class - [JAR]

├─ org.apache.nifi.remote.StandardVersionNegotiatorFactory.class - [JAR]

├─ org.apache.nifi.remote.VersionNegotiator.class - [JAR]

├─ org.apache.nifi.remote.VersionNegotiatorFactory.class - [JAR]

org.apache.nifi.remote.exception

├─ org.apache.nifi.remote.exception.TransmissionDisabledException.class - [JAR]

org.apache.nifi.remote.io

├─ org.apache.nifi.remote.io.CompressionInputStream.class - [JAR]

├─ org.apache.nifi.remote.io.CompressionOutputStream.class - [JAR]

├─ org.apache.nifi.remote.io.InterruptableInputStream.class - [JAR]

├─ org.apache.nifi.remote.io.InterruptableOutputStream.class - [JAR]

org.apache.nifi.util.text

├─ org.apache.nifi.util.text.DateTimeMatcher.class - [JAR]

├─ org.apache.nifi.util.text.DateTimeMatcherCompiler.class - [JAR]

├─ org.apache.nifi.util.text.ListDateTimeMatcher.class - [JAR]

├─ org.apache.nifi.util.text.RegexDateTimeMatcher.class - [JAR]

├─ org.apache.nifi.util.text.SimpleDateFormatMatcher.class - [JAR]

├─ org.apache.nifi.util.text.StartsWithDigitsDateTimeMatcher.class - [JAR]

org.apache.nifi.processor.util

├─ org.apache.nifi.processor.util.FlowFileFilters.class - [JAR]

├─ org.apache.nifi.processor.util.StandardValidators.class - [JAR]

org.apache.nifi.remote.io.socket

├─ org.apache.nifi.remote.io.socket.BufferStateManager.class - [JAR]

├─ org.apache.nifi.remote.io.socket.NetworkUtils.class - [JAR]

org.apache.nifi.flowfile.attributes

├─ org.apache.nifi.flowfile.attributes.CoreAttributes.class - [JAR]

├─ org.apache.nifi.flowfile.attributes.FlowFileAttributeKey.class - [JAR]

├─ org.apache.nifi.flowfile.attributes.FlowFileMediaType.class - [JAR]

├─ org.apache.nifi.flowfile.attributes.FragmentAttributes.class - [JAR]

├─ org.apache.nifi.flowfile.attributes.SiteToSiteAttributes.class - [JAR]

├─ org.apache.nifi.flowfile.attributes.StandardFlowFileMediaType.class - [JAR]

org.apache.nifi.util.file.monitor

├─ org.apache.nifi.util.file.monitor.CompoundUpdateMonitor.class - [JAR]

├─ org.apache.nifi.util.file.monitor.DigestUpdateMonitor.class - [JAR]

├─ org.apache.nifi.util.file.monitor.LastModifiedMonitor.class - [JAR]

├─ org.apache.nifi.util.file.monitor.SynchronousFileWatcher.class - [JAR]

├─ org.apache.nifi.util.file.monitor.UpdateMonitor.class - [JAR]

org.apache.nifi.util.timebuffer

├─ org.apache.nifi.util.timebuffer.CountSizeEntityAccess.class - [JAR]

├─ org.apache.nifi.util.timebuffer.CountSumMinMaxAccess.class - [JAR]

├─ org.apache.nifi.util.timebuffer.EntityAccess.class - [JAR]

├─ org.apache.nifi.util.timebuffer.LongEntityAccess.class - [JAR]

├─ org.apache.nifi.util.timebuffer.TimedBuffer.class - [JAR]

├─ org.apache.nifi.util.timebuffer.TimedCountSize.class - [JAR]

├─ org.apache.nifi.util.timebuffer.TimestampedLong.class - [JAR]

├─ org.apache.nifi.util.timebuffer.TimestampedLongAggregation.class - [JAR]

org.apache.nifi.util.file.classloader

├─ org.apache.nifi.util.file.classloader.ClassLoaderUtils.class - [JAR]

org.apache.nifi.stream.io.exception

├─ org.apache.nifi.stream.io.exception.BytePatternNotFoundException.class - [JAR]

├─ org.apache.nifi.stream.io.exception.TokenTooLargeException.class - [JAR]

Advertisement