| Modifier and Type | Field and Description |
|---|---|
private Map<String,List<Bin>> |
BinManager.groupBinMap |
private Queue<Bin> |
BinFiles.readyBins |
| Modifier and Type | Method and Description |
|---|---|
Bin |
BinManager.removeOldestBin() |
| Modifier and Type | Method and Description |
|---|---|
protected Queue<Bin> |
BinFiles.getReadyBins() |
Collection<Bin> |
BinManager.removeReadyBins(boolean relaxFullnessConstraint)
Finds all bins that are considered full and removes them from the manager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Bin.isOlderThan(Bin other)
Determines if this bin is older than the specified bin
|
protected abstract BinProcessingResult |
BinFiles.processBin(Bin unmodifiableBin,
ProcessContext context)
Processes a single bin.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.