| Package | Description |
|---|---|
| org.apache.nifi.registry.flow |
| Modifier and Type | Field and Description |
|---|---|
private RegisteredFlow |
RegisteredFlowSnapshot.flow |
| Modifier and Type | Method and Description |
|---|---|
RegisteredFlow |
FlowRegistryClient.deregisterFlow(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Deletes the specified flow from the Flow Registry.
|
RegisteredFlow |
RegisteredFlowSnapshot.getFlow() |
RegisteredFlow |
FlowRegistryClient.getFlow(FlowRegistryClientConfigurationContext context,
String bucketId,
String flowId)
Retrieves a flow by bucket id and Flow id.
|
RegisteredFlow |
FlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context,
RegisteredFlow flow)
Registers the given RegisteredFlow into the the Flow Registry.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RegisteredFlow> |
FlowRegistryClient.getFlows(FlowRegistryClientConfigurationContext context,
String bucketId)
Retrieves the set of all Flows for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
RegisteredFlow |
FlowRegistryClient.registerFlow(FlowRegistryClientConfigurationContext context,
RegisteredFlow flow)
Registers the given RegisteredFlow into the the Flow Registry.
|
void |
RegisteredFlowSnapshot.setFlow(RegisteredFlow flow) |
Copyright © 2023 Apache NiFi Project. All rights reserved.