public enum DifferenceType extends Enum<DifferenceType>
| Enum Constant and Description |
|---|
ANNOTATION_DATA_CHANGED
The component has a different value for the Annotation Data in each of the flows
|
AUTO_TERMINATED_RELATIONSHIPS_CHANGED
The component has a different set of Auto-Terminated Relationships in each of the flows
|
BACKPRESSURE_DATA_SIZE_THRESHOLD_CHANGED
The Connection has a different value for the Data Size Backpressure Threshold in each of the flows
|
BACKPRESSURE_OBJECT_THRESHOLD_CHANGED
The Connection has a different value for the Object Backpressure Threshold in each of the flows
|
BENDPOINTS_CHANGED
The Connection has a different set of Bend Points in each of the flows
|
BULLETIN_LEVEL_CHANGED
The component has a different bulletin level in each of the flows
|
BUNDLE_CHANGED
The component has a different bundle in each of the flows
|
COMMENTS_CHANGED
The component has a different comment in each of the flows
|
COMPONENT_ADDED
The component does not exist in Flow A but exists in Flow B
|
COMPONENT_REMOVED
The component exists in Flow A but does not exist in Flow B
|
CONCURRENT_TASKS_CHANGED
The component has a different maximum number of concurrent tasks in each of the flows
|
DESTINATION_CHANGED
The Connection has a difference Destination in each of the flows
|
EXECUTION_MODE_CHANGED
The component has a different execution mode in each of the flows
|
FLOWFILE_EXPIRATION_CHANGED
The Connection has a different value for the FlowFile Expiration in each of the flows
|
LABEL_VALUE_CHANGED
The value in the Label is different in each of the flows
|
LOAD_BALANCE_COMPRESSION_CHANGED
The Connection has a different value for the Load Balancing Compression in each of the flows
|
LOAD_BALANCE_STRATEGY_CHANGED
The Connection has a different value for the Load Balance Strategy in each of the flows
|
NAME_CHANGED
The component has a different name in each of the flows
|
PARTITIONING_ATTRIBUTE_CHANGED
The Connection has a different value for the Partitioning Attribute in each of the flows
|
PENALTY_DURATION_CHANGED
The component has a different penalty duration in each of the flows
|
POSITION_CHANGED
The position of the component on the graph is different in each of the flows
|
PRIORITIZERS_CHANGED
The Connection has a different set of Prioritizers in each of the flows
|
PROPERTY_ADDED
Property does not exist in Flow A but does exist in Flow B
|
PROPERTY_CHANGED
The component has a different value in each of the flows for a specific property
|
PROPERTY_REMOVED
Property exists in Flow A but does not exist in Flow B
|
REMOTE_PORT_BATCH_SIZE_CHANGED
The Remote Input Port or Remote Output Port has a different Batch Size in each of the flows
|
REMOTE_PORT_COMPRESSION_CHANGED
The Remote Input Port or Remote Output Port has a different value for the Compression flag in each of the flows
|
RPG_COMMS_TIMEOUT_CHANGED
The Remote Process Group has a different Communications Timeout in each of the flows
|
RPG_NETWORK_INTERFACE_CHANGED
The Remote Process Group has a different Network Interface chosen in each of the flows
|
RPG_PROXY_HOST_CHANGED
The Remote Process Group has a different Proxy Host in each of the flows
|
RPG_PROXY_PORT_CHANGED
The Remote Process Group has a different Proxy Port in each of the flows
|
RPG_PROXY_USER_CHANGED
The Remote Process Group has a different Proxy User in each of the flows
|
RPG_TRANSPORT_PROTOCOL_CHANGED
The Remote Process Group has a different Transport Protocol in each of the flows
|
RUN_DURATION_CHANGED
The component has a different run duration in each of the flows
|
RUN_SCHEDULE_CHANGED
The component has a different run schedule in each of the flows
|
SCHEDULING_STRATEGY_CHANGED
The component has a different scheduling strategy in each of the flows
|
SELECTED_RELATIONSHIPS_CHANGED
The Relationships included in a connection is different in each of the flows
|
SERVICE_API_CHANGED
The API of the Controller Service is different in each of the flows
|
SOURCE_CHANGED
The Connection has a difference Source in each of the flows
|
STYLE_CHANGED
The stylistic configuration of the component is different in each of the flows
|
TYPE_CHANGED
The component has a different type in each of the flows
|
VARIABLE_ADDED
The variable does not exist in Flow A but exists in Flow B
|
VARIABLE_REMOVED
The variable does not exist in Flow B but exists in Flow A
|
VERSIONED_FLOW_COORDINATES_CHANGED
The Process Group points to a different Versioned Flow in each of the flows
|
YIELD_DURATION_CHANGED
The component has a different yield duration in each of the flows
|
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static DifferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DifferenceType COMPONENT_ADDED
public static final DifferenceType COMPONENT_REMOVED
public static final DifferenceType NAME_CHANGED
public static final DifferenceType TYPE_CHANGED
public static final DifferenceType BUNDLE_CHANGED
public static final DifferenceType PENALTY_DURATION_CHANGED
public static final DifferenceType YIELD_DURATION_CHANGED
public static final DifferenceType BULLETIN_LEVEL_CHANGED
public static final DifferenceType AUTO_TERMINATED_RELATIONSHIPS_CHANGED
public static final DifferenceType SCHEDULING_STRATEGY_CHANGED
public static final DifferenceType CONCURRENT_TASKS_CHANGED
public static final DifferenceType RUN_SCHEDULE_CHANGED
public static final DifferenceType EXECUTION_MODE_CHANGED
public static final DifferenceType RUN_DURATION_CHANGED
public static final DifferenceType PROPERTY_CHANGED
public static final DifferenceType PROPERTY_ADDED
public static final DifferenceType PROPERTY_REMOVED
public static final DifferenceType ANNOTATION_DATA_CHANGED
public static final DifferenceType COMMENTS_CHANGED
public static final DifferenceType POSITION_CHANGED
public static final DifferenceType STYLE_CHANGED
public static final DifferenceType SELECTED_RELATIONSHIPS_CHANGED
public static final DifferenceType PRIORITIZERS_CHANGED
public static final DifferenceType FLOWFILE_EXPIRATION_CHANGED
public static final DifferenceType BACKPRESSURE_OBJECT_THRESHOLD_CHANGED
public static final DifferenceType BACKPRESSURE_DATA_SIZE_THRESHOLD_CHANGED
public static final DifferenceType LOAD_BALANCE_STRATEGY_CHANGED
public static final DifferenceType PARTITIONING_ATTRIBUTE_CHANGED
public static final DifferenceType LOAD_BALANCE_COMPRESSION_CHANGED
public static final DifferenceType BENDPOINTS_CHANGED
public static final DifferenceType SOURCE_CHANGED
public static final DifferenceType DESTINATION_CHANGED
public static final DifferenceType LABEL_VALUE_CHANGED
public static final DifferenceType VARIABLE_ADDED
public static final DifferenceType VARIABLE_REMOVED
public static final DifferenceType SERVICE_API_CHANGED
public static final DifferenceType RPG_TRANSPORT_PROTOCOL_CHANGED
public static final DifferenceType RPG_PROXY_HOST_CHANGED
public static final DifferenceType RPG_PROXY_PORT_CHANGED
public static final DifferenceType RPG_PROXY_USER_CHANGED
public static final DifferenceType RPG_NETWORK_INTERFACE_CHANGED
public static final DifferenceType RPG_COMMS_TIMEOUT_CHANGED
public static final DifferenceType REMOTE_PORT_BATCH_SIZE_CHANGED
public static final DifferenceType REMOTE_PORT_COMPRESSION_CHANGED
public static final DifferenceType VERSIONED_FLOW_COORDINATES_CHANGED
private final String description
public static DifferenceType[] values()
for (DifferenceType c : DifferenceType.values()) System.out.println(c);
public static DifferenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
Copyright © 2018 Apache NiFi Project. All rights reserved.