Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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 Class in org.apache.nifi.authorization
Represents any error that might occur while authorizing user requests.
AccessDeniedException() - Constructor for exception class org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception class org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception class org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for exception class 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(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
acknowledge(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 - 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.AccessPolicy.Builder
Sets the action for this 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(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 class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds a new group.
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(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Adds the given user to the builder's set of users.
addUser(String) - Method in class org.apache.nifi.authorization.Group.Builder
Adds the given user to the builder's set of users.
addUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given user.
addUser(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Adds the given user.
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.
ALL_FLOWFILES - Enum constant in enum class org.apache.nifi.controller.queue.PollStrategy
 
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 method in class org.apache.nifi.authorization.AuthorizationResult
 
Approved - Enum constant in enum class org.apache.nifi.authorization.AuthorizationResult.Result
 
APPROVED - Static variable in class org.apache.nifi.authorization.AuthorizationResult
 
ASCENDING - Enum constant in enum class org.apache.nifi.controller.queue.SortDirection
FlowFiles should be sorted such that the FlowFile with the lowest value for the Sort Column should occur first in the listing.
AsyncLoadedProcessor - Interface in org.apache.nifi.components
 
AsyncLoadedProcessor.LoadState - Enum Class in org.apache.nifi.components
 
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 Class 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) - Constructor for exception class org.apache.nifi.authentication.exception.AuthenticationNotSupportedException
 
AuthenticationNotSupportedException(String, Throwable) - Constructor for exception class 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 Class 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) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizationAccessException
 
AuthorizationAccessException(String, Throwable) - Constructor for exception class 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 Class 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) - 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, Map<String, String>) - 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 Interface in org.apache.nifi.authorization.annotation
 
AuthorizerCreationException - Exception Class in org.apache.nifi.authorization.exception
Represents the exceptional case when an Authorizer fails instantiation.
AuthorizerCreationException() - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(String) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(String, Throwable) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(Throwable) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerDestructionException - Exception Class in org.apache.nifi.authorization.exception
Represents the exceptional case when an Authorizer fails destruction.
AuthorizerDestructionException() - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(String) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(String, Throwable) - Constructor for exception class org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(Throwable) - Constructor for exception class 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
 

B

backupPoliciesUsersAndGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
BASIC - Enum constant in enum class org.apache.nifi.diagnostics.DiagnosticLevel
Only basic information should be gathered.
BootstrapCommunicator - Interface in org.apache.nifi.bootstrap
 
build() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
 
build() - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
build() - Method in class org.apache.nifi.authorization.Group.Builder
 
build() - Method in class org.apache.nifi.authorization.User.Builder
 
build() - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
build() - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
build() - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
build() - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
buildBranch - Variable in class org.apache.nifi.bundle.BundleDetails
 
buildBranch - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildBranch(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
Builder() - Constructor for class org.apache.nifi.authorization.AccessPolicy.Builder
Default constructor for building a new AccessPolicy.
Builder() - Constructor for class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
Builder() - Constructor for class org.apache.nifi.authorization.Group.Builder
 
Builder() - Constructor for class org.apache.nifi.authorization.User.Builder
Default constructor for building a new User.
Builder() - Constructor for class org.apache.nifi.bundle.BundleDetails.Builder
 
Builder() - Constructor for class org.apache.nifi.web.ComponentDescriptor.Builder
 
Builder() - Constructor for class org.apache.nifi.web.ComponentDetails.Builder
 
Builder() - Constructor for class org.apache.nifi.web.ConfigurationAction.Builder
 
Builder(AccessPolicy) - Constructor for class org.apache.nifi.authorization.AccessPolicy.Builder
Initializes the builder with the state of the provided policy.
Builder(Group) - Constructor for class org.apache.nifi.authorization.Group.Builder
Initializes the builder with the state of the provided group.
Builder(User) - Constructor for class org.apache.nifi.authorization.User.Builder
Initializes the builder with the state of the provided user.
buildJdk - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildJdk - Variable in class org.apache.nifi.bundle.BundleDetails
 
buildJdk(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildRevision - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildRevision - Variable in class org.apache.nifi.bundle.BundleDetails
 
buildRevision(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildTag - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildTag - Variable in class org.apache.nifi.bundle.BundleDetails
 
buildTag(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildTimestamp - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
buildTimestamp - Variable in class org.apache.nifi.bundle.BundleDetails
 
buildTimestamp(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
builtBy - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
builtBy - Variable in class org.apache.nifi.bundle.BundleDetails
 
builtBy(String) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
Bundle - Class in org.apache.nifi.bundle
Represents a bundle that contains one or more extensions.
Bundle(BundleDetails, ClassLoader) - Constructor for class org.apache.nifi.bundle.Bundle
 
BundleCoordinate - Class in org.apache.nifi.bundle
The coordinates of a bundle (group, artifact, version).
BundleCoordinate(String, String, String) - Constructor for class org.apache.nifi.bundle.BundleCoordinate
 
bundleDetails - Variable in class org.apache.nifi.bundle.Bundle
 
BundleDetails - Class in org.apache.nifi.bundle
Metadata about a bundle.
BundleDetails(BundleDetails.Builder) - Constructor for class org.apache.nifi.bundle.BundleDetails
 
BundleDetails.Builder - Class in org.apache.nifi.bundle
Builder for NarDetails.

C

CALCULATING_LIST - Enum constant in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
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.
CANCELED - Enum constant in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
CANCELED - Enum constant in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
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) - 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, 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.
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.
claimantCounts - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
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.
CLEANUP_TRANSIENT_CLAIMS - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
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.
CLIENT_ADDRESS - Enum constant in enum class org.apache.nifi.authorization.UserContextKeys
 
clientId - Variable in class org.apache.nifi.web.Revision
the client ID
clone() - Method in class org.apache.nifi.diagnostics.GarbageCollection
 
clone() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
 
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
ClusterRequestException - Exception Class in org.apache.nifi.web
An general error occurred when attempting to communicate with the cluster.
ClusterRequestException() - Constructor for exception class org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String) - Constructor for exception class org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String, Throwable) - Constructor for exception class org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(Throwable) - Constructor for exception class 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 class org.apache.nifi.controller.queue.SortColumn
 
compare(FlowFileSummary, FlowFileSummary) - Method in enum class 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.
COMPLETE - Enum constant in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
COMPLETE - Enum constant in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
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.
COMPRESS_ATTRIBUTES_AND_CONTENT - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceCompression
FlowFiles' attributes and content will be compressed
COMPRESS_ATTRIBUTES_ONLY - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceCompression
FlowFiles' attributes will be compressed, but the FlowFiles' contents will not be
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.
CONTENTMISSING - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
ContentRepository - Interface in org.apache.nifi.controller.repository
Defines the capabilities of a content repository.
ContentRepositoryContext - Interface in org.apache.nifi.controller.repository
Initialization context for ContentRepository.
contentRepositoryStorageUsage - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
ContentViewer - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
ControllerServiceConfiguration - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
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 - Variable in class org.apache.nifi.bundle.BundleDetails
 
coordinate(BundleCoordinate) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
COUNT - Enum constant in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
create(boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Creates a new content claim
create(boolean) - Method in interface org.apache.nifi.diagnostics.DiagnosticsFactory
 
create(int) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryDumpFactory
Creates a status history dump object.
CREATE - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
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
 

D

daemonThreads - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
DATA_SIZE - Enum constant in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
DATA_SIZE - Enum constant in enum class org.apache.nifi.provenance.search.SearchableFieldType
 
DATE - Enum constant in enum class org.apache.nifi.provenance.search.SearchableFieldType
 
decommission() - Method in interface org.apache.nifi.controller.DecommissionTask
 
DecommissionTask - Interface in org.apache.nifi.controller
 
decrementClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Reduces the number of claimants for the given claim.
decrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Decreases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count
DEFAULT_EXPLANATION - Static variable in class org.apache.nifi.authorization.AuthorizationRequest
 
DEFAULT_GROUP - Static variable in class org.apache.nifi.bundle.BundleCoordinate
 
DEFAULT_VERSION - Static variable in class org.apache.nifi.bundle.BundleCoordinate
 
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor
 
defaultValue(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
DELETE - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
deleteAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given policy.
deleteAccessPolicy(AccessPolicy) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
Deletes the given policy.
deleteGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given group.
deleteGroup(Group) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Deletes the given group.
deleteUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given user.
deleteUser(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Deletes the given user.
denied() - Static method in class org.apache.nifi.authorization.AuthorizationResult
Creates a new denied AuthorizationResult with a message indicating 'Access is denied'.
denied(String) - Static method in class org.apache.nifi.authorization.AuthorizationResult
Creates a new denied AuthorizationResult with the specified explanation.
Denied - Enum constant in enum class org.apache.nifi.authorization.AuthorizationResult.Result
 
DEPENDENCY_DOWNLOAD_FAILED - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
dependencyCoordinate - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
dependencyCoordinate - Variable in class org.apache.nifi.bundle.BundleDetails
 
dependencyCoordinate(BundleCoordinate) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
DESCENDING - Enum constant in enum class org.apache.nifi.controller.queue.SortDirection
FlowFiles should be sorted such that the FlowFile with the largest value for the Sort Column should occur first in the listing.
description - Variable in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
description - Variable in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
description - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
description - Variable in class org.apache.nifi.web.ComponentDescriptor
 
description(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails
 
descriptors(Map<String, ComponentDescriptor>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
destructableClaims - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
details - Variable in class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
 
DiagnosticLevel - Enum Class in org.apache.nifi.diagnostics
 
DiagnosticLevel() - Constructor for enum class org.apache.nifi.diagnostics.DiagnosticLevel
 
DiagnosticsDump - Interface in org.apache.nifi.diagnostics
 
DiagnosticsDumpElement - Interface in org.apache.nifi.diagnostics
 
DiagnosticsFactory - Interface in org.apache.nifi.diagnostics
 
DiagnosticTask - Interface in org.apache.nifi.diagnostics
 
disable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should stop servicing requests to store and retrieve state and instead throw a ProviderDisabledException if any request is made to do so
DISALLOW_DOCTYPES - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
DisplayMode() - Constructor for enum class org.apache.nifi.web.ViewableContent.DisplayMode
 
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor
 
displayName(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
distributeToPartitions(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
Distributes the given FlowFiles to the appropriate partitions.
DO_NOT_COMPRESS - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceCompression
FlowFiles will not be compressed
DO_NOT_LOAD_BALANCE - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
Do not load balance FlowFiles between nodes in the cluster.
doAddAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given policy.
doAddGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds a new group.
doAddUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given user.
doOnConfigured(AuthorizerConfigurationContext) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Allows sub-classes to take action when onConfigured is called.
doUpdateGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The group represented by the provided instance will be updated based on the provided instance.
doUpdateUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The user represented by the provided instance will be updated based on the provided instance.
DOWNLOADING_DEPENDENCIES - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
drainDestructableClaims(Collection<ResourceClaim>, int) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
drainDestructableClaims(Collection<ResourceClaim>, int, long, TimeUnit) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
dropFlowFiles(String, String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to drop all FlowFiles in this queue.
DropFlowFileState - Enum Class in org.apache.nifi.controller.queue
Represents the state that a Drop FlowFile request is in
DropFlowFileState(String) - Constructor for enum class org.apache.nifi.controller.queue.DropFlowFileState
 
DropFlowFileStatus - Interface in org.apache.nifi.controller.queue
Represents the status of a Drop FlowFile Request that has been issued to a FlowFileQueue.
DROPPING_FLOWFILES - Enum constant in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
dumpElements - Variable in class org.apache.nifi.diagnostics.StandardDiagnosticsDump
 
DURATION - Enum constant in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 

E

EMPTY - Static variable in interface org.apache.nifi.authorization.UserAndGroups
A static, immutable, empty implementation of the UserAndGroups interface.
EMPTY - Static variable in interface org.apache.nifi.provenance.IdentifierLookup
 
enable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should begin servicing requests to store and retrieve state
endDate - Variable in class org.apache.nifi.provenance.search.Query
 
equals(Object) - Method in class org.apache.nifi.authorization.AccessPolicy
 
equals(Object) - Method in class org.apache.nifi.authorization.Group
 
equals(Object) - Method in class org.apache.nifi.authorization.User
 
equals(Object) - Method in class org.apache.nifi.bundle.Bundle
 
equals(Object) - Method in class org.apache.nifi.bundle.BundleCoordinate
 
equals(Object) - Method in class org.apache.nifi.web.Revision
 
EventReporter - Interface in org.apache.nifi.events
Implementations MUST be thread-safe
EXPAND_CHILDREN - Enum constant in enum class org.apache.nifi.provenance.lineage.LineageComputationType
 
EXPAND_PARENTS - Enum constant in enum class org.apache.nifi.provenance.lineage.LineageComputationType
 
expiration - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
explanation - Variable in class org.apache.nifi.authorization.AuthorizationResult
 
explanationSupplier - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
explanationSupplier - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
explanationSupplier(Supplier<String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
exportTo(ContentClaim, OutputStream) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, OutputStream, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports a subset of the content of the given claim, starting at offset and copying length bytes, to the given destination.
exportTo(ContentClaim, Path, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, Path, boolean, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
ExtensionDetails - Interface in org.apache.nifi.action.component.details
Provides details of an extension on an Action.

F

FAILURE - Enum constant in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
FAILURE - Enum constant in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
field - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
field - Variable in class org.apache.nifi.web.ConfigurationAction
 
field(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
FILENAME - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on the 'filename' attribute of the FlowFile
findOrphanedResourceClaims() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Returns the set of Resource Claims that are referenced by FlowFiles that have been "orphaned" because they belong to FlowFile Queues/Connections that did not exist in the flow when NiFi started
findQueuesWithFlowFiles(FlowFileSwapManager) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Searches through the repository to find the ID's of all FlowFile Queues that currently have data queued
findResourceClaimReferences(Set<ResourceClaim>, FlowFileSwapManager) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Scans the FlowFile Repository to locate any FlowFiles that reference the given Resource Claims.
FINISHED_LOADING - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
FLOWFILE_AGE - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on the age of the FlowFile.
FLOWFILE_LINEAGE - Enum constant in enum class org.apache.nifi.provenance.lineage.LineageComputationType
 
FLOWFILE_NODE - Enum constant in enum class org.apache.nifi.provenance.lineage.LineageNodeType
 
FLOWFILE_SIZE - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on the size of the FlowFile
FLOWFILE_UUID - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on the UUID of the FlowFile
FlowFilePrioritizer - Interface in org.apache.nifi.flowfile
Provides a mechanism to prioritize flow file objects based on their attributes.
FlowFileQueue - Interface in org.apache.nifi.controller.queue
 
FlowFileRecord - Interface in org.apache.nifi.controller.repository
FlowFileRecord is a sub-interface of FlowFile and is used to provide additional information about FlowFiles that provide valuable information to the framework but should be hidden from components
FlowFileRepository - Interface in org.apache.nifi.controller.repository
Implementations must be thread safe
flowFileRepositoryStorageUsage - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
FlowFileSummary - Interface in org.apache.nifi.controller.queue
A summary of a FlowFile that can be used to represent a "high level" view of FlowFile without providing all of the information available.
FlowFileSwapManager - Interface in org.apache.nifi.controller.repository
Defines a mechanism by which FlowFiles can be move into external storage or memory so that they can be removed from the Java heap and vice-versa
FlowRegistryClientConfiguration - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
forciblyInheritFingerprint(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
forciblyInheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
Parses the fingerprint and determines whether or not the fingerprint can be inherited in the same manner as ConfigurableAccessPolicyProvider.inheritFingerprint(String).
forciblyInheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Parses the fingerprint and determines whether or not the fingerprint can be inherited in the same manner as ConfigurableUserGroupProvider.inheritFingerprint(String).
forciblyInheritFingerprint(String) - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
Parses the fingerprint and determines whether or not the fingerprint can be inherited in the same manner as ManagedAuthorizer.inheritFingerprint(String).
Formatted - Enum constant in enum class org.apache.nifi.web.ViewableContent.DisplayMode
 
Formatter() - Constructor for enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
FRACTION - Enum constant in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
FRACTION_MULTIPLIER - Static variable in interface org.apache.nifi.controller.status.history.MetricDescriptor
Used during creation of metric instance with MetricDescriptor.Formatter.FRACTION formatting.
freeze(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Freezes the Resource Claim so that it can no longer be written to
fromGroup - Variable in class org.apache.nifi.authorization.Group.Builder
 
fromPolicy - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
fromUser - Variable in class org.apache.nifi.authorization.User.Builder
 

G

garbageCollection - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
GarbageCollection - Class in org.apache.nifi.diagnostics
 
GarbageCollection() - Constructor for class org.apache.nifi.diagnostics.GarbageCollection
 
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() - Method in interface org.apache.nifi.authorization.ManagedAuthorizer
Returns the AccessPolicy provider for this managed Authorizer.
getAccessPolicyProvider(String) - Method in interface org.apache.nifi.authorization.AccessPolicyProviderLookup
Looks up the AccessPolicyProvider with the specified identifier
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
 
getAveragePollTime(TimeUnit) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns the average amount of time it has taken to poll the leader election service in the past 5 minutes.
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(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Obtains the current number of claimants for the given claim
getClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
 
getClaimantCounts() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
 
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
 
getDestructableClaims() - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
 
getDetails() - Method in interface org.apache.nifi.diagnostics.DiagnosticsDumpElement
 
getDetails() - Method in class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
 
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
Returns the current status of a Drop FlowFile Request that was initiated via the FlowFileQueue.dropFlowFiles(String, String) method that has the given identifier
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
Provides a EventReporter for ContentRepository that is used to emit bulletins.
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
invalid reference
LineageComputationType.EXPAND_CHILDREN
or
invalid reference
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
 
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() - Method in class org.apache.nifi.bundle.BundleCoordinate
 
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.
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 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
getLeader(String) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns the Participant ID of the node that is elected the leader, if one was provided when the node registered for the role via LeaderElectionManager.register(String, LeaderElectionStateChangeListener, String).
getLeadershipChangeCount(long, TimeUnit) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns a Map of Role Name to the number of times that the leader has been detected as changing in the given time period.
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
Returns the current status of a List FlowFile Request that was initiated via the FlowFileQueue.listFlowFiles(String, int) method that has the given identifier
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
 
getMaxPollTime(TimeUnit) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns the maximum amount of time any poll of the leader election service has taken in the past 5 minutes.
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
 
getMinPollTime(TimeUnit) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns the minimum amount of time any poll of the leader election service has taken in the past 5 minutes.
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 class 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
 
getPollCount() - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns the number of times that the leader election service has been polled in the past 5 minutes
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
 
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() - Method in interface org.apache.nifi.controller.repository.ResourceClaimReference
 
getQueueIdentifier(String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Returns the ID of the queue that the given swap file belongs to
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
Provides a ResourceClaimManager for ContentRepository that is to be used for interacting with ContentClaims.
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
Indicates the ScheduledState of this Triggerable.
getSchedulingPeriod() - Method in interface org.apache.nifi.controller.Triggerable
 
getSchedulingPeriod(TimeUnit) - 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() - Method in interface org.apache.nifi.components.AsyncLoadedProcessor
 
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
 
getState(String) - Method in interface org.apache.nifi.components.state.StateProvider
Returns the currently configured state for the component.
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
 
getStoredComponentIds() - Method in interface org.apache.nifi.components.state.StateProvider
Get Component Identifiers with associated state stored in the Provider
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 class 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
 
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
 
getUser() - Method in interface org.apache.nifi.authorization.UserAndGroups
Retrieves the user, or null if the user is unknown
getUser(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves the user with the given identifier.
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() - Method in interface org.apache.nifi.provenance.search.SearchTerm
 
getValue() - Method in class org.apache.nifi.web.ConfigurationAction
 
getValue(S) - Method in interface org.apache.nifi.controller.status.history.ValueMapper
 
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 - Variable in class org.apache.nifi.bundle.BundleCoordinate
 
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_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
GROUP_USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
Group.Builder - Class in org.apache.nifi.authorization
Builder for creating Groups.
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 - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
groups(Set<String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 

H

handleExpiredRecords(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
Handles updating the repositories for the given FlowFiles, which have been expired
hashCode() - Method in class org.apache.nifi.authorization.AccessPolicy
 
hashCode() - Method in class org.apache.nifi.authorization.Group
 
hashCode() - Method in class org.apache.nifi.authorization.User
 
hashCode() - Method in class org.apache.nifi.bundle.Bundle
 
hashCode() - Method in class org.apache.nifi.bundle.BundleCoordinate
 
hashCode() - Method in class org.apache.nifi.web.Revision
 
Hex - Enum constant in enum class org.apache.nifi.web.ViewableContent.DisplayMode
 

I

id - Variable in class org.apache.nifi.bundle.BundleCoordinate
 
id - Variable 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 - Variable in class org.apache.nifi.web.ConfigurationAction
 
id(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
id(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
identifier - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
identifier - Variable in class org.apache.nifi.authorization.AccessPolicy
 
identifier - Variable in class org.apache.nifi.authorization.Group.Builder
 
identifier - Variable in class org.apache.nifi.authorization.Group
 
identifier - Variable in class org.apache.nifi.authorization.User.Builder
 
identifier - Variable in class org.apache.nifi.authorization.User
 
identifier - Variable in class org.apache.nifi.provenance.search.Query
 
identifier(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Sets the identifier of the builder.
identifier(String) - Method in class org.apache.nifi.authorization.Group.Builder
Sets the identifier of the builder.
identifier(String) - Method in class org.apache.nifi.authorization.User.Builder
Sets the identifier of the builder.
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 - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
identity - Variable in class org.apache.nifi.authorization.User.Builder
 
identity - Variable in class org.apache.nifi.authorization.User
 
identity(String) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
identity(String) - Method in class org.apache.nifi.authorization.User.Builder
Sets the identity of the builder.
IDENTITY_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
IdentityAccessException - Exception Class 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) - Constructor for exception class org.apache.nifi.authentication.exception.IdentityAccessException
 
IdentityAccessException(String, Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.IdentityAccessException
 
IllegalClusterStateException - Exception Class in org.apache.nifi.controller.queue
 
IllegalClusterStateException(String) - Constructor for exception class org.apache.nifi.controller.queue.IllegalClusterStateException
 
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.
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.
IncompleteSwapFileException - Exception Class 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 class 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(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(ContentRepositoryContext) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Initializes the Content Repository, providing to it the ContentRepositoryContext.
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.
INITIALIZING_ENVIRONMENT - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
InvalidLoginCredentialsException - Exception Class in org.apache.nifi.authentication.exception
Represents the case when the identity could not be confirmed because the login credentials were invalid.
InvalidLoginCredentialsException(String) - Constructor for exception class org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidLoginCredentialsException(String, Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidRevisionException - Exception Class in org.apache.nifi.web
Exception indicating that the client has included an old revision in their request.
InvalidRevisionException(String) - Constructor for exception class org.apache.nifi.web.InvalidRevisionException
 
InvalidRevisionException(String, Throwable) - Constructor for exception class 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
 
isActiveParticipant(String) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Indicates whether or not this node is an active participant in the election for the given role
isActiveQueueEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isActiveResourceClaimsSupported() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Indicates whether or not the repository supports obtaining a list of active Resource Claims via the ContentRepository.getActiveResourceClaims(String) method
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
 
isComponentEnumerationSupported() - Method in interface org.apache.nifi.components.state.StateProvider
Indicates whether the State Provider supports enumerating component identifiers with stored state information
isConfigurable(AccessPolicy) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
Determines whether the specified access policy is configurable.
isConfigurable(Group) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Determines whether the specified group is configurable.
isConfigurable(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
Determines whether the specified user 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
 
isLeader(String) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Returns a boolean value indicating whether or not this node is the elected leader for the given role
isLoaded() - Method in interface org.apache.nifi.components.AsyncLoadedProcessor
 
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
 

L

LeaderElectionManager - Interface in org.apache.nifi.controller.leader.election
Leader Election Manager abstracts cluster election registration and status
LeaderElectionStateChangeListener - Interface in org.apache.nifi.controller.leader.election
Callback interface that can be used to listen for state changes so that the node can be notified when it becomes the Elected Leader for a role or is no longer the Elected Leader
Lineage - Interface in org.apache.nifi.provenance.lineage
A Data Structure for representing a Directed Graph that depicts the lineage of a FlowFile and all events that occurred for the FlowFile
LineageComputationType - Enum Class in org.apache.nifi.provenance.lineage
 
LineageComputationType() - Constructor for enum class org.apache.nifi.provenance.lineage.LineageComputationType
 
LineageEdge - Interface in org.apache.nifi.provenance.lineage
 
LineageNode - Interface in org.apache.nifi.provenance.lineage
 
LineageNodeType - Enum Class in org.apache.nifi.provenance.lineage
 
LineageNodeType() - Constructor for enum class org.apache.nifi.provenance.lineage.LineageNodeType
 
listFlowFiles(String, int) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to obtain a listing of FlowFiles in this queue.
ListFlowFileState - Enum Class in org.apache.nifi.controller.queue
Represents the state that a List FlowFile Request is in
ListFlowFileState(String) - Constructor for enum class org.apache.nifi.controller.queue.ListFlowFileState
 
ListFlowFileStatus - Interface in org.apache.nifi.controller.queue
 
LoadBalanceCompression - Enum Class in org.apache.nifi.controller.queue
 
LoadBalanceCompression() - Constructor for enum class org.apache.nifi.controller.queue.LoadBalanceCompression
 
LoadBalancedFlowFileQueue - Interface in org.apache.nifi.controller.queue
 
LoadBalanceStrategy - Enum Class in org.apache.nifi.controller.queue
 
LoadBalanceStrategy() - Constructor for enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
 
loadFlowFiles(QueueProvider) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Loads all flow files found within the repository, establishes the content claims and their reference count
LOADING_PROCESSOR_CODE - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
LOADING_PROCESSOR_CODE_FAILED - Enum constant in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
LoadState() - Constructor for enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
 
LocalQueuePartitionDiagnostics - Interface in org.apache.nifi.controller.queue
 
lock() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
logger - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
LoginCredentials - Class in org.apache.nifi.authentication
Login credentials for a user.
LoginCredentials(String, String) - Constructor for class org.apache.nifi.authentication.LoginCredentials
 
LoginIdentityProvider - Interface in org.apache.nifi.authentication
Identity provider that is able to authentication a user with username/password credentials.
LoginIdentityProviderConfigurationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderContext - Annotation Interface in org.apache.nifi.authentication.annotation
 
LoginIdentityProviderInitializationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderLookup - Interface in org.apache.nifi.authentication
 
LONG - Enum constant in enum class org.apache.nifi.provenance.search.SearchableFieldType
 

M

ManagedAuthorizer - Interface in org.apache.nifi.authorization
 
markDestructable(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Indicates that the given ResourceClaim can now be destroyed by the appropriate Content Repository.
maxFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
maxHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
maxNonHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
maxOpenFileHandles - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
maxResults - Variable in class org.apache.nifi.provenance.search.Query
 
MetricDescriptor<T> - Interface in org.apache.nifi.controller.status.history
Describes a particular metric that is derived from a Status History
MetricDescriptor.Formatter - Enum Class in org.apache.nifi.controller.status.history
 
minFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
MINIMUM_SCHEDULING_NANOS - Static variable in interface org.apache.nifi.controller.Triggerable
 
MoveDetails - Interface in org.apache.nifi.action.details
Provides details about a move action.

N

name - Variable in class org.apache.nifi.authorization.Group.Builder
 
name - Variable in class org.apache.nifi.authorization.Group
 
name - Variable in class org.apache.nifi.diagnostics.GarbageCollection
 
name - Variable in class org.apache.nifi.diagnostics.StandardDiagnosticsDumpElement
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor
 
name - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDetails
 
name - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
name - Variable in class org.apache.nifi.web.ConfigurationAction
 
name(String) - Method in class org.apache.nifi.authorization.Group.Builder
Sets the name of the builder.
name(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
name(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
NAME_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
newResourceClaim(String, String, String, boolean, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Creates a new Resource Claim with the given id, container, section, and loss tolerance.
newSearchTerm(SearchableField, String, Boolean) - Static method in class org.apache.nifi.provenance.search.SearchTerms
 
NiFiUser - Interface in org.apache.nifi.authorization.user
A representation of a NiFi user that has logged into the application
NiFiWebConfigurationContext - Interface in org.apache.nifi.web
NiFi web context providing limited access to dataflow configuration for component custom UIs.
NiFiWebConfigurationRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a configuration request from a UI extension.
NiFiWebRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a request from a UI extension.
NO_OP - Static variable in interface org.apache.nifi.events.EventReporter
An Event Reporter that performs no action and ignores all given input
NonComponentConfigurationContext - Interface in org.apache.nifi.configuration
Shared interface for various feature-specific configuration contexts which allows common code to handle property retrieval without awareness of the specific implementation.

O

offloadQueue() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Offloads the flowfiles in the queue to other nodes.
onAbort(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
Notifies the queue the a transaction containing the given FlowFiles was aborted
onComponentRemoved(String) - Method in interface org.apache.nifi.components.state.StateProvider
This method is called whenever a component is removed from the NiFi instance.
onConfigured(LoginIdentityProviderConfigurationContext) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called to configure the AuthorityProvider.
onConfigured(AuthorizerConfigurationContext) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
onConfigured(AuthorizerConfigurationContext) - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
Called to configure the Authorizer.
onConfigured(AuthorizerConfigurationContext) - Method in interface org.apache.nifi.authorization.Authorizer
Called to configure the Authorizer.
onConfigured(AuthorizerConfigurationContext) - Method in interface org.apache.nifi.authorization.UserGroupProvider
Called to configure the Authorizer.
onStartLeading() - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionStateChangeListener
Invoked when the running node is elected as leader
onStopLeading() - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionStateChangeListener
Invoked when the running node is no longer elected as leader
onTransfer(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.LoadBalancedFlowFileQueue
Notifies the queue that the given FlowFiles have been successfully transferred to another node
onTrigger(ProcessContext, ProcessSessionFactory) - Method in interface org.apache.nifi.controller.Triggerable
The method called when this processor is triggered to operate by the controller.
openFileHandles - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
org.apache.nifi.action.component.details - package org.apache.nifi.action.component.details
 
org.apache.nifi.action.details - package org.apache.nifi.action.details
 
org.apache.nifi.authentication - package org.apache.nifi.authentication
 
org.apache.nifi.authentication.annotation - package org.apache.nifi.authentication.annotation
 
org.apache.nifi.authentication.exception - package org.apache.nifi.authentication.exception
 
org.apache.nifi.authorization - package org.apache.nifi.authorization
 
org.apache.nifi.authorization.annotation - package org.apache.nifi.authorization.annotation
 
org.apache.nifi.authorization.exception - package org.apache.nifi.authorization.exception
 
org.apache.nifi.authorization.resource - package org.apache.nifi.authorization.resource
 
org.apache.nifi.authorization.user - package org.apache.nifi.authorization.user
 
org.apache.nifi.bootstrap - package org.apache.nifi.bootstrap
 
org.apache.nifi.bundle - package org.apache.nifi.bundle
 
org.apache.nifi.components - package org.apache.nifi.components
 
org.apache.nifi.components.state - package org.apache.nifi.components.state
 
org.apache.nifi.components.state.annotation - package org.apache.nifi.components.state.annotation
 
org.apache.nifi.configuration - package org.apache.nifi.configuration
 
org.apache.nifi.controller - package org.apache.nifi.controller
 
org.apache.nifi.controller.exception - package org.apache.nifi.controller.exception
 
org.apache.nifi.controller.leader.election - package org.apache.nifi.controller.leader.election
 
org.apache.nifi.controller.queue - package org.apache.nifi.controller.queue
 
org.apache.nifi.controller.repository - package org.apache.nifi.controller.repository
 
org.apache.nifi.controller.repository.claim - package org.apache.nifi.controller.repository.claim
 
org.apache.nifi.controller.status.history - package org.apache.nifi.controller.status.history
 
org.apache.nifi.diagnostics - package org.apache.nifi.diagnostics
 
org.apache.nifi.events - package org.apache.nifi.events
 
org.apache.nifi.flowfile - package org.apache.nifi.flowfile
 
org.apache.nifi.provenance - package org.apache.nifi.provenance
 
org.apache.nifi.provenance.lineage - package org.apache.nifi.provenance.lineage
 
org.apache.nifi.provenance.search - package org.apache.nifi.provenance.search
 
org.apache.nifi.remote - package org.apache.nifi.remote
 
org.apache.nifi.web - package org.apache.nifi.web
 
Original - Enum constant in enum class org.apache.nifi.web.ViewableContent.DisplayMode
 

P

ParameterProviderConfiguration - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
parseFingerprint(InputStream) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parseGroup(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parsePoliciesUsersAndGroups(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parsePolicy(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parseUser(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
partialContents - Variable in exception class org.apache.nifi.controller.repository.IncompleteSwapFileException
 
PARTITION_BY_ATTRIBUTE - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
Determine which node to send a given FlowFile to based on the value of a user-specified FlowFile Attribute.
password - Variable in class org.apache.nifi.authentication.LoginCredentials
 
peek(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Recovers the FlowFiles from the swap file that lives at the given location.
PENALIZATION - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on when the FlowFile's penalization ends
PoliciesUsersAndGroups(List<AccessPolicy>, List<User>, List<Group>) - Constructor for class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
 
POLICY_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
POLICY_GROUP_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
POLICY_USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
poll(int, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(int, Set<FlowFileRecord>, PollStrategy) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(Set<FlowFileRecord>, PollStrategy) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(FlowFileFilter, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(FlowFileFilter, Set<FlowFileRecord>, PollStrategy) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
PollStrategy - Enum Class in org.apache.nifi.controller.queue
Represents a strategy that how to poll the queue.
PollStrategy() - Constructor for enum class org.apache.nifi.controller.queue.PollStrategy
 
preDestruction() - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called immediately before instance destruction for implementers to release resources.
preDestruction() - Method in interface org.apache.nifi.authorization.AccessPolicyProvider
Called immediately before instance destruction for implementers to release resources.
preDestruction() - Method in interface org.apache.nifi.authorization.Authorizer
Called immediately before instance destruction for implementers to release resources.
preDestruction() - Method in interface org.apache.nifi.authorization.UserGroupProvider
Called immediately before instance destruction for implementers to release resources.
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction
 
previousValue(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
ProcessorConfiguration - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
ProcessorInstantiationException - Exception Class in org.apache.nifi.controller.exception
 
ProcessorInstantiationException(String) - Constructor for exception class org.apache.nifi.controller.exception.ProcessorInstantiationException
 
ProcessorInstantiationException(String, Throwable) - Constructor for exception class org.apache.nifi.controller.exception.ProcessorInstantiationException
 
processorLoadAverage - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
properties - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
properties - Variable in class org.apache.nifi.web.ComponentDetails
 
properties(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
PROVENANCE_EVENT_NODE - Enum constant in enum class org.apache.nifi.provenance.lineage.LineageNodeType
 
ProvenanceAuthorizableFactory - Interface in org.apache.nifi.provenance
 
ProvenanceEventLineageNode - Interface in org.apache.nifi.provenance.lineage
 
ProvenanceRepository - Interface in org.apache.nifi.provenance
 
provenanceRepositoryStorageUsage - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
ProviderCreationException - Exception Class in org.apache.nifi.authentication.exception
Represents the exceptional case when an AuthorityProvider fails instantiated.
ProviderCreationException() - Constructor for exception class org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(String) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(String, Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderDestructionException - Exception Class in org.apache.nifi.authentication.exception
Represents the exceptional case when an AuthorityProvider fails destruction.
ProviderDestructionException() - Constructor for exception class org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(String) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(String, Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(Throwable) - Constructor for exception class org.apache.nifi.authentication.exception.ProviderDestructionException
 
purge() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Clears the manager's memory of any and all ResourceClaims that it knows about
purge() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Purges the contents of the repository, as if the repository were newly created.
purge() - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Purge all known Swap Files without updating FlowFileRepository or Provenance Repository
PurgeDetails - Interface in org.apache.nifi.action.details
Provides details about a purge action.
purgePoliciesUsersAndGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
purgeSwapFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Destroys any Swap Files that exist for this queue without updating the FlowFile Repository or Provenance Repository.
put(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given file into the queue
putAll(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given files into the queue

Q

Query - Class in org.apache.nifi.provenance.search
 
Query(String) - Constructor for class org.apache.nifi.provenance.search.Query
 
QueryResult - Interface in org.apache.nifi.provenance.search
 
QuerySubmission - Interface in org.apache.nifi.provenance.search
 
QUEUE_POSITION - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on the current position in the queue
QUEUED_DURATION - Enum constant in enum class org.apache.nifi.controller.queue.SortColumn
Sort based on how long the FlowFile has been sitting in the queue
QueueDiagnostics - Interface in org.apache.nifi.controller.queue
 
QueueProvider - Interface in org.apache.nifi.controller.repository
Provides a collection of FlowFileQueues that represents all queues in the current flow

R

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
READ - Enum constant in enum class org.apache.nifi.authorization.RequestAction
 
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
 
register(String, LeaderElectionStateChangeListener) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Adds a new role for which a leader is required, without participating in the leader election.
register(String, LeaderElectionStateChangeListener, String) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Adds a new role for which a leader is required, providing the given value for this node as the Participant ID.
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
 
ReportingTaskConfiguration - Enum constant in enum class org.apache.nifi.web.UiExtensionType
 
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 Class in org.apache.nifi.controller.repository
 
RepositoryRecordType() - Constructor for enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
RequestAction - Enum Class in org.apache.nifi.authorization
Actions a user/entity can take on a resource.
RequestAction(String) - Constructor for enum class org.apache.nifi.authorization.RequestAction
 
requestedResource - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
requestedResource - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
requestedResource(Resource) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
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 - Variable in class org.apache.nifi.authorization.AccessPolicy
 
resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
resource(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Sets the resource of the builder.
resource(Resource) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
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
Represents a resource that can be provided by a ContentRepository
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 - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
resourceContext(Map<String, String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
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.
ResourceNotFound - Enum constant in enum class org.apache.nifi.authorization.AuthorizationResult.Result
 
ResourceNotFoundException - Exception Class in org.apache.nifi.web
Exception indicating that the desired resource was not found.
ResourceNotFoundException(String) - Constructor for exception class org.apache.nifi.web.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception class org.apache.nifi.web.ResourceNotFoundException
 
result - Variable in class org.apache.nifi.authorization.AuthorizationResult
 
Result() - Constructor for enum class 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
 
ROUND_ROBIN - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
FlowFiles will be distributed to nodes in the cluster in a Round-Robin fashion.

S

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 Class in org.apache.nifi.provenance.search
 
SearchableFieldType() - Constructor for enum class 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 class org.apache.nifi.authorization.AccessDeniedException
 
serialVersionUID - Static variable in exception class org.apache.nifi.controller.exception.ProcessorInstantiationException
 
serialVersionUID - Static variable in exception class 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.
setClaimantCounts(Map<ResourceClaim, Integer>) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
 
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
 
setDestructableClaims(Set<ResourceClaim>) - 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
 
setGarbageCollection(Map<String, GarbageCollection>) - Method in class org.apache.nifi.diagnostics.SystemDiagnostics
 
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
 
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.
SINGLE_NODE - Enum constant in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
All FlowFiles will be sent to the same node.
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 Class in org.apache.nifi.controller.queue
Specifies which column to sort on when performing a Listing of FlowFiles via
invalid reference
FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
SortColumn(Comparator<FlowFileSummary>) - Constructor for enum class org.apache.nifi.controller.queue.SortColumn
 
SortDirection - Enum Class in org.apache.nifi.controller.queue
Specifies the order in which FlowFiles should be sorted when performing a listing of FlowFiles via the
invalid reference
FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
method
SortDirection() - Constructor for enum class 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.leader.election.LeaderElectionManager
Starts managing leader elections for all registered roles
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 - Variable in class org.apache.nifi.web.ComponentDetails
 
state(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
StateProvider - Interface in org.apache.nifi.components.state
Provides a mechanism by which components can store and retrieve state.
StateProviderContext - Annotation Interface 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
stop() - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Stops managing leader elections and relinquishes the role as leader for all registered roles.
stopLoadBalancing() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
STRING - Enum constant in enum class org.apache.nifi.provenance.search.SearchableFieldType
 
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(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.
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.
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
SWAP_IN - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
SWAP_OUT - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
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 class 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
 

T

ThreadDumpTask - Class in org.apache.nifi.diagnostics
 
ThreadDumpTask() - Constructor for class org.apache.nifi.diagnostics.ThreadDumpTask
 
timestamp - Variable in class org.apache.nifi.diagnostics.StandardDiagnosticsDump
 
toString() - Method in class org.apache.nifi.authorization.AccessPolicy
 
toString() - Method in class org.apache.nifi.authorization.Group
 
toString() - Method in enum class org.apache.nifi.authorization.RequestAction
 
toString() - Method in class org.apache.nifi.authorization.User
 
toString() - Method in class org.apache.nifi.bundle.Bundle
 
toString() - Method in class org.apache.nifi.bundle.BundleCoordinate
 
toString() - Method in class org.apache.nifi.bundle.BundleDetails
 
toString() - Method in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
toString() - Method in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
toString() - Method in class org.apache.nifi.provenance.search.Query
 
toString() - Method in class org.apache.nifi.web.Revision
 
totalHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
totalNonHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
totalPhysicalMemory - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
totalThreads - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
Triggerable - Interface in org.apache.nifi.controller
 
type - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
type - Variable in class org.apache.nifi.web.ComponentDetails
 
type - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
type - Variable in class org.apache.nifi.web.ConfigurationAction
 
type(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
type(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 

U

UiExtensionType - Enum Class in org.apache.nifi.web
Types of UI extensions.
UiExtensionType() - Constructor for enum class org.apache.nifi.web.UiExtensionType
 
UninheritableAuthorizationsException - Exception Class in org.apache.nifi.authorization.exception
Represents the case when the proposed authorizations are not inheritable.
UninheritableAuthorizationsException(String) - Constructor for exception class org.apache.nifi.authorization.exception.UninheritableAuthorizationsException
 
UNKNOWN_COORDINATE - Static variable in class org.apache.nifi.bundle.BundleCoordinate
 
unlock() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
UNPENALIZED_FLOWFILES - Enum constant in enum class org.apache.nifi.controller.queue.PollStrategy
 
unregister(String) - Method in interface org.apache.nifi.controller.leader.election.LeaderElectionManager
Removes the role with the given name from this manager.
UPDATE - Enum constant in enum class org.apache.nifi.controller.repository.RepositoryRecordType
 
updateAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The policy represented by the provided instance will be updated based on the provided instance.
updateAccessPolicy(AccessPolicy) - Method in interface org.apache.nifi.authorization.ConfigurableAccessPolicyProvider
The policy represented by the provided instance will be updated based on the provided instance.
updateComponent(NiFiWebConfigurationRequestContext, String, Map<String, String>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Sets the annotation data for the underlying component.
updateGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The group represented by the provided instance will be updated based on the provided instance.
updateGroup(Group) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
The group represented by the provided instance will be updated based on the provided instance.
updateMaxFlowFileIdentifier(long) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Notifies the FlowFile Repository that the given identifier has been identified as the maximum value that has been encountered for an 'external' (swapped out) FlowFile.
updateRepository(Collection<RepositoryRecord>) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the repository with the given RepositoryRecords.
updateUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The user represented by the provided instance will be updated based on the provided instance.
updateUser(User) - Method in interface org.apache.nifi.authorization.ConfigurableUserGroupProvider
The user represented by the provided instance will be updated based on the provided instance.
uptime - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
usedHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
usedNonHeap - Variable in class org.apache.nifi.diagnostics.SystemDiagnostics
 
User - Class in org.apache.nifi.authorization
A user to create authorization policies for.
User(User.Builder) - Constructor for class org.apache.nifi.authorization.User
 
USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
User.Builder - Class in org.apache.nifi.authorization
Builder for Users.
UserAndGroups - Interface in org.apache.nifi.authorization
A holder object to provide atomic access to a user and their groups.
userContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
userContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
userContext(Map<String, String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
UserContextKeys - Enum Class in org.apache.nifi.authorization
Constants for keys that can be passed in the AuthorizationRequest user context Map.
UserContextKeys() - Constructor for enum class org.apache.nifi.authorization.UserContextKeys
 
UserGroupProvider - Interface in org.apache.nifi.authorization
Provides access to Users and Groups.
UserGroupProviderInitializationContext - Interface in org.apache.nifi.authorization
Initialization content for UserGroupProviders.
UserGroupProviderLookup - Interface in org.apache.nifi.authorization
 
username - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
username - Variable in class org.apache.nifi.authentication.LoginCredentials
 
users - Variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer.PoliciesUsersAndGroups
 
users - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
users - Variable in class org.apache.nifi.authorization.AccessPolicy
 
users - Variable in class org.apache.nifi.authorization.Group.Builder
 
users - Variable in class org.apache.nifi.authorization.Group
 
UsersAndAccessPolicies - Interface in org.apache.nifi.authorization
A holder object to provide atomic access to policies for a given resource and users by identity.

V

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 class org.apache.nifi.authorization.RequestAction
 
value - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
value - Variable in class org.apache.nifi.web.ConfigurationAction
 
value(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
ValueMapper<S> - Interface in org.apache.nifi.controller.status.history
 
valueOf(String) - Static method in enum class org.apache.nifi.authorization.AuthorizationResult.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.authorization.RequestAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.authorization.UserContextKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.DropFlowFileState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.ListFlowFileState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.LoadBalanceCompression
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.PollStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.SortColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.queue.SortDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.repository.RepositoryRecordType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.diagnostics.DiagnosticLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.provenance.lineage.LineageComputationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.provenance.lineage.LineageNodeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.provenance.search.SearchableFieldType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.web.UiExtensionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.nifi.web.ViewableContent.DisplayMode
Returns the enum constant of this class with the specified name.
valueOfDescription(String) - Static method in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
valueOfDescription(String) - Static method in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
valueOfValue(String) - Static method in enum class org.apache.nifi.authorization.RequestAction
 
ValueReducer<T,R> - Interface in org.apache.nifi.controller.status.history
 
values() - Static method in enum class org.apache.nifi.authorization.AuthorizationResult.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.authorization.RequestAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.authorization.UserContextKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.components.AsyncLoadedProcessor.LoadState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.DropFlowFileState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.ListFlowFileState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.LoadBalanceCompression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.LoadBalanceStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.PollStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.SortColumn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.queue.SortDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.repository.RepositoryRecordType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.diagnostics.DiagnosticLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.provenance.lineage.LineageComputationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.provenance.lineage.LineageNodeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.provenance.search.SearchableFieldType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.web.UiExtensionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.nifi.web.ViewableContent.DisplayMode
Returns an array containing the constants of this enum class, in the order they are declared.
VERBOSE - Enum constant in enum class org.apache.nifi.diagnostics.DiagnosticLevel
Detailed diagnostics information should be gathered, even if it is more expensive and/or generates verbose output.
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 Class in org.apache.nifi.web
 

W

WAITING_FOR_LOCK - Enum constant in enum class org.apache.nifi.controller.queue.DropFlowFileState
 
WAITING_FOR_LOCK - Enum constant in enum class org.apache.nifi.controller.queue.ListFlowFileState
 
withoutCounters() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
Returns an instance of StatusSnapshot that has all the same information as this except for Counters.
workingDir(File) - Method in class org.apache.nifi.bundle.BundleDetails.Builder
 
workingDirectory - Variable in class org.apache.nifi.bundle.BundleDetails.Builder
 
workingDirectory - Variable in class org.apache.nifi.bundle.BundleDetails
 
write(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Obtains an OutputStream to the content for the given claim.
WRITE - Enum constant in enum class org.apache.nifi.authorization.RequestAction
 
writeGroup(XMLStreamWriter, Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
writeHeader(BufferedWriter, String) - Method in class org.apache.nifi.diagnostics.StandardDiagnosticsDump
 
writePolicy(XMLStreamWriter, AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
writeTo(OutputStream) - Method in interface org.apache.nifi.controller.status.history.StatusHistoryDump
Writes a status history dump to an output stream.
writeTo(OutputStream) - Method in interface org.apache.nifi.diagnostics.DiagnosticsDump
 
writeTo(OutputStream) - Method in class org.apache.nifi.diagnostics.StandardDiagnosticsDump
 
writeUser(XMLStreamWriter, User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 

X

XML_OUTPUT_FACTORY - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form