Uses of Class
org.apache.nifi.registry.flow.RegisteredFlowSnapshot
Packages that use RegisteredFlowSnapshot
-
Uses of RegisteredFlowSnapshot in org.apache.nifi.registry.flow
Methods in org.apache.nifi.registry.flow that return RegisteredFlowSnapshotModifier and TypeMethodDescriptionFlowRegistryClient.getFlowContents(FlowRegistryClientConfigurationContext context, FlowVersionLocation flowVersionLocation) Retrieves the contents of the flow snapshot with the given Bucket id, Flow id, and version, from the Registry.FlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot, RegisterAction action) Adds the given snapshot to the Flow Registry for the given Flow.Methods in org.apache.nifi.registry.flow with parameters of type RegisteredFlowSnapshotModifier and TypeMethodDescriptionFlowRegistryClient.registerFlowSnapshot(FlowRegistryClientConfigurationContext context, RegisteredFlowSnapshot flowSnapshot, RegisterAction action) Adds the given snapshot to the Flow Registry for the given Flow.