protected static class AbstractPutEventProcessor.PruneResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
numClosed |
private int |
numConsidered |
| Constructor and Description |
|---|
PruneResult(int numClosed,
int numConsidered) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumClosed() |
int |
getNumConsidered() |
Copyright © 2019 Apache NiFi Project. All rights reserved.