- AbstractPolicyBasedAuthorizer - Class in org.apache.nifi.authorization
-
An Authorizer that provides management of users, groups, and policies.
- AbstractPolicyBasedAuthorizer() - Constructor for class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups - Class in org.apache.nifi.authorization
-
- accessAttempt(Boolean) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- AccessDeniedException - Exception in org.apache.nifi.authorization
-
Represents any error that might occur while authorizing user requests.
- AccessDeniedException(Throwable) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
-
- AccessDeniedException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
-
- AccessDeniedException(String) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
-
- AccessDeniedException() - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
-
- accessPolicies - Variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
-
- AccessPolicy - Class in org.apache.nifi.authorization
-
Defines a policy for a set of userIdentifiers to perform a set of actions on a given resource.
- AccessPolicy(AccessPolicy.Builder) - Constructor for class org.apache.nifi.authorization.AccessPolicy
-
- AccessPolicy.Builder - Class in org.apache.nifi.authorization
-
Builder for Access Policies.
- AccessPolicyProvider - Interface in org.apache.nifi.authorization
-
Provides access to AccessPolicies and the configured UserGroupProvider.
- AccessPolicyProviderInitializationContext - Interface in org.apache.nifi.authorization
-
Initialization content for AccessPolicyProviders.
- AccessPolicyProviderLookup - Interface in org.apache.nifi.authorization
-
- acknowledge(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- acknowledge(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- action - Variable in class org.apache.nifi.authorization.AccessPolicy
-
- action - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
-
- action(RequestAction) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Sets the action for this builder.
- action - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- action - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- action(RequestAction) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- ACTIONS_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- addAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Adds the given policy ensuring that multiple policies can not be added for the same resource and action.
- addAccessPolicy(AccessPolicy) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
-
Adds the given policy ensuring that multiple policies can not be added for the same resource and action.
- addGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Adds a new group.
- addGroup(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Adds the given group to the builder's set of groups.
- addGroup(Group) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Adds a new group.
- addGroups(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Adds all the groups from the provided set to the builder's set of groups.
- addPoliciesUsersAndGroups(AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- addSearchTerm(SearchTerm) - Method in class org.apache.nifi.provenance.search.Query
-
- addUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Adds the given user.
- addUser(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Adds the given user to the builder's set of users.
- addUser(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Adds the given user.
- addUser(String) - Method in class org.apache.nifi.authorization.Group.Builder
-
Adds the given user to the builder's set of users.
- addUsers(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Adds all the users from the provided set to the builder's set of users.
- addUsers(Set<String>) - Method in class org.apache.nifi.authorization.Group.Builder
-
Adds all users from the provided set to the builder's set of users.
- ALLOW_EXTERNAL_DTD - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- ALLOW_EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- ALLOW_EXTERNAL_PARAM_ENTITIES - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor
-
- allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
-
- allowableValues(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
-
- annotationData - Variable in class org.apache.nifi.web.ComponentDetails
-
- annotationData - Variable in class org.apache.nifi.web.ComponentDetails.Builder
-
- annotationData(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
-
- anonymous(Boolean) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- APPROVED - Static variable in class org.apache.nifi.authorization.AuthorizationResult
-
- approved() - Static method in class org.apache.nifi.authorization.AuthorizationResult
-
- auditAccessAttempt(AuthorizationRequest, AuthorizationResult) - Method in interface org.apache.nifi.authorization.AuthorizationAuditor
-
Audits an authorization request.
- authenticate(LoginCredentials) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
-
Authenticates the specified login credentials.
- AuthenticationNotSupportedException - Exception in org.apache.nifi.authentication.exception
-
Represents the case when the application is not secured so any authentication requests are rejected as unnecessary.
- AuthenticationNotSupportedException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.AuthenticationNotSupportedException
-
- AuthenticationNotSupportedException(String) - Constructor for exception org.apache.nifi.authentication.exception.AuthenticationNotSupportedException
-
- AuthenticationResponse - Class in org.apache.nifi.authentication
-
Authentication response for a user login attempt.
- AuthenticationResponse(String, String, long, String) - Constructor for class org.apache.nifi.authentication.AuthenticationResponse
-
Creates an authentication response.
- Authorizable - Interface in org.apache.nifi.authorization.resource
-
- AuthorizationAccessException - Exception in org.apache.nifi.authorization.exception
-
Represents the case when an authorization decision could not be made because the Authorizer was unable to access the underlying data store.
- AuthorizationAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizationAccessException
-
- AuthorizationAccessException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizationAccessException
-
- AuthorizationAuditor - Interface in org.apache.nifi.authorization
-
- AuthorizationRequest - Class in org.apache.nifi.authorization
-
Represents an authorization request for a given user/entity performing an action against a resource within some userContext.
- AuthorizationRequest(AuthorizationRequest.Builder) - Constructor for class org.apache.nifi.authorization.AuthorizationRequest
-
- AuthorizationRequest.Builder - Class in org.apache.nifi.authorization
-
AuthorizationRequest builder.
- AuthorizationResult - Class in org.apache.nifi.authorization
-
Represents a decision whether authorization is granted.
- AuthorizationResult(AuthorizationResult.Result, String) - Constructor for class org.apache.nifi.authorization.AuthorizationResult
-
Creates a new AuthorizationResult with the specified result and explanation.
- AuthorizationResult.Result - Enum in org.apache.nifi.authorization
-
- authorize(AuthorizationRequest) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- authorize(AuthorizationRequest) - Method in interface org.apache.nifi.authorization.Authorizer
-
Determines if the specified user/entity is authorized to access the specified resource within the given context.
- authorize(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
Authorizes the current user for the specified action on the specified resource.
- authorize(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
Authorizes the current user for the specified action on the specified resource.
- Authorizer - Interface in org.apache.nifi.authorization
-
Authorizes user requests.
- AuthorizerConfigurationContext - Interface in org.apache.nifi.authorization
-
- AuthorizerContext - Annotation Type in org.apache.nifi.authorization.annotation
-
- AuthorizerCreationException - Exception in org.apache.nifi.authorization.exception
-
Represents the exceptional case when an Authorizer fails instantiation.
- AuthorizerCreationException() - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
-
- AuthorizerCreationException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
-
- AuthorizerCreationException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
-
- AuthorizerCreationException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
-
- AuthorizerDestructionException - Exception in org.apache.nifi.authorization.exception
-
Represents the exceptional case when an Authorizer fails destruction.
- AuthorizerDestructionException() - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
-
- AuthorizerDestructionException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
-
- AuthorizerDestructionException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
-
- AuthorizerDestructionException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
-
- AuthorizerInitializationContext - Interface in org.apache.nifi.authorization
-
Initialization content for Authorizers.
- AuthorizerLookup - Interface in org.apache.nifi.authorization
-
- availableProcessors - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- awaitCompletion(long, TimeUnit) - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- awaitCompletion(long, TimeUnit) - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- cancel() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
Cancels the lineage computation
- cancel() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
Cancels the query
- cancelDropFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Cancels the request to drop FlowFiles that has the given identifier.
- cancelListFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Cancels the request to list FlowFiles that has the given identifier.
- capture(NodeStatus, ProcessGroupStatus, List<GarbageCollectionStatus>, Date) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
Captures the status information provided in the given report, providing a
timestamp that indicates the time at which the status report was
generated.
- captureDump(boolean) - Method in interface org.apache.nifi.diagnostics.DiagnosticTask
-
- captureDump(boolean) - Method in class org.apache.nifi.diagnostics.ThreadDumpTask
-
- changePartitionName(String, String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Updates the name of the partition that owns a given swap file
- checkAuthorization(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
Returns the result of an authorization request for the specified user for the specified action on the specified
resource.
- checkAuthorization(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
Returns the result of an authorization request for the specified user for the specified action on the specified
resource.
- checkInheritability(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Returns whether the proposed fingerprint is inheritable.
- checkInheritability(String) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
-
When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.
- checkInheritability(String) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.
- checkInheritability(String) - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
-
When the fingerprints are not equal, this method will check if the proposed fingerprint is inheritable.
- classLoader - Variable in class org.apache.nifi.bundle.Bundle
-
- cleanup() - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Performs any cleanup actions that may need to be taken upon system
restart.
- clear(String) - Method in interface org.apache.nifi.components.state.StateProvider
-
Removes all values from the component's state that is stored using the given scope
- clearGroups() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Clears the builder's set of groups so that it is non-null and size == 0.
- clearUsers() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Clears the builder's set of users so that it is non-null and size == 0.
- clearUsers() - Method in class org.apache.nifi.authorization.Group.Builder
-
Clears the builder's set of users so that users is non-null with size 0.
- clientId - Variable in class org.apache.nifi.web.Revision
-
the client ID
- clone(ContentClaim, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Clones the content for the given content claim and returns content claim
of the new object
- clone() - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- clone() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- clone() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- ClusterRequestException - Exception in org.apache.nifi.web
-
An general error occurred when attempting to communicate with the cluster.
- ClusterRequestException(Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
-
- ClusterRequestException(String, Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
-
- ClusterRequestException(String) - Constructor for exception org.apache.nifi.web.ClusterRequestException
-
- ClusterRequestException() - Constructor for exception org.apache.nifi.web.ClusterRequestException
-
- collectionCount - Variable in class org.apache.nifi.diagnostics.GarbageCollection
-
- collectionTime - Variable in class org.apache.nifi.diagnostics.GarbageCollection
-
- comparator - Variable in enum org.apache.nifi.controller.queue.SortColumn
-
- compare(FlowFileSummary, FlowFileSummary) - Method in enum org.apache.nifi.controller.queue.SortColumn
-
- compareTo(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
Provides the natural ordering for ResourceClaim objects.
- COMPONENT_DETAIL_DESTINATION_NAME - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_GROUP_ID - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_ID - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_NAME - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_SOURCE_NAME - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_TYPE - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- COMPONENT_DETAIL_URI - Static variable in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- ComponentAuthorizable - Interface in org.apache.nifi.authorization.resource
-
Not all Authorizables are components, however all ComponentAuthorizable's are components.
- ComponentDescriptor - Class in org.apache.nifi.web
-
- ComponentDescriptor(ComponentDescriptor.Builder) - Constructor for class org.apache.nifi.web.ComponentDescriptor
-
- ComponentDescriptor.Builder - Class in org.apache.nifi.web
-
- ComponentDetails - Class in org.apache.nifi.web
-
Details about a given component.
- ComponentDetails(ComponentDetails.Builder) - Constructor for class org.apache.nifi.web.ComponentDetails
-
- ComponentDetails.Builder - Class in org.apache.nifi.web
-
- componentId - Variable in class org.apache.nifi.web.Revision
-
the ID of the component that this revision belongs to, or null if
the revision is not attached to any component but rather is attached to the entire
data flow.
- ComputeLineageResult - Interface in org.apache.nifi.provenance.lineage
-
- ComputeLineageSubmission - Interface in org.apache.nifi.provenance.lineage
-
- ConfigurableAccessPolicyProvider - Interface in org.apache.nifi.authorization
-
Provides support for configuring AccessPolicies.
- ConfigurableUserGroupProvider - Interface in org.apache.nifi.authorization
-
Provides support for configuring Users and Groups.
- ConfigurationAction - Class in org.apache.nifi.web
-
An action that represents the configuration of a component.
- ConfigurationAction(ConfigurationAction.Builder) - Constructor for class org.apache.nifi.web.ConfigurationAction
-
- ConfigurationAction.Builder - Class in org.apache.nifi.web
-
- ConfigureDetails - Interface in org.apache.nifi.action.details
-
Provides details about a configure action.
- ConnectDetails - Interface in org.apache.nifi.action.details
-
Provides details about a connect action.
- containsGroup(Set<Group>, AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Determines if the policy contains one of the user's groups.
- CONTENT_REQUEST_ATTRIBUTE - Static variable in interface org.apache.nifi.web.ViewableContent
-
- ContentClaim - Interface in org.apache.nifi.controller.repository.claim
-
A reference to a section of a
ResourceClaim, which may or may not encompass
the entire ResourceClaim.
- ContentRepository - Interface in org.apache.nifi.controller.repository
-
Defines the capabilities of a content repository.
- ContentRepositoryContext - Interface in org.apache.nifi.controller.repository
-
- contentRepositoryStorageUsage - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- ControllerServiceProxyWrapper<T> - Interface in org.apache.nifi.controller
-
The purpose of this interface is to help handle the following scenario:
A Controller Service method returns a value which is wrapped in a proxy by the framework.
- coordinate - Variable in class org.apache.nifi.bundle.BundleCoordinate
-
- coordinate - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
-
- coordinate(BundleCoordinate) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
-
- coordinate - Variable in class org.apache.nifi.bundle.BundleDetails
-
- create(boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Creates a new content claim
- create(int) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryDumpFactory
-
Creates a status history dump object.
- create(boolean) - Method in interface org.apache.nifi.diagnostics.DiagnosticsFactory
-
- createLocalDataAuthorizable(String) - Method in interface org.apache.nifi.provenance.ProvenanceAuthorizableFactory
-
Generates an Authorizable object for the Data of the component with the given ID.
- createProvenanceDataAuthorizable(String) - Method in interface org.apache.nifi.provenance.ProvenanceAuthorizableFactory
-
Generates an Authorizable object for the Provenance Data of the component with the given ID.
- createRemoteDataAuthorizable(String) - Method in interface org.apache.nifi.provenance.ProvenanceAuthorizableFactory
-
Generates an Authorizable object for the Data of the remote group port with the given ID.
- creationTimestamp - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- GarbageCollection - Class in org.apache.nifi.diagnostics
-
- GarbageCollection() - Constructor for class org.apache.nifi.diagnostics.GarbageCollection
-
- garbageCollection - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- GarbageCollectionHistory - Interface in org.apache.nifi.controller.status.history
-
- GarbageCollectionStatus - Interface in org.apache.nifi.controller.status.history
-
- getAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves all access policies.
- getAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
-
- getAccessPolicies() - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
-
Retrieves all access policies.
- getAccessPolicy(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves the policy with the given identifier.
- getAccessPolicy(String) - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
-
Retrieves the policy with the given identifier.
- getAccessPolicy(String, RequestAction) - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
-
Gets the access policies for the specified resource identifier and request action.
- getAccessPolicy(String, RequestAction) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
-
Retrieves the set of access policies for a given resource and action.
- getAccessPolicyProvider() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- getAccessPolicyProvider(String) - Method in interface org.apache.nifi.authorization.AccessPolicyProviderLookup
-
Looks up the AccessPolicyProvider with the specified identifier
- getAccessPolicyProvider() - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
-
Returns the AccessPolicy provider for this managed Authorizer.
- getAccessPolicyProviderLookup() - Method in interface org.apache.nifi.authorization.AccessPolicyProviderInitializationContext
-
The lookup for accessing other configured AccessPolicyProviders.
- getAction() - Method in class org.apache.nifi.authorization.AccessPolicy
-
- getAction() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The action being taken against the Resource.
- getActiveQueueSize() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- getActiveQueueSize() - Method in interface org.apache.nifi.controller.queue.RemoteQueuePartitionDiagnostics
-
- getActiveResourceClaims(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Optional operation that returns a List of all Resource Claims that exist in the given Container that are considered "active" (i.e., not archived)
- getAllGroups() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getAllowableValues() - Method in class org.apache.nifi.web.ComponentDescriptor
-
- getAllQueues() - Method in interface org.apache.nifi.controller.repository.QueueProvider
-
- getAnnotationData() - Method in class org.apache.nifi.web.ComponentDetails
-
- getAuthorityProviderLookup() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
-
- getAuthorizer(String) - Method in interface org.apache.nifi.authorization.AuthorizerLookup
-
Looks up the Authorizer with the specified identifier
- getAuthorizerLookup() - Method in interface org.apache.nifi.authorization.AuthorizerInitializationContext
-
The lookup for accessing other configured Authorizers.
- getAvailableProcessors() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getBackPressureDataSizeThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getBackPressureObjectThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getBuildBranch() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuildJdk() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuildRevision() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuildTag() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuildTimestamp() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuildTimestampDate() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBuiltBy() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getBundleDetails() - Method in class org.apache.nifi.bundle.Bundle
-
- getChain() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getChildUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
-
- getClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
-
- getClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Obtains the current number of claimants for the given claim
- getClassLoader() - Method in class org.apache.nifi.bundle.Bundle
-
- getClientAddress() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getClientId() - Method in class org.apache.nifi.web.Revision
-
- getCollectionCount() - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionStatus
-
- getCollectionCount() - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- getCollectionMillis() - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionStatus
-
- getCollectionTime() - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- getCompletionPercentage() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getComponentDetails() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
-
- getComponentDetails(NiFiWebRequestContext) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
-
Gets the details for the underlying component (including configuration,
validation errors, and annotation data).
- getComponentId() - Method in class org.apache.nifi.web.Revision
-
- getComponentIdentifiers() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- getComponentTypes() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- getConnections() - Method in interface org.apache.nifi.controller.Snippet
-
- getConnectionStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- getContainer() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
- getContainerCapacity(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- getContainerCapacity(String) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getContainerFileStoreName(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Returns the name of the FileStore that the given container is stored on, or null
if not applicable or unable to determine the file store name
- getContainerFileStoreName(String) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Returns the name of the FileStore that the given container is stored on, or null
if not applicable or unable to determine the file store name
- getContainerNames() - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- getContainerNames() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getContainerUsableSpace(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- getContainerUsableSpace(String) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getContent() - Method in interface org.apache.nifi.web.ViewableContent
-
- getContentClaim() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
-
- getContentClaimOffset() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
-
- getContentRepositoryStorageUsage() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getContentStream() - Method in interface org.apache.nifi.web.ViewableContent
-
- getContentType() - Method in interface org.apache.nifi.web.ViewableContent
-
- getControllerService(String, String) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
-
- getCoordinate() - Method in class org.apache.nifi.bundle.BundleCoordinate
-
- getCoordinate() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getCreationTimestamp() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getCurrent() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getCurrentClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getCurrentClaimOffset() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getCurrentSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getCurrentUserIdentity() - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
-
- getDaemonThreads() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getDateGenerated() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
-
- getDefaultValue() - Method in class org.apache.nifi.web.ComponentDescriptor
-
- getDependencyCoordinate() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getDescription() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getDescription() - Method in class org.apache.nifi.web.ComponentDescriptor
-
- getDescriptors() - Method in class org.apache.nifi.web.ComponentDetails
-
- getDestination() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getDestination() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
-
- getDestinationId() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getDestinationName() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getDestinationType() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getDetails() - Method in interface org.apache.nifi.diagnostics.DiagnosticsDumpElement
-
- getDetails() - Method in class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
-
- getDiskUtilization() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- getDisplayMode() - Method in interface org.apache.nifi.web.ViewableContent
-
- getDisplayName() - Method in class org.apache.nifi.web.ComponentDescriptor
-
- getDropFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getDroppedSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getEdges() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- getEdges() - Method in interface org.apache.nifi.provenance.lineage.Lineage
-
- getEndDate() - Method in interface org.apache.nifi.action.details.PurgeDetails
-
- getEndDate() - Method in class org.apache.nifi.provenance.search.Query
-
- getError() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- getError() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getEvent(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Retrieves the Provenance Event with the given ID.
- getEventIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
-
- getEventReporter() - Method in interface org.apache.nifi.controller.repository.ContentRepositoryContext
-
- getEventReporter() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
-
- getEvents(long, int, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Returns a List of all ProvenanceEventRecords in the
repository starting with the given ID.
- getEventType() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
-
- getExpandedEventId() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
If the Lineage Computation Type of this submission is
LineageComputationType.EXPAND_CHILDREN or
LineageComputationType.EXPAND_PARENTS, indicates
the event ID that is to be expanded.
- getExpiration() - Method in class org.apache.nifi.authentication.AuthenticationResponse
-
Returns the expiration of a given authentication in milliseconds.
- getExpiration() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- getExpiration() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getExplanation() - Method in class org.apache.nifi.authorization.AuthorizationResult
-
- getExplanationSupplier() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
A supplier for the explanation if access is denied.
- getExtensionType() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
-
- getFailureReason() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getFailureReason() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getField() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getField() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getFieldType() - Method in interface org.apache.nifi.provenance.search.SearchableField
-
- getFilename() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getFileName() - Method in interface org.apache.nifi.web.ViewableContent
-
- getFileStoreName() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
Returns the name of the FileStore that the repository is stored on, or null
if not applicable or unable to determine the file store name
- getFingerprint() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Returns a fingerprint representing the authorizations managed by this authorizer.
- getFingerprint() - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
-
Returns a fingerprint representing the authorizations managed by this authorizer.
- getFingerprint() - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Returns a fingerprint representing the authorizations managed by this authorizer.
- getFingerprint() - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
-
Returns a fingerprint representing the authorizations managed by this authorizer.
- getFlowFile(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Returns the FlowFile with the given UUID or null if no FlowFile can be found in this queue
with the given UUID
- getFlowFileAvailability() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getFlowFileExpiration() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getFlowFileExpiration(TimeUnit) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getFlowFileRepository() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
-
- getFlowFileRepositoryStorageUsage() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getFlowFiles() - Method in interface org.apache.nifi.controller.repository.SwapContents
-
- getFlowFileSummaries() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getFlowFileUuid() - Method in interface org.apache.nifi.controller.repository.ResourceClaimReference
-
- getFlowFileUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
-
- getFormatter() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
Specifies how the values should be formatted
- getFreeHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getFreeNonHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getFreeSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- getFriendlyName() - Method in interface org.apache.nifi.provenance.search.SearchableField
-
- getFunnels() - Method in interface org.apache.nifi.controller.Snippet
-
- getGarbageCollection() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getGarbageCollectionHistory(Date, Date) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
Returns the status history of the garbage collection.
- getGarbageCollectionStatuses(String) - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionHistory
-
- getGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
-
- getGroup(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves a Group by id.
- getGroup(String) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves a Group by id.
- getGroup() - Method in class org.apache.nifi.bundle.BundleCoordinate
-
- getGroupByName(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves a group by name.
- getGroupByName(String) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves a Group by name.
- getGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
-
- getGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves all groups.
- getGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
-
- getGroups() - Method in class org.apache.nifi.authorization.AccessPolicy
-
- getGroups() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The groups the user making this request belongs to.
- getGroups() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getGroups() - Method in interface org.apache.nifi.authorization.UserAndGroups
-
Retrieves the groups for the user, or null if the user is unknown or has no groups.
- getGroups() - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves all groups.
- getGroups(String) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
-
Retrieves the groups for a given user identity.
- getHeapUtilization() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getId() - Method in class org.apache.nifi.bundle.BundleCoordinate
-
- getId() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
- getId() - Method in interface org.apache.nifi.controller.Snippet
-
- getId() - Method in class org.apache.nifi.web.ComponentDetails
-
- getId() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getId() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
-
The id of the component.
- getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
-
- getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
-
- getIdentifier() - Method in class org.apache.nifi.authorization.AccessPolicy
-
- getIdentifier() - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
-
- getIdentifier() - Method in class org.apache.nifi.authorization.Group
-
- getIdentifier() - Method in interface org.apache.nifi.authorization.resource.ComponentAuthorizable
-
The identifier of the underlying component.
- getIdentifier() - Method in interface org.apache.nifi.authorization.Resource
-
The identifier for this resource.
- getIdentifier() - Method in class org.apache.nifi.authorization.User
-
- getIdentifier() - Method in interface org.apache.nifi.authorization.UserGroupProviderInitializationContext
-
The identifier of the UserGroupProvider.
- getIdentifier() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
-
- getIdentifier() - Method in interface org.apache.nifi.configuration.NonComponentConfigurationContext
-
- getIdentifier() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getIdentifier() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- getIdentifier() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
-
- getIdentifier() - Method in class org.apache.nifi.provenance.search.Query
-
- getIdentifier() - Method in interface org.apache.nifi.provenance.search.SearchableField
-
- getIdentifier() - Method in interface org.apache.nifi.remote.RemoteDestination
-
- getIdentity() - Method in class org.apache.nifi.authentication.AuthenticationResponse
-
- getIdentity() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The identity accessing the Resource.
- getIdentity() - Method in class org.apache.nifi.authorization.User
-
- getIdentity() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getIdentityProviderGroups() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- getInputPorts() - Method in interface org.apache.nifi.controller.Snippet
-
- getIssuer() - Method in class org.apache.nifi.authentication.AuthenticationResponse
-
- getLabel() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getLabels() - Method in interface org.apache.nifi.controller.Snippet
-
- getLastQueuedTime() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getLastUpdated() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getLastUpdated() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getLatestCachedEvent(String) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Retrieves the most recent Provenance Event that is cached for the given component that is also accessible by the given user
- getLength() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
-
- getLineageComputationType() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getLineageFlowFileUuids() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getLineageIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getLineageStartDate() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getListFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getLoadBalanceCompression() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getLoadBalanceStrategy() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getLocalQueuePartitionDiagnostics() - Method in interface org.apache.nifi.controller.queue.QueueDiagnostics
-
- getLogger() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
-
- getLoginIdentityProvider(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderLookup
-
- getMatchingEvents() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getMaxConcurrentTasks() - Method in interface org.apache.nifi.controller.Triggerable
-
- getMaxFileSize() - Method in class org.apache.nifi.provenance.search.Query
-
- getMaxFlowFileId() - Method in interface org.apache.nifi.controller.repository.SwapSummary
-
- getMaxFlowFileIdentifier() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
- getMaxHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getMaxNonHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getMaxOpenFileHandles() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getMaxResults() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getMaxResults() - Method in class org.apache.nifi.provenance.search.Query
-
- getMemoryManagerName() - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionStatus
-
- getMemoryManagerNames() - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionHistory
-
- getMetricDescriptors() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
-
- getMetricIdentifier() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getMinFileSize() - Method in class org.apache.nifi.provenance.search.Query
-
- getMinLastQueueDate() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getMinLastQueueDate() - Method in interface org.apache.nifi.controller.repository.SwapSummary
-
- getName() - Method in interface org.apache.nifi.action.details.ConfigureDetails
-
- getName() - Method in class org.apache.nifi.authorization.Group
-
- getName() - Method in interface org.apache.nifi.authorization.Resource
-
The name of this resource.
- getName() - Method in interface org.apache.nifi.diagnostics.DiagnosticsDumpElement
-
- getName() - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- getName() - Method in class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
-
- getName() - Method in interface org.apache.nifi.remote.RemoteDestination
-
- getName() - Method in class org.apache.nifi.web.ComponentDescriptor
-
- getName() - Method in class org.apache.nifi.web.ComponentDetails
-
- getName() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getNextFlowFileSequence() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
- getNodeIdentifier() - Method in interface org.apache.nifi.controller.queue.RemoteQueuePartitionDiagnostics
-
- getNodes() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- getNodes() - Method in interface org.apache.nifi.provenance.lineage.Lineage
-
- getNodeStatusHistory(Date, Date) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
Returns the status history of the actual node.
- getNodeType() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
-
- getNonHeapUtilization() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getOffset() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
-
- getOpenFileHandles() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getOriginalClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getOriginalQueue() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getOriginalSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getOutputPorts() - Method in interface org.apache.nifi.controller.Snippet
-
- getParentAuthorizable() - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
The parent for this Authorizable.
- getParentGroupId() - Method in interface org.apache.nifi.controller.Snippet
-
- getParentUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
-
- getPartialContents() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
-
- getPartitioningAttribute() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getPassword() - Method in class org.apache.nifi.authentication.LoginCredentials
-
- getPenaltyExpirationMillis() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getPenaltyExpirationMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
-
- getPercentComplete() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- getPercentComplete() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getPosition() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getPreviousGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
-
- getPreviousGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
-
- getPreviousValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
-
- getPreviousValue() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getPriorities() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getProcessGroupIdentifier() - Method in interface org.apache.nifi.authorization.resource.ComponentAuthorizable
-
The identifier of the ProcessGroup this component belongs to.
- getProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
-
- getProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- getProcessorLoadAverage() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getProcessors() - Method in interface org.apache.nifi.controller.Snippet
-
- getProcessorStatusHistory(String, Date, Date, int, boolean) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- getProperties() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
-
Retrieves all properties the component currently understands regardless
of whether a value has been set for them or not.
- getProperties() - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
-
Retrieves all properties the component currently understands regardless
of whether a value has been set for them or not.
- getProperties() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
-
- getProperties() - Method in interface org.apache.nifi.configuration.NonComponentConfigurationContext
-
Returns all properties the configuration context contains regardless
of whether a value has been set for them or not.
- getProperties() - Method in class org.apache.nifi.web.ComponentDetails
-
- getProperty(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
-
Returns the value of the provided property.
- getProperty(String) - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
-
- getProperty(String) - Method in interface org.apache.nifi.configuration.NonComponentConfigurationContext
-
Returns the value of the provided property.
- getProvenanceEventRepository() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getProvenanceRepositoryStorageUsage() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getProxiedEntitiesChain() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
-
Deprecated.
- getQuery() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- getQueryIdentifier() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- getQueryTime() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getQueueDiagnostics() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Returns diagnostic information about the queue
- getQueueIdentifier(String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Returns the ID of the queue that the given swap file belongs to
- getQueueIdentifier() - Method in interface org.apache.nifi.controller.repository.ResourceClaimReference
-
- getQueueIdentifiers() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- getQueueSize() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getQueueSize() - Method in interface org.apache.nifi.controller.repository.SwapSummary
-
- getRawContentType() - Method in interface org.apache.nifi.web.ViewableContent
-
- getRelationship() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getRemoteProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
-
- getRemoteProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
- getRemoteQueuePartitionDiagnostics() - Method in interface org.apache.nifi.controller.queue.QueueDiagnostics
-
- getRequestedResource() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The original Resource being requested.
- getRequestedResource() - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
The originally requested resource for this Authorizable.
- getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getResource() - Method in class org.apache.nifi.authorization.AccessPolicy
-
- getResource() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The Resource being authorized.
- getResource() - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
The Resource for this Authorizable.
- getResourceClaim() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
-
- getResourceClaim(String, String, String) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
-
Returns the Resource Claim with the given id, container, and section, if one exists, null otherwise
- getResourceClaimManager() - Method in interface org.apache.nifi.controller.repository.ContentRepositoryContext
-
- getResourceClaimManager() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
-
- getResourceClaims() - Method in interface org.apache.nifi.controller.repository.SwapSummary
-
Returns a List of all ResourceClaims that are referenced by the FlowFiles in the swap file.
- getResourceContext() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The event attributes to make additional access decisions for provenance events.
- getResult() - Method in class org.apache.nifi.authorization.AuthorizationResult
-
- getResult() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getResult() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- getRevision() - Method in interface org.apache.nifi.web.NiFiWebConfigurationRequestContext
-
The revision to include in the request.
- getSafeDescription() - Method in interface org.apache.nifi.authorization.Resource
-
The description of this resource that may be safely used in messages to the client.
- getScheduledState() - Method in interface org.apache.nifi.controller.Triggerable
-
- getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.Triggerable
-
- getSchedulingPeriod() - Method in interface org.apache.nifi.controller.Triggerable
-
- getScheme() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
-
The request protocol scheme (http or https).
- getSearchableAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getSearchableField() - Method in interface org.apache.nifi.provenance.search.SearchTerm
-
- getSearchableFieldName() - Method in interface org.apache.nifi.provenance.search.SearchableField
-
- getSearchableFields() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- getSearchTerms() - Method in class org.apache.nifi.provenance.search.Query
-
- getSection() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
- getSize() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getSortedAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- getSortedGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- getSortedUsers() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- getSource() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
-
- getSourceId() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getSourceName() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getSourceType() - Method in interface org.apache.nifi.action.details.ConnectDetails
-
- getSSLContext() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
-
- getStartDate() - Method in class org.apache.nifi.provenance.search.Query
-
- getState(String) - Method in interface org.apache.nifi.components.state.StateProvider
-
Returns the currently configured state for the component.
- getState() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
-
- getState() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
-
- getState() - Method in class org.apache.nifi.web.ComponentDetails
-
- getStatusMetric(MetricDescriptor<?>) - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
-
- getStatusSnapshots() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
-
- getStorageCapacity() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
- getSubmissionTime() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getSubmissionTime() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- getSubmitterIdentity() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- getSubmitterIdentity() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- getSummary() - Method in interface org.apache.nifi.controller.repository.SwapContents
-
- getSupportedScopes() - Method in interface org.apache.nifi.components.state.StateProvider
-
Provides a listing of
Scopes supported by the StateProvider
- getSwapFileCount() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- getSwapFileCount() - Method in interface org.apache.nifi.controller.queue.RemoteQueuePartitionDiagnostics
-
- getSwapLocation() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
-
- getSwapLocation() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getSwapLocation() - Method in interface org.apache.nifi.controller.repository.ResourceClaimReference
-
- getSwappedPartitionNames(FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Determines the names of each of the Partitions for which there are swap files for the given queue
- getSwapQueueSize() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- getSwapQueueSize() - Method in interface org.apache.nifi.controller.queue.RemoteQueuePartitionDiagnostics
-
- getSwapSummary(String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Parses the contents of the swap file at the given location and provides a SwapSummary that provides
pertinent information about the information stored within the swap file
- getTimestamp() - Method in interface org.apache.nifi.controller.status.history.GarbageCollectionStatus
-
- getTimestamp() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
-
- getTimestamp() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
-
- getTotalHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getTotalHitCount() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- getTotalLastQueueDate() - Method in interface org.apache.nifi.controller.repository.SwapSummary
-
- getTotalNonHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getTotalPhysicalMemory() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getTotalQueuedDuration(long) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- getTotalSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- getTotalThreads() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getTransientClaims() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getType() - Method in interface org.apache.nifi.action.component.details.ExtensionDetails
-
- getType() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- getType() - Method in class org.apache.nifi.web.ComponentDetails
-
- getType() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getUnacknowledgedQueueSize() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- getUnacknowledgedQueueSize() - Method in interface org.apache.nifi.controller.queue.RemoteQueuePartitionDiagnostics
-
- getUptime() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getUri() - Method in interface org.apache.nifi.action.component.details.RemoteProcessGroupDetails
-
- getUsableStorageSpace() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
- getUsedHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getUsedNonHeap() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- getUsedSpace() - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- getUser(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves the user with the given identifier.
- getUser() - Method in interface org.apache.nifi.authorization.UserAndGroups
-
Retrieves the user, or null if the user is unknown
- getUser(String) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves the user with the given identifier.
- getUser(String) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
-
Retrieves a user by an identity string.
- getUserAndGroups(String) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Gets a user and their groups.
- getUserByIdentity(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves the user with the given identity.
- getUserByIdentity(String) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves the user with the given identity.
- getUserContext() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
The userContext of the user request to make additional access decisions.
- getUserGroupProvider() - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
-
Returns the UserGroupProvider for this managed Authorizer.
- getUserGroupProvider(String) - Method in interface org.apache.nifi.authorization.UserGroupProviderLookup
-
Looks up the UserGroupProvider with the specified identifier
- getUserGroupProviderLookup() - Method in interface org.apache.nifi.authorization.UserGroupProviderInitializationContext
-
The lookup for accessing other configured UserGroupProviders.
- getUsername() - Method in class org.apache.nifi.authentication.AuthenticationResponse
-
- getUsername() - Method in class org.apache.nifi.authentication.LoginCredentials
-
- getUsers() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Retrieves all users.
- getUsers() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
-
- getUsers() - Method in class org.apache.nifi.authorization.AccessPolicy
-
- getUsers() - Method in class org.apache.nifi.authorization.Group
-
- getUsers() - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Retrieves all users.
- getUsersAndAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Returns the UserAccessPolicies instance.
- getUuid() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- getUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
-
- getValidationErrors() - Method in class org.apache.nifi.web.ComponentDetails
-
- getValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
-
- getValue(S) - Method in interface org.apache.nifi.controller.status.history.ValueMapper
-
- getValue() - Method in interface org.apache.nifi.provenance.search.SearchTerm
-
- getValue() - Method in class org.apache.nifi.web.ConfigurationAction
-
- getValueFunction() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getValueReducer() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- getValueReducer() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
-
- getVersion() - Method in class org.apache.nifi.bundle.BundleCoordinate
-
- getVersion() - Method in class org.apache.nifi.web.Revision
-
- getWorkingDirectory() - Method in class org.apache.nifi.bundle.BundleDetails
-
- getWrapped() - Method in interface org.apache.nifi.controller.ControllerServiceProxyWrapper
-
- getYieldPeriod(TimeUnit) - Method in interface org.apache.nifi.remote.RemoteDestination
-
- Group - Class in org.apache.nifi.authorization
-
A group that users can belong to.
- Group(Group.Builder) - Constructor for class org.apache.nifi.authorization.Group
-
- group - Variable in class org.apache.nifi.bundle.BundleCoordinate
-
- Group.Builder - Class in org.apache.nifi.authorization
-
Builder for creating Groups.
- GROUP_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- GROUP_USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- groups - Variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
-
- groups - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
-
- groups - Variable in class org.apache.nifi.authorization.AccessPolicy
-
- groups - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- groups(Set<String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- groups - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- id - Variable in class org.apache.nifi.bundle.BundleCoordinate
-
- id - Variable in class org.apache.nifi.web.ComponentDetails.Builder
-
- id(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
-
- id - Variable in class org.apache.nifi.web.ComponentDetails
-
- id - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
-
- id(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
-
- id - Variable in class org.apache.nifi.web.ConfigurationAction
-
- identifier - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
-
- identifier(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Sets the identifier of the builder.
- identifier - Variable in class org.apache.nifi.authorization.AccessPolicy
-
- identifier - Variable in class org.apache.nifi.authorization.Group.Builder
-
- identifier(String) - Method in class org.apache.nifi.authorization.Group.Builder
-
Sets the identifier of the builder.
- identifier - Variable in class org.apache.nifi.authorization.Group
-
- identifier - Variable in class org.apache.nifi.authorization.User.Builder
-
- identifier(String) - Method in class org.apache.nifi.authorization.User.Builder
-
Sets the identifier of the builder.
- identifier - Variable in class org.apache.nifi.authorization.User
-
- identifier - Variable in class org.apache.nifi.diagnostics.StorageUsage
-
- identifier - Variable in class org.apache.nifi.provenance.search.Query
-
- IDENTIFIER_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- identifierGenerateFromSeed(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Sets the identifier of the builder with a UUID generated from the specified seed string.
- identifierGenerateFromSeed(String) - Method in class org.apache.nifi.authorization.Group.Builder
-
Sets the identifier of the builder with a UUID generated from the specified seed string.
- identifierGenerateFromSeed(String) - Method in class org.apache.nifi.authorization.User.Builder
-
Sets the identifier of the builder with a UUID generated from the specified seed string.
- identifierGenerateRandom() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Sets the identifier of the builder to a random UUID.
- identifierGenerateRandom() - Method in class org.apache.nifi.authorization.Group.Builder
-
Sets the identifier of the builder to a random UUID.
- identifierGenerateRandom() - Method in class org.apache.nifi.authorization.User.Builder
-
Sets the identifier of the builder to a random UUID.
- IdentifierLookup - Interface in org.apache.nifi.provenance
-
Provides a mechanism for obtaining the identifiers of components, queues, etc.
- identity - Variable in class org.apache.nifi.authentication.AuthenticationResponse
-
- identity - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- identity(String) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- identity - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- identity - Variable in class org.apache.nifi.authorization.User.Builder
-
- identity(String) - Method in class org.apache.nifi.authorization.User.Builder
-
Sets the identity of the builder.
- identity - Variable in class org.apache.nifi.authorization.User
-
- IDENTITY_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- IdentityAccessException - Exception in org.apache.nifi.authentication.exception
-
Represents the case when the identity could not be confirmed because it was unable
to access the backing store.
- IdentityAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
-
- IdentityAccessException(String) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
-
- IllegalClusterStateException - Exception in org.apache.nifi.controller.queue
-
- IllegalClusterStateException(String) - Constructor for exception org.apache.nifi.controller.queue.IllegalClusterStateException
-
- importFrom(Path, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Imports content from the given path creating a new content object and
claim within the repository.
- importFrom(InputStream, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Imports content from the given stream creating a new content object and
claim within the repository.
- IncompleteSwapFileException - Exception in org.apache.nifi.controller.repository
-
Signals that a Swap File could not be complete read in/parsed because the data was
not all present
- IncompleteSwapFileException(String, SwapContents) - Constructor for exception org.apache.nifi.controller.repository.IncompleteSwapFileException
-
- incrementClaimaintCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Increments the number of claimants for the given claim
- incrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
-
Increases by 1 the count of how many FlowFiles hold a claim to a
particular piece of FlowFile content and returns the new count
- incrementClaimantCount(ResourceClaim, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
-
Increases by 1 the count of how many FlowFiles hold a claim to a
particular piece of FlowFile content and returns the new count.
- incrementRevision(String) - Method in class org.apache.nifi.web.Revision
-
Returns a new Revision that has the same Client ID and Component ID as this one
but with a larger version
- inheritFingerprint(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
Parses the fingerprint and adds any users, groups, and policies to the current Authorizer.
- inheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
-
Parses the fingerprint and adds any policies to the current AccessPolicyProvider.
- inheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Parses the fingerprint and adds any users and groups to the current Authorizer.
- inheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
-
Parses the fingerprint and adds any users, groups, and policies to the current Authorizer.
- inheritPoliciesUsersAndGroups(AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- initialize(LoginIdentityProviderInitializationContext) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
-
Called immediately after instance creation for implementers to perform additional setup
- initialize(AccessPolicyProviderInitializationContext) - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
-
Called immediately after instance creation for implementers to perform additional setup
- initialize(AuthorizerInitializationContext) - Method in interface org.apache.nifi.authorization.Authorizer
-
Called immediately after instance creation for implementers to perform additional setup
- initialize(UserGroupProviderInitializationContext) - Method in interface org.apache.nifi.authorization.UserGroupProvider
-
Called immediately after instance creation for implementers to perform additional setup
- initialize(StateProviderInitializationContext) - Method in interface org.apache.nifi.components.state.StateProvider
-
Initializes the StateProvider so that it is capable of being used.
- initialize(ContentRepositoryContext) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Initializes the Content Repository, providing to it the
ContentRepositoryContext.
- initialize(ResourceClaimManager) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
Initializes the Content Repository, providing to it the
ContentClaimManager that is to be used for interacting with Content
Claims
- initialize(SwapManagerInitializationContext) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Initializes the Swap Manager, providing a
SwapManagerInitializationContext so that the
Swap Manager has access to all of the components necessary to perform its functions
- initialize(EventReporter, Authorizer, ProvenanceAuthorizableFactory, IdentifierLookup) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Performs any initialization needed.
- InvalidLoginCredentialsException - Exception in org.apache.nifi.authentication.exception
-
Represents the case when the identity could not be confirmed because the
login credentials were invalid.
- InvalidLoginCredentialsException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
-
- InvalidLoginCredentialsException(String) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
-
- InvalidRevisionException - Exception in org.apache.nifi.web
-
Exception indicating that the client has included an old revision in their
request.
- InvalidRevisionException(String) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
-
- InvalidRevisionException(String, Throwable) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
-
- invertComponentIdentifiers() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- invertComponentTypes() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- invertList(List<String>) - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- invertQueueIdentifiers() - Method in interface org.apache.nifi.provenance.IdentifierLookup
-
- isAccessAttempt - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- isAccessAttempt - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- isAccessAttempt() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
Whether this is a direct access attempt of the Resource if if it's being checked as part of another response.
- isAccessible(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- isActivelyLoadBalancing() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- isActiveQueueEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- isActiveResourceClaimsSupported() - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- isAllActiveFlowFilesPenalized() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- isAnonymous - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- isAnonymous - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- isAnonymous() - Method in class org.apache.nifi.authorization.AuthorizationRequest
-
Whether the entity accessing is anonymous.
- isAnonymous() - Method in interface org.apache.nifi.authorization.user.NiFiUser
-
- isAnyActiveFlowFilePenalized() - Method in interface org.apache.nifi.controller.queue.LocalQueuePartitionDiagnostics
-
- isAttribute() - Method in interface org.apache.nifi.provenance.search.SearchableField
-
- isAttributesChanged() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- isAuthorized(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
-
Returns whether the current user is authorized for the specified action on the specified resource.
- isBlank(String) - Method in class org.apache.nifi.bundle.BundleCoordinate
-
- isCanceled() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
-
- isCanceled() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
-
- isConfigurable(AccessPolicy) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
-
Determines whether the specified access policy is configurable.
- isConfigurable(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Determines whether the specified user is configurable.
- isConfigurable(Group) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
-
Determines whether the specified group is configurable.
- isContentModified() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- isCounter() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
-
- isDestructable(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
-
Indicates whether or not the given Resource Claim is awaiting destruction
- isDisconnectionAcknowledged() - Method in interface org.apache.nifi.web.NiFiWebConfigurationRequestContext
-
Returns whether the node disconnection is acknowledged.
- isEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- isEmpty() - Method in interface org.apache.nifi.controller.Snippet
-
- isEmpty() - Method in class org.apache.nifi.provenance.search.Query
-
- isEnabled() - Method in interface org.apache.nifi.components.state.StateProvider
-
- isFinished() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
-
- isFinished() - Method in interface org.apache.nifi.provenance.search.QueryResult
-
- isFull() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- isInheritable(AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- isInUse() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
Indicates whether or not the Resource Claim is in use.
- isInverted() - Method in interface org.apache.nifi.provenance.search.SearchTerm
-
- isLocalPartitionFull() - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
-
Determines whether or not the local partition's size >= backpressure threshold
- isLossTolerant() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
- isMarkedForAbort() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
-
- isPenalized() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
-
- isPropagateBackpressureAcrossNodes() - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
-
There are times when we want to ensure that if a node in the cluster reaches the point where backpressure is engaged, that we
honor that backpressure and do not attempt to load balance from a different node in the cluster to that node.
- isResourceClaimStreamSupported() - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Indicates whether or not this Content Repository supports obtaining an InputStream for
an entire Resource Claim.
- isRunning() - Method in interface org.apache.nifi.controller.Triggerable
-
Indicates whether or not this Triggerable is "running".
- issuer - Variable in class org.apache.nifi.authentication.AuthenticationResponse
-
- isSwappedOut() - Method in interface org.apache.nifi.controller.repository.ResourceClaimReference
-
- isUnacknowledgedFlowFile() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- isUseCompression() - Method in interface org.apache.nifi.remote.RemoteDestination
-
- isValidSwapLocationSuffix(String) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
Determines whether or not the given swap location suffix is a valid, known location according to this FlowFileRepository.
- isVolatile() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
- isWritable() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
-
- read(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Provides access to the input stream for the given claim
- read(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Provides access ot the input stream for the entire Resource Claim
- receiveFromPeer(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
-
Adds the given FlowFiles to this queue, as they have been received from another node in the cluster
- recoverSwapLocations(FlowFileQueue, String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Determines swap files that exist for the given FlowFileQueue
- recoverSwappedFlowFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Reads any Swap Files that belong to this queue and returns a summary of what is swapped out.
- reduce(List<T>) - Method in interface org.apache.nifi.controller.status.history.ValueReducer
-
- registerMessageHandler(String, BiConsumer<String[], OutputStream>) - Method in interface org.apache.nifi.bootstrap.BootstrapCommunicator
-
Register a handler for messages coming from bootstrap process
- RemoteDestination - Interface in org.apache.nifi.remote
-
A model object for referring to a remote destination (i.e., a Port) for
site-to-site communications
- RemoteProcessGroupDetails - Interface in org.apache.nifi.action.component.details
-
Provides details of a remote process group to an Action.
- RemoteQueuePartitionDiagnostics - Interface in org.apache.nifi.controller.queue
-
- remove(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Removes the content indicated by the given claim
- removeGroup(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Removes the provided groups from the builder's set of groups.
- removeGroups(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Removes all groups in the provided set from the builder's set of groups.
- removeUser(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Removes the provided user from the builder's set of users.
- removeUser(String) - Method in class org.apache.nifi.authorization.Group.Builder
-
Removes the given user from the builder's set of users.
- removeUsers(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Removes all users in the provided set from the builder's set of users.
- removeUsers(Set<String>) - Method in class org.apache.nifi.authorization.Group.Builder
-
Removes all users from the provided set from the builder's set of users.
- replace(StateMap, Map<String, String>, String) - Method in interface org.apache.nifi.components.state.StateProvider
-
Updates the value of the component's state to the new value if and only if the value currently
is the same as the given oldValue.
- reportEvent(Severity, String, String) - Method in interface org.apache.nifi.events.EventReporter
-
- RepositoryRecord - Interface in org.apache.nifi.controller.repository
-
Represents an abstraction of a FlowFile that can be used to track changing
state of a FlowFile so that transactionality with repositories can exist
- RepositoryRecordType - Enum in org.apache.nifi.controller.repository
-
- RepositoryRecordType() - Constructor for enum org.apache.nifi.controller.repository.RepositoryRecordType
-
- RequestAction - Enum in org.apache.nifi.authorization
-
Actions a user/entity can take on a resource.
- RequestAction(String) - Constructor for enum org.apache.nifi.authorization.RequestAction
-
- requestedResource - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- requestedResource(Resource) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- requestedResource - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- resetOffloadedQueue() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Resets a queue that has previously been offloaded.
- resource - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
-
- resource(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
-
Sets the resource of the builder.
- resource - Variable in class org.apache.nifi.authorization.AccessPolicy
-
- resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- resource(Resource) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- Resource - Interface in org.apache.nifi.authorization
-
Resource in an authorization request.
- RESOURCE_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
-
- RESOURCE_NOT_FOUND - Static variable in class org.apache.nifi.authorization.AuthorizationResult
-
- ResourceClaim - Interface in org.apache.nifi.controller.repository.claim
-
- ResourceClaimManager - Interface in org.apache.nifi.controller.repository.claim
-
Responsible for managing all ResourceClaims that are used in the application
- ResourceClaimReference - Interface in org.apache.nifi.controller.repository
-
- resourceContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- resourceContext(Map<String, String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
-
- resourceContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest
-
- resourceNotFound() - Static method in class org.apache.nifi.authorization.AuthorizationResult
-
Resource not found will indicate that there are no specific authorization rules for this resource.
- ResourceNotFoundException - Exception in org.apache.nifi.web
-
Exception indicating that the desired resource was not found.
- ResourceNotFoundException(String) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
-
- ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
-
- result - Variable in class org.apache.nifi.authorization.AuthorizationResult
-
- Result() - Constructor for enum org.apache.nifi.authorization.AuthorizationResult.Result
-
- retrieveLineageSubmission(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- retrieveQuerySubmission(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
- Revision - Class in org.apache.nifi.web
-
A model object representing a revision.
- Revision(Long, String, String) - Constructor for class org.apache.nifi.web.Revision
-
- saveActions(NiFiWebRequestContext, Collection<ConfigurationAction>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
-
Provides a mechanism for custom UIs to save actions to appear in NiFi
configuration history.
- SearchableField - Interface in org.apache.nifi.provenance.search
-
A SearchableField represents a field in a Provenance Event that can be
searched
- SearchableFieldType - Enum in org.apache.nifi.provenance.search
-
- SearchableFieldType() - Constructor for enum org.apache.nifi.provenance.search.SearchableFieldType
-
- SearchTerm - Interface in org.apache.nifi.provenance.search
-
- searchTerms - Variable in class org.apache.nifi.provenance.search.Query
-
- SearchTerms - Class in org.apache.nifi.provenance.search
-
- SearchTerms() - Constructor for class org.apache.nifi.provenance.search.SearchTerms
-
- sendCommand(String, String...) - Method in interface org.apache.nifi.bootstrap.BootstrapCommunicator
-
Sends a command with specific arguments to the bootstrap process
- serialVersionUID - Static variable in exception org.apache.nifi.authorization.AccessDeniedException
-
- serialVersionUID - Static variable in exception org.apache.nifi.controller.exception.ProcessorInstantiationException
-
- serialVersionUID - Static variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
-
- serialVersionUID - Static variable in class org.apache.nifi.web.Revision
-
- setAvailableProcessors(int) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setBackPressureDataSizeThreshold(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- setBackPressureObjectThreshold(long) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Establishes this queue's preferred maximum work load.
- setCollectionCount(long) - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- setCollectionTime(long) - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- setContentRepositoryStorageUsage(Map<String, StorageUsage>) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setCreationTimestamp(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setDaemonThreads(int) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setEndDate(Date) - Method in class org.apache.nifi.provenance.search.Query
-
- setFlowFileExpiration(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- setFlowFileRepositoryStorageUsage(StorageUsage) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setFreeSpace(long) - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- setGarbageCollection(Map<String, GarbageCollection>) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setIdentifier(String) - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- setLoadBalanceCompression(LoadBalanceCompression) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- setLoadBalanceStrategy(LoadBalanceStrategy, String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- setMaxConcurrentTasks(int) - Method in interface org.apache.nifi.controller.Triggerable
-
Determines the number of concurrent tasks that may be running for this
Triggerable.
- setMaxFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
-
- setMaxHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setMaxNonHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setMaxOpenFileHandles(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setMaxResults(int) - Method in class org.apache.nifi.provenance.search.Query
-
- setMinFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
-
- setName(String) - Method in class org.apache.nifi.diagnostics.GarbageCollection
-
- setOpenFileHandles(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setPriorities(List<FlowFilePrioritizer>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Resets the comparator used by this queue to maintain order.
- setProcessorLoadAverage(Double) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setProvenanceRepositoryStorageUsage(Map<String, StorageUsage>) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setSchedulingPeriod(String) - Method in interface org.apache.nifi.controller.Triggerable
-
Updates how often this Triggerable should be triggered to run
- setStartDate(Date) - Method in class org.apache.nifi.provenance.search.Query
-
- setState(Map<String, String>, String) - Method in interface org.apache.nifi.components.state.StateProvider
-
Updates the value of the component's state, setting the new value to the
given state
- setTotalHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setTotalNonHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setTotalPhysicalMemory(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setTotalSpace(long) - Method in class org.apache.nifi.diagnostics.StorageUsage
-
- setTotalThreads(int) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setUptime(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setUsedHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- setUsedNonHeap(long) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
-
- shutdown() - Method in interface org.apache.nifi.components.state.StateProvider
-
Shuts down the StateProvider and cleans up any resources held by it.
- shutdown() - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
Shuts down the Content Repository, freeing any resources that may be
held.
- shutdown() - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
Stops the resources used by the repository.
- size() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- size(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- size(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
-
- Snippet - Interface in org.apache.nifi.controller
-
A Snippet represents a segment of the flow
- SortColumn - Enum in org.apache.nifi.controller.queue
-
Specifies which column to sort on when performing a Listing of FlowFiles via
FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
- SortColumn(Comparator<FlowFileSummary>) - Constructor for enum org.apache.nifi.controller.queue.SortColumn
-
- SortDirection - Enum in org.apache.nifi.controller.queue
-
Specifies the order in which FlowFiles should be sorted when performing a listing of
FlowFiles via the FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
method
- SortDirection() - Constructor for enum org.apache.nifi.controller.queue.SortDirection
-
- StandardDiagnosticsDump - Class in org.apache.nifi.diagnostics
-
- StandardDiagnosticsDump(List<DiagnosticsDumpElement>, long) - Constructor for class org.apache.nifi.diagnostics.StandardDiagnosticsDump
-
- StandardDiagnosticsDumpElement - Class in org.apache.nifi.diagnostics
-
- StandardDiagnosticsDumpElement(String, List<String>) - Constructor for class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
-
- start() - Method in interface org.apache.nifi.controller.status.history.StatusHistoryRepository
-
Starts necessary resources needed for the repository.
- startDate - Variable in class org.apache.nifi.provenance.search.Query
-
- startLoadBalancing() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- state - Variable in class org.apache.nifi.web.ComponentDetails.Builder
-
- state(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
-
- state - Variable in class org.apache.nifi.web.ComponentDetails
-
- StateProvider - Interface in org.apache.nifi.components.state
-
Provides a mechanism by which components can store and retrieve state.
- StateProviderContext - Annotation Type in org.apache.nifi.components.state.annotation
-
- StateProviderInitializationContext - Interface in org.apache.nifi.components.state
-
This interface defines an initialization context that is passed to a
StateProvider when it
is initialized.
- StatusHistory - Interface in org.apache.nifi.controller.status.history
-
Represents a collection of historical status values for a component
- StatusHistoryDump - Interface in org.apache.nifi.controller.status.history
-
Container for status history data which is capable to write it in an implementation dependent format.
- StatusHistoryDumpFactory - Interface in org.apache.nifi.controller.status.history
-
Factory class to create StatusHistoryDump instance.
- StatusHistoryRepository - Interface in org.apache.nifi.controller.status.history
-
A repository for storing and retrieving node and components' historical status
information
- StatusSnapshot - Interface in org.apache.nifi.controller.status.history
-
A StatusSnapshot represents a Component's status report at some point in time
- stopLoadBalancing() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
- StorageUsage - Class in org.apache.nifi.diagnostics
-
Disk usage for a file system directory.
- StorageUsage() - Constructor for class org.apache.nifi.diagnostics.StorageUsage
-
- submitExpandChildren(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Submits a request to expand the children of the event with the given id.
- submitExpandParents(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Submits a request to expand the parents of the event with the given id.
- submitLineageComputation(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Submits a Lineage Computation to be completed and returns the
AsynchronousLineageResult that indicates the status of the request and
the results, if the computation is complete.
- submitLineageComputation(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Submits a Lineage Computation to be completed and returns the
AsynchronousLineageResult that indicates the status of the request and
the results, if the computation is complete.
- submitQuery(Query, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
-
Submits an asynchronous request to process the given query, returning an
identifier that can be used to fetch the results at a later time
- SwapContents - Interface in org.apache.nifi.controller.repository
-
When FlowFiles are constructed from a Swap File, there is information in addition to
the FlowFiles themselves that get stored and recovered.
- swapFlowFilesIn(String, List<FlowFileRecord>, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
Updates the Repository to indicate that the given FlowFileRecords were
Swapped In to memory
- swapFlowFilesOut(List<FlowFileRecord>, FlowFileQueue, String) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
-
Updates the Repository to indicate that the given FlowFileRecords were
Swapped Out of memory
- swapIn(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Recovers the FlowFiles from the swap file that lives at the given location and belongs
to the FlowFile Queue with the given identifier.
- swapLocation - Variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
-
- SwapManagerInitializationContext - Interface in org.apache.nifi.controller.repository
-
- swapOut(List<FlowFileRecord>, FlowFileQueue, String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
-
Swaps out the given FlowFiles that belong to the queue with the given identifier.
- SwapSummary - Interface in org.apache.nifi.controller.repository
-
Provides a summary of the information that is stored in a FlowFile swap file.
- SystemDiagnostics - Class in org.apache.nifi.diagnostics
-
Diagnostics for the JVM.
- SystemDiagnostics() - Constructor for class org.apache.nifi.diagnostics.SystemDiagnostics
-
- validateErrors(Collection<String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
-
- validationErrors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
-
- validationErrors - Variable in class org.apache.nifi.web.ComponentDetails
-
- value - Variable in enum org.apache.nifi.authorization.RequestAction
-
- value - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
-
- value(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
-
- value - Variable in class org.apache.nifi.web.ConfigurationAction
-
- ValueMapper<S> - Interface in org.apache.nifi.controller.status.history
-
- valueOf(String) - Static method in enum org.apache.nifi.authorization.AuthorizationResult.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.authorization.RequestAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.authorization.UserContextKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.LoadBalanceCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.LoadBalanceStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.PollStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.web.UiExtensionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
-
Returns the enum constant of this type with the specified name.
- valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
-
- valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
-
- valueOfValue(String) - Static method in enum org.apache.nifi.authorization.RequestAction
-
- ValueReducer<T,R> - Interface in org.apache.nifi.controller.status.history
-
- values() - Static method in enum org.apache.nifi.authorization.AuthorizationResult.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.authorization.RequestAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.authorization.UserContextKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.LoadBalanceCompression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.LoadBalanceStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.PollStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.SortColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.queue.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.web.UiExtensionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyCanList() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
-
Ensures that a listing can be performed on the queue
- version - Variable in class org.apache.nifi.bundle.BundleCoordinate
-
- version - Variable in class org.apache.nifi.web.Revision
-
the version number
- ViewableContent - Interface in org.apache.nifi.web
-
Interface for obtaining content from the NiFi content repository.
- ViewableContent.DisplayMode - Enum in org.apache.nifi.web
-