| Package | Description |
|---|---|
| org.apache.nifi.atlas |
| Modifier and Type | Method and Description |
|---|---|
private NiFiFlow.EntityChangeType |
NiFiFlow.getEntityChangeType(String guid) |
private NiFiFlow.EntityChangeType |
NiFiFlow.getFlowPathChangeType(NiFiFlowPath path) |
private NiFiFlow.EntityChangeType |
NiFiFlow.getFlowPathIOChangeType(org.apache.atlas.model.instance.AtlasObjectId id) |
static NiFiFlow.EntityChangeType |
NiFiFlow.EntityChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NiFiFlow.EntityChangeType[] |
NiFiFlow.EntityChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NiFiFlow.EntityChangeType,List<org.apache.atlas.model.instance.AtlasEntity>> |
NiFiFlow.getChangedDataSetEntities() |
Map<NiFiFlow.EntityChangeType,List<org.apache.atlas.model.instance.AtlasEntity>> |
NiFiFlow.getChangedFlowPathEntities() |
private Tuple<NiFiFlow.EntityChangeType,org.apache.atlas.model.instance.AtlasEntity> |
NiFiFlow.toAtlasEntity(NiFiFlow.EntityChangeType changeType,
NiFiFlowPath path) |
| Modifier and Type | Method and Description |
|---|---|
private Tuple<NiFiFlow.EntityChangeType,org.apache.atlas.model.instance.AtlasEntity> |
NiFiFlow.toAtlasEntity(NiFiFlow.EntityChangeType changeType,
NiFiFlowPath path) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NiFiFlow.EntityChangeType.containsChange(Collection<NiFiFlow.EntityChangeType> types) |
private Set<org.apache.atlas.model.instance.AtlasObjectId> |
NiFiFlow.toRemainingFlowPathIOIds(Map<NiFiFlow.EntityChangeType,List<org.apache.atlas.model.instance.AtlasObjectId>> ids) |
Copyright © 2024 Apache NiFi Project. All rights reserved.