public interface FlowComparator
| Modifier and Type | Method and Description |
|---|---|
FlowComparison |
compare() |
Set<FlowDifference> |
compareControllerServices(VersionedControllerService serviceA,
VersionedControllerService serviceB)
Compares to versions of a Controller Service and returns the differences between them
|
FlowComparison compare()
Set<FlowDifference> compareControllerServices(VersionedControllerService serviceA, VersionedControllerService serviceB)
serviceA - the first Controller ServiceserviceB - the second Controller ServiceCopyright © 2018 Apache NiFi Project. All rights reserved.