- SafeModeMutableRequestException - Exception in org.apache.nifi.cluster.manager.exception
-
Represents the exceptional case when a HTTP request that may change a node's dataflow is to be replicated while the cluster is in safe mode.
- SafeModeMutableRequestException() - Constructor for exception org.apache.nifi.cluster.manager.exception.SafeModeMutableRequestException
-
- SafeModeMutableRequestException(String) - Constructor for exception org.apache.nifi.cluster.manager.exception.SafeModeMutableRequestException
-
- SafeModeMutableRequestException(Throwable) - Constructor for exception org.apache.nifi.cluster.manager.exception.SafeModeMutableRequestException
-
- SafeModeMutableRequestException(String, Throwable) - Constructor for exception org.apache.nifi.cluster.manager.exception.SafeModeMutableRequestException
-
- saveControllerServices() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- saveDataFlow(ClusterDataFlow) - Method in interface org.apache.nifi.cluster.flow.DataFlowDao
-
Saves the cluster's dataflow.
- saveDataFlow(ClusterDataFlow) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl
-
- saveReportingTasks() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- scheduleReferencingComponents(ControllerServiceNode) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- sender - Variable in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- senderListener - Variable in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- serialize(Document) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- serializeControllerServices() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- serializeReportingTasks() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- serialVersionUID - Static variable in exception org.apache.nifi.cluster.manager.exception.ConflictingNodeIdException
-
- serviceProvider - Variable in class org.apache.nifi.cluster.manager.impl.ClusteredReportingContext
-
- serviceProvider - Variable in class org.apache.nifi.controller.reporting.ClusteredReportingTaskNode
-
- servicesBroadcaster - Variable in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.nifi.cluster.spring.ClusterManagerProtocolServiceLocatorFactoryBean
-
- setApplicationContext(ApplicationContext) - Method in class org.apache.nifi.cluster.spring.WebClusterManagerFactoryBean
-
- setAuditService(AuditService) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setClusterFirewall(ClusterNodeFirewall) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setConnectionRequestedTimestamp(long) - Method in class org.apache.nifi.cluster.node.Node
-
Sets the time when the connection request for this node was last received.
- setEncryptor(StringEncryptor) - Method in class org.apache.nifi.cluster.spring.WebClusterManagerFactoryBean
-
- setEventManager(EventManager) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setHeartbeat(Heartbeat) - Method in class org.apache.nifi.cluster.node.Node
-
Sets the last heartbeat received.
- setHeartbeatDisconnection() - Method in class org.apache.nifi.cluster.node.Node
-
Sets the status to disconnected and flags the node as being disconnected by lack of heartbeat.
- setNodeIds(Set<NodeIdentifier>) - Method in interface org.apache.nifi.cluster.flow.DataFlowManagementService
-
Sets the node identifiers to use when attempting to retrieve the flow.
- setNodeIds(Set<NodeIdentifier>) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- setNodeProtocolScheme(String) - Method in class org.apache.nifi.cluster.manager.impl.HttpRequestReplicatorImpl
-
Sets the protocol scheme to use when issuing requests to nodes.
- setOptimisticLockingManager(OptimisticLockingManager) - Method in class org.apache.nifi.cluster.spring.WebClusterManagerFactoryBean
-
- setPersistedFlowState(PersistedFlowState) - Method in interface org.apache.nifi.cluster.flow.DataFlowDao
-
Sets the state of the dataflow.
- setPersistedFlowState(PersistedFlowState) - Method in interface org.apache.nifi.cluster.flow.DataFlowManagementService
-
Sets the state of the flow.
- setPersistedFlowState(PersistedFlowState) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl
-
- setPersistedFlowState(PersistedFlowState) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- setPrimaryNode(String, String) - Method in interface org.apache.nifi.cluster.manager.ClusterManager
-
Revokes the primary role from the current primary node and assigns the primary role to given given node ID.
- setPrimaryNode(String, String) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setPrimaryNodeId(NodeIdentifier) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl.ClusterMetadata
-
- setPrimaryNodeId(NodeIdentifier) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setProperties(NiFiProperties) - Method in class org.apache.nifi.cluster.spring.ClusterManagerProtocolServiceLocatorFactoryBean
-
- setProperties(NiFiProperties) - Method in class org.apache.nifi.cluster.spring.FileBasedClusterNodeFirewallFactoryBean
-
- setProperties(NiFiProperties) - Method in class org.apache.nifi.cluster.spring.WebClusterManagerFactoryBean
-
- setRetrievalDelay(String) - Method in interface org.apache.nifi.cluster.flow.DataFlowManagementService
-
Sets the retrieval delay.
- setRetrievalDelay(String) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- setServicesBroadcaster(ClusterServicesBroadcaster) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- setShutdownReplicatorSeconds(int) - Method in class org.apache.nifi.cluster.manager.impl.HttpRequestReplicatorImpl
-
- setStatus(Node.Status) - Method in class org.apache.nifi.cluster.node.Node
-
- shutdownReplicatorSeconds - Variable in class org.apache.nifi.cluster.manager.impl.HttpRequestReplicatorImpl
-
- SNIPPETS_FILENAME - Static variable in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl
-
- source - Variable in class org.apache.nifi.cluster.event.Event
-
- STALE_EXT - Static variable in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl
-
- StaleFlowException - Exception in org.apache.nifi.cluster.flow
-
Represents the exceptional case when a caller is requesting the current flow, but a current flow is not available.
- StaleFlowException(String, Throwable) - Constructor for exception org.apache.nifi.cluster.flow.StaleFlowException
-
- StaleFlowException(String) - Constructor for exception org.apache.nifi.cluster.flow.StaleFlowException
-
- StaleFlowException(Throwable) - Constructor for exception org.apache.nifi.cluster.flow.StaleFlowException
-
- StaleFlowException() - Constructor for exception org.apache.nifi.cluster.flow.StaleFlowException
-
- start() - Method in interface org.apache.nifi.cluster.flow.DataFlowManagementService
-
Starts the instance.
- start() - Method in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- start() - Method in interface org.apache.nifi.cluster.manager.HttpRequestReplicator
-
Starts the instance for replicating requests.
- start() - Method in class org.apache.nifi.cluster.manager.impl.HttpRequestReplicatorImpl
-
- start() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- startReportingTask(ReportingTaskNode) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- stateManager - Variable in class org.apache.nifi.cluster.manager.impl.ClusteredReportingContext
-
- stateManager - Variable in class org.apache.nifi.controller.reporting.ClusteredReportingTaskNode
-
- stateManagerProvider - Variable in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- status - Variable in class org.apache.nifi.cluster.node.Node
-
the node statue
- Status() - Constructor for enum org.apache.nifi.cluster.node.Node.Status
-
- stop() - Method in interface org.apache.nifi.cluster.flow.DataFlowManagementService
-
Stops the instance.
- stop() - Method in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- stop() - Method in interface org.apache.nifi.cluster.manager.HttpRequestReplicator
-
Stops the instance from replicating requests.
- stop() - Method in class org.apache.nifi.cluster.manager.impl.HttpRequestReplicatorImpl
-
- stop() - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- stopReportingTask(ReportingTaskNode) - Method in class org.apache.nifi.cluster.manager.impl.WebClusterManager
-
- stopRequested - Variable in class org.apache.nifi.cluster.flow.impl.DataFlowManagementServiceImpl
-
- subnetInfos - Variable in class org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall
-
- syncWithRestore(File, File) - Method in class org.apache.nifi.cluster.flow.impl.DataFlowDaoImpl
-
- syncWithRestoreDirectory() - Method in class org.apache.nifi.cluster.firewall.impl.FileBasedClusterNodeFirewall
-