Uses of Class
org.apache.nifi.processor.util.bin.Bin
-
Uses of Bin in org.apache.nifi.processor.util.bin
Fields in org.apache.nifi.processor.util.bin with type parameters of type BinMethods in org.apache.nifi.processor.util.bin that return BinMethods in org.apache.nifi.processor.util.bin that return types with arguments of type BinModifier and TypeMethodDescriptionBinFiles.getReadyBins()BinManager.removeReadyBins(boolean relaxFullnessConstraint) Finds all bins that are considered full and removes them from the manager.Methods in org.apache.nifi.processor.util.bin with parameters of type BinModifier and TypeMethodDescriptionbooleanBin.isOlderThan(Bin other) Determines if this bin is older than the specified binprotected abstract BinProcessingResultBinFiles.processBin(Bin unmodifiableBin, ProcessContext context) Processes a single bin.