| Modifier and Type | Class and Description |
|---|---|
class |
StandardFlowDifference |
| Modifier and Type | Field and Description |
|---|---|
private Set<FlowDifference> |
StandardFlowComparison.differences |
| Modifier and Type | Method and Description |
|---|---|
private FlowDifference |
StandardFlowComparator.difference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
Object valueA,
Object valueB) |
private FlowDifference |
StandardFlowComparator.difference(DifferenceType type,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB) |
| Modifier and Type | Method and Description |
|---|---|
private Set<FlowDifference> |
StandardFlowComparator.compare(VersionedProcessGroup groupA,
VersionedProcessGroup groupB) |
private <T extends VersionedComponent> |
StandardFlowComparator.compareComponents(Set<T> componentsA,
Set<T> componentsB,
StandardFlowComparator.ComponentComparator<T> comparator) |
Set<FlowDifference> |
FlowComparator.compareControllerServices(VersionedControllerService serviceA,
VersionedControllerService serviceB)
Compares to versions of a Controller Service and returns the differences between them
|
Set<FlowDifference> |
StandardFlowComparator.compareControllerServices(VersionedControllerService serviceA,
VersionedControllerService serviceB) |
Set<FlowDifference> |
FlowComparison.getDifferences() |
Set<FlowDifference> |
StandardFlowComparison.getDifferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardFlowComparison.addDifference(FlowDifference difference) |
| Modifier and Type | Method and Description |
|---|---|
private <T extends VersionedComponent> |
StandardFlowComparator.addIfDifferent(Set<FlowDifference> differences,
DifferenceType type,
T componentA,
T componentB,
Function<T,Object> transform) |
private <T extends VersionedComponent> |
StandardFlowComparator.addIfDifferent(Set<FlowDifference> differences,
DifferenceType type,
T componentA,
T componentB,
Function<T,Object> transform,
boolean differentiateNullAndEmptyString) |
void |
StandardFlowComparator.ComponentComparator.compare(T componentA,
T componentB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedConnection connectionA,
VersionedConnection connectionB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedControllerService serviceA,
VersionedControllerService serviceB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedFunnel funnelA,
VersionedFunnel funnelB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedLabel labelA,
VersionedLabel labelB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedPort portA,
VersionedPort portB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedProcessGroup groupA,
VersionedProcessGroup groupB,
Set<FlowDifference> differences,
boolean compareNamePos) |
private void |
StandardFlowComparator.compare(VersionedProcessor processorA,
VersionedProcessor processorB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedRemoteGroupPort portA,
VersionedRemoteGroupPort portB,
Set<FlowDifference> differences) |
private void |
StandardFlowComparator.compare(VersionedRemoteProcessGroup rpgA,
VersionedRemoteProcessGroup rpgB,
Set<FlowDifference> differences) |
private boolean |
StandardFlowComparator.compareComponents(VersionedComponent componentA,
VersionedComponent componentB,
Set<FlowDifference> differences) |
private boolean |
StandardFlowComparator.compareComponents(VersionedComponent componentA,
VersionedComponent componentB,
Set<FlowDifference> differences,
boolean compareName,
boolean comparePos,
boolean compareComments) |
private void |
StandardFlowComparator.compareProperties(VersionedComponent componentA,
VersionedComponent componentB,
Map<String,String> propertiesA,
Map<String,String> propertiesB,
Map<String,VersionedPropertyDescriptor> descriptorsA,
Map<String,VersionedPropertyDescriptor> descriptorsB,
Set<FlowDifference> differences) |
| Constructor and Description |
|---|
StandardFlowComparison(ComparableDataFlow flowA,
ComparableDataFlow flowB,
Set<FlowDifference> differences) |
Copyright © 2018 Apache NiFi Project. All rights reserved.