Uses of Class
org.apache.nifi.flow.synchronization.FlowSynchronizationException
Packages that use FlowSynchronizationException
-
Uses of FlowSynchronizationException in org.apache.nifi.flow.synchronization
Methods in org.apache.nifi.flow.synchronization that throw FlowSynchronizationExceptionModifier and TypeMethodDescriptionprivate voidStandardVersionedComponentSynchronizer.bleedOut(ProcessGroup processGroup, long timeout, FlowSynchronizationOptions synchronizationOptions) private voidStandardVersionedComponentSynchronizer.stopControllerService(ControllerServiceNode controllerService, org.apache.nifi.flow.VersionedControllerService proposed, long timeout, FlowSynchronizationOptions.ComponentStopTimeoutAction timeoutAction, Set<ComponentNode> referencesStopped, Set<ControllerServiceNode> servicesDisabled, FlowSynchronizationOptions synchronizationOptions) private Set<Connectable> StandardVersionedComponentSynchronizer.stopDownstreamComponents(Connectable component, long timeout, FlowSynchronizationOptions synchronizationOptions) private <T extends Connectable>
Set<T> StandardVersionedComponentSynchronizer.stopOrTerminate(Set<T> components, long timeout, FlowSynchronizationOptions synchronizationOptions) private booleanStandardVersionedComponentSynchronizer.stopOrTerminate(Connectable component, long timeout, FlowSynchronizationOptions synchronizationOptions) private booleanStandardVersionedComponentSynchronizer.stopOrTerminate(ProcessorNode processor, long timeout, FlowSynchronizationOptions synchronizationOptions) private booleanStandardVersionedComponentSynchronizer.stopProcessor(ProcessorNode processor, long timeout) voidStandardVersionedComponentSynchronizer.synchronize(Connection connection, org.apache.nifi.flow.VersionedConnection proposedConnection, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(Funnel funnel, org.apache.nifi.flow.VersionedFunnel proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(Port port, org.apache.nifi.flow.VersionedPort proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(FlowAnalysisRuleNode flowAnalysisRule, org.apache.nifi.flow.VersionedFlowAnalysisRule proposed, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(ProcessorNode processor, org.apache.nifi.flow.VersionedProcessor proposedProcessor, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(ReportingTaskNode reportingTask, org.apache.nifi.flow.VersionedReportingTask proposed, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(ControllerServiceNode controllerService, org.apache.nifi.flow.VersionedControllerService proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(RemoteProcessGroup rpg, org.apache.nifi.flow.VersionedRemoteProcessGroup proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronize(ParameterContext parameterContext, org.apache.nifi.flow.VersionedParameterContext proposed, FlowSynchronizationOptions synchronizationOptions) voidVersionedComponentSynchronizer.synchronize(Connection connection, org.apache.nifi.flow.VersionedConnection proposedConnection, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Connection to match the proposed one, or deletes the Connection if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(Funnel funnel, org.apache.nifi.flow.VersionedFunnel proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Funnel to match the proposed one, or deletes the Funnel if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(Port port, org.apache.nifi.flow.VersionedPort proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Port to match the proposed one, or deletes the Port if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(FlowAnalysisRuleNode flowAnalysisRule, org.apache.nifi.flow.VersionedFlowAnalysisRule proposed, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Flow Analysis Rule to match the proposed one, or deletes the Flow Analysis Rule if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(ProcessorNode processor, org.apache.nifi.flow.VersionedProcessor proposedProcessor, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Processor to match the proposed snapshot, or deletes the Processor if the proposed snapshot isnull.voidVersionedComponentSynchronizer.synchronize(ReportingTaskNode reportingTask, org.apache.nifi.flow.VersionedReportingTask proposed, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Reporting Task to match the proposed one, or deletes the Reporting Task if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(ControllerServiceNode controllerService, org.apache.nifi.flow.VersionedControllerService proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Controller Service to match the proposed version, or deletes the Controller Service if the proposed snapshot isnull.voidVersionedComponentSynchronizer.synchronize(RemoteProcessGroup rpg, org.apache.nifi.flow.VersionedRemoteProcessGroup proposed, ProcessGroup group, FlowSynchronizationOptions synchronizationOptions) Synchronizes the given Remote Process Group to match the proposed one, or deletes the rpg if the proposed isnull.voidVersionedComponentSynchronizer.synchronize(ParameterContext parameterContext, org.apache.nifi.flow.VersionedParameterContext proposed, FlowSynchronizationOptions synchronizationOptions) voidStandardVersionedComponentSynchronizer.synchronizeProcessGroupSettings(ProcessGroup processGroup, org.apache.nifi.flow.VersionedProcessGroup proposed, ProcessGroup parentGroup, FlowSynchronizationOptions synchronizationOptions) voidVersionedComponentSynchronizer.synchronizeProcessGroupSettings(ProcessGroup processGroup, org.apache.nifi.flow.VersionedProcessGroup proposed, ProcessGroup parentGroup, FlowSynchronizationOptions synchronizationOptions) private voidStandardVersionedComponentSynchronizer.verifyCanDelete(Connectable connectable, long timeout) private voidStandardVersionedComponentSynchronizer.verifyCanDeleteConnections(Connectable connectable, long timeout) private voidStandardVersionedComponentSynchronizer.verifyCanDeleteWhenQueueEmpty(Connection connection) private voidStandardVersionedComponentSynchronizer.verifyCanSynchronize(Connection connection, org.apache.nifi.flow.VersionedConnection proposedConnection) private voidStandardVersionedComponentSynchronizer.verifyCanSynchronize(Port port, org.apache.nifi.flow.VersionedPort proposed, long timeout) private voidStandardVersionedComponentSynchronizer.verifyCanSynchronize(ProcessorNode processor, org.apache.nifi.flow.VersionedProcessor proposedProcessor, long timeout) private voidStandardVersionedComponentSynchronizer.verifyCanSynchronize(ParameterContext parameterContext, org.apache.nifi.flow.VersionedParameterContext proposed) private voidStandardVersionedComponentSynchronizer.verifyNoIncomingConnections(Connectable connectable) private voidStandardVersionedComponentSynchronizer.waitForStopCompletion(Future<?> future, Object component, long timeout, FlowSynchronizationOptions.ComponentStopTimeoutAction timeoutAction)