Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages

A

addAll(Collection<MockFlowFile>) - Method in class org.apache.nifi.util.MockFlowFileQueue
 
addBulletin(Bulletin) - Method in class org.apache.nifi.util.MockBulletinRepository
 
addChildFlowFile(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
addChildFlowFile(FlowFile) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
addConnection(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addConnection(String) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the configured processor has a connection for the Relationship with the given name.
addConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
addConnection(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addConnection(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the configured processor has a connection for the given Relationship.
addControllerService(String, ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addControllerService(String, ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Adds the given ControllerService to this TestRunner so that the configured Processor can access it using the given identifier.
addControllerService(String, ControllerService, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addControllerService(String, ControllerService, Map<String, String>) - Method in interface org.apache.nifi.util.TestRunner
Adds the given ControllerService to this TestRunner so that the configured Processor can access it using the given identifier.
addControllerService(ControllerService) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addControllerService(ControllerService, String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addControllerService(ControllerService, Map<PropertyDescriptor, String>, String) - Method in class org.apache.nifi.util.MockProcessContext
 
addControllerServices(MockControllerServiceLookup) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addFlowChange(Action) - Method in class org.apache.nifi.util.MockEventAccess
 
addParentFlowFile(FlowFile) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
addProcessor(Object[]) - Method in class org.apache.nifi.util.MockComponentLog
 
addProcessorAndFormattedThrowable(Object[]) - Method in class org.apache.nifi.util.MockComponentLog
 
addProvenanceEvent(ProvenanceEventRecord) - Method in class org.apache.nifi.util.MockEventAccess
 
addProvenanceEvents(Collection<ProvenanceEventRecord>) - Method in class org.apache.nifi.util.SharedSessionState
 
adjustCounter(String, long) - Method in class org.apache.nifi.util.SharedSessionState
 
adjustCounter(String, long, boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
allowExpressionValidation - Variable in class org.apache.nifi.util.MockProcessContext
 
allowSynchronousCommits - Variable in class org.apache.nifi.util.MockProcessSession
 
allowSynchronousSessionCommits - Variable in class org.apache.nifi.util.MockSessionFactory
 
allowSynchronousSessionCommits - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
alternateIdentifierUri - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
alternateIdentifierUri - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
annotationData - Variable in class org.apache.nifi.util.ControllerServiceConfiguration
 
annotationData - Variable in class org.apache.nifi.util.MockProcessContext
 
append(FlowFile, OutputStreamCallback) - Method in class org.apache.nifi.util.MockProcessSession
 
args - Variable in class org.apache.nifi.util.LogMessage
 
asAllowableValue(Class<E>) - Method in class org.apache.nifi.util.MockPropertyValue
 
asBoolean() - Method in class org.apache.nifi.util.MockPropertyValue
 
asControllerService() - Method in class org.apache.nifi.util.MockPropertyValue
 
asControllerService(Class<T>) - Method in class org.apache.nifi.util.MockPropertyValue
 
asDataSize(DataUnit) - Method in class org.apache.nifi.util.MockPropertyValue
 
asDouble() - Method in class org.apache.nifi.util.MockPropertyValue
 
asDuration() - Method in class org.apache.nifi.util.MockPropertyValue
 
asFloat() - Method in class org.apache.nifi.util.MockPropertyValue
 
asInteger() - Method in class org.apache.nifi.util.MockPropertyValue
 
asLong() - Method in class org.apache.nifi.util.MockPropertyValue
 
asResource() - Method in class org.apache.nifi.util.MockPropertyValue
 
asResources() - Method in class org.apache.nifi.util.MockPropertyValue
 
assertAllConditionsMet(String, Predicate<MockFlowFile>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Asserts that all FlowFiles meet all conditions.
assertAllConditionsMet(String, Predicate<MockFlowFile>) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles meet all conditions.
assertAllConditionsMet(Relationship, Predicate<MockFlowFile>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Asserts that all FlowFiles meet all conditions.
assertAllConditionsMet(Relationship, Predicate<MockFlowFile>) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles meet all conditions.
assertAllFlowFiles(Relationship, FlowFileValidator) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred in the given relationship are compliant with the given validator.
assertAllFlowFiles(Relationship, FlowFileValidator) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFiles(Relationship, FlowFileValidator) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred in the given relationship are compliant with the given validator.
assertAllFlowFiles(FlowFileValidator) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred are compliant with the given validator.
assertAllFlowFiles(FlowFileValidator) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFiles(FlowFileValidator) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred are compliant with the given validator.
assertAllFlowFilesContainAttribute(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesContainAttribute(String) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred contain the given attribute.
assertAllFlowFilesContainAttribute(Relationship, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesContainAttribute(Relationship, String) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred to the given relationship contain the given attribute.
assertAllFlowFilesTransferred(String) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred were transferred to the given relationship
assertAllFlowFilesTransferred(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(String) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred were transferred to the given relationship
assertAllFlowFilesTransferred(String, int) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred were transferred to the given relationship and that the number of FlowFiles transferred is equal to count
assertAllFlowFilesTransferred(String, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(String, int) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred were transferred to the given relationship and that the number of FlowFiles transferred is equal to count
assertAllFlowFilesTransferred(Relationship) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred were transferred to the given relationship
assertAllFlowFilesTransferred(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred were transferred to the given relationship
assertAllFlowFilesTransferred(Relationship, int) - Method in class org.apache.nifi.util.MockProcessSession
Asserts that all FlowFiles that were transferred were transferred to the given relationship and that the number of FlowFiles transferred is equal to count
assertAllFlowFilesTransferred(Relationship, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(Relationship, int) - Method in interface org.apache.nifi.util.TestRunner
Asserts that all FlowFiles that were transferred were transferred to the given relationship and that the number of FlowFiles transferred is equal to count
assertAttributeEquals(String, String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertAttributeExists(String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertAttributeNotEquals(String, String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertAttributeNotExists(String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertAttributes(Relationship, Set<String>, Set<Map<String, String>>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAttributes(Relationship, Set<String>, Set<Map<String, String>>) - Method in interface org.apache.nifi.util.TestRunner
Asserts that flowfiles on a given relationship have a certain set of attributes.
assertCommitted() - Method in class org.apache.nifi.util.MockProcessSession
Assert that the session has been committed
assertContentEquals(byte[]) - Method in class org.apache.nifi.util.MockFlowFile
Asserts that the content of this FlowFile is the same as the content of the given byte array
assertContentEquals(File) - Method in class org.apache.nifi.util.MockFlowFile
Asserts that the content of this FlowFile is the same as the content of the given file
assertContentEquals(InputStream) - Method in class org.apache.nifi.util.MockFlowFile
Asserts that the content of this FlowFile is the same as the content of the given InputStream.
assertContentEquals(String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertContentEquals(String, boolean) - Method in class org.apache.nifi.util.MockFlowFile
 
assertContentEquals(String, String) - Method in class org.apache.nifi.util.MockFlowFile
 
assertContentEquals(String, Charset) - Method in class org.apache.nifi.util.MockFlowFile
 
assertContentEquals(String, Charset, boolean) - Method in class org.apache.nifi.util.MockFlowFile
 
assertContentEquals(Path) - Method in class org.apache.nifi.util.MockFlowFile
Asserts that the content of this FlowFile is the same as the content of the given path
assertContents(Relationship, List<String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertContents(Relationship, List<String>) - Method in interface org.apache.nifi.util.TestRunner
Asserts that flowfiles on a given relationship have certain contents.
assertFlowFile(FlowFile) - Method in interface org.apache.nifi.util.FlowFileValidator
Define a verification method to validate the given FlowFile
assertNotCommitted() - Method in class org.apache.nifi.util.MockProcessSession
Assert that the session has not been committed
assertNotRolledBack() - Method in class org.apache.nifi.util.MockProcessSession
Assert that MockProcessSession.rollback() has not been called
assertNotValid() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertNotValid() - Method in interface org.apache.nifi.util.TestRunner
Assert that the currently configured set of properties/annotation data are NOT valid
assertNotValid(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertNotValid(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Assert that the currently configured set of properties/annotation data are NOT valid for the given Controller Service.
assertPenalizeCount(int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertPenalizeCount(int) - Method in interface org.apache.nifi.util.TestRunner
Assert that the number of FlowFiles that were penalized is equal to the given count
assertProvenanceEvent(ProvenanceEventType) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertProvenanceEvent(ProvenanceEventType) - Method in interface org.apache.nifi.util.TestRunner
Assert that provenance event was created with the specified event type.
assertQueueEmpty() - Method in class org.apache.nifi.util.MockProcessSession
Assert that there are no FlowFiles left on the input queue.
assertQueueEmpty() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertQueueEmpty() - Method in interface org.apache.nifi.util.TestRunner
Assert that there are no FlowFiles left on the input queue.
assertQueueNotEmpty() - Method in class org.apache.nifi.util.MockProcessSession
Assert that at least one FlowFile is on the input queue
assertQueueNotEmpty() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertQueueNotEmpty() - Method in interface org.apache.nifi.util.TestRunner
Assert that there is at least one FlowFile left on the input queue.
assertRolledBack() - Method in class org.apache.nifi.util.MockProcessSession
Assert that MockProcessSession.rollback() has been called
assertSet(Object, String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
assertStateEquals(String, String, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state with the given key and scope is set to the given value, or else the test will fail
assertStateEquals(Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state is equal to the given values
assertStateNotEquals(String, String, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state with the given key and scope is not set to the given value, or else the test will fail
assertStateNotEquals(Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state is not equal to the given values
assertStateNotSet() - Method in class org.apache.nifi.state.MockStateManager
Ensures that state was not set for any scope
assertStateNotSet(String, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that no value is set for the given key and scope, or else the test will fail
assertStateNotSet(Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state was not set for the given scope
assertStateSet(String, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that some value is set for the given key and scope, or else the test will fail
assertStateSet(Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state was set for the given scope, regardless of what the value was.
assertTransferCount(String, int) - Method in class org.apache.nifi.util.MockProcessSession
Assert that the number of FlowFiles transferred to the given relationship is equal to the given count
assertTransferCount(String, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertTransferCount(String, int) - Method in interface org.apache.nifi.util.TestRunner
Assert that the number of FlowFiles transferred to the given relationship is equal to the given count
assertTransferCount(Relationship, int) - Method in class org.apache.nifi.util.MockProcessSession
Assert that the number of FlowFiles transferred to the given relationship is equal to the given count
assertTransferCount(Relationship, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertTransferCount(Relationship, int) - Method in interface org.apache.nifi.util.TestRunner
Assert that the number of FlowFiles transferred to the given relationship is equal to the given count
assertValid() - Method in class org.apache.nifi.util.MockProcessContext
 
assertValid() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertValid() - Method in interface org.apache.nifi.util.TestRunner
Assert that the currently configured set of properties/annotation data are valid
assertValid(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertValid(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Assert that the currently configured set of properties/annotation data are valid for the given Controller Service.
associate(FlowFile, String, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
asTimePeriod(TimeUnit) - Method in class org.apache.nifi.util.MockPropertyValue
 
attributes - Variable in class org.apache.nifi.util.MockFlowFile
 

B

beingProcessed - Variable in class org.apache.nifi.util.MockProcessSession
 
build() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
build(FlowFile, ProvenanceEventType) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
Builder() - Constructor for class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
BulletinFactory - Class in org.apache.nifi.reporting
 
BulletinFactory() - Constructor for class org.apache.nifi.reporting.BulletinFactory
 

C

call() - Method in class org.apache.nifi.util.StandardProcessorTestRunner.RunProcessor
 
CapturingLogger - Class in org.apache.nifi.util
Implementation of SLF4J logger that records every log message and provides a mechanism to retrieve them.
CapturingLogger(Logger) - Constructor for class org.apache.nifi.util.CapturingLogger
 
childrenUuids - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
childrenUuids - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
clear() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
clear(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
clearCommitted() - Method in class org.apache.nifi.util.MockProcessSession
Clear the 'committed' flag so that we can test that the next iteration of Processor.onTrigger(org.apache.nifi.processor.ProcessContext, org.apache.nifi.processor.ProcessSessionFactory) commits or rolls back the session
clearConnections() - Method in class org.apache.nifi.util.MockProcessContext
 
clearProperties() - Method in class org.apache.nifi.util.MockProcessContext
 
clearProperties() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
clearProperties() - Method in interface org.apache.nifi.util.TestRunner
Clears all set properties from the ProcessContext.
clearProvenanceEvents() - Method in class org.apache.nifi.util.SharedSessionState
 
clearProvenanceEvents() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
clearProvenanceEvents() - Method in interface org.apache.nifi.util.TestRunner
Clears the Provenance Events that have been emitted by the Processor
clearQueue() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
clearRollback() - Method in class org.apache.nifi.util.MockProcessSession
Clear the 'rolledBack' flag so that we can test that the next iteration of Processor.onTrigger(org.apache.nifi.processor.ProcessContext, org.apache.nifi.processor.ProcessSessionFactory) commits or rolls back the session
clearState(Scope) - Method in class org.apache.nifi.util.MockProcessSession
 
clearTransferState() - Method in class org.apache.nifi.util.MockProcessSession
Removes all state information about FlowFiles that have been transferred
clearTransferState() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
clearTransferState() - Method in interface org.apache.nifi.util.TestRunner
Resets the Transfer Counts that indicate how many FlowFiles have been transferred to each Relationship and removes from memory any FlowFiles that have been transferred to this Relationships.
clone(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
clone(FlowFile, long, long) - Method in class org.apache.nifi.util.MockProcessSession
 
clone(FlowFile, FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
closeStreams(Map<FlowFile, ? extends Closeable>, boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
CLUSTERED - Enum constant in enum class org.apache.nifi.state.MockStateManager.ExecutionMode
 
clusterRetrievedCount - Variable in class org.apache.nifi.state.MockStateManager
 
clusterStateMap - Variable in class org.apache.nifi.state.MockStateManager
 
commit() - Method in class org.apache.nifi.util.MockProcessSession
 
commitAsync() - Method in class org.apache.nifi.util.MockProcessSession
 
commitAsync(Runnable, Consumer<Throwable>) - Method in class org.apache.nifi.util.MockProcessSession
 
commitInternal() - Method in class org.apache.nifi.util.MockProcessSession
 
committed - Variable in class org.apache.nifi.util.MockProcessSession
 
compareTo(FlowFile) - Method in class org.apache.nifi.util.MockFlowFile
 
component - Variable in class org.apache.nifi.util.MockComponentLog
 
component - Variable in class org.apache.nifi.util.MockProcessContext
 
componentBulletinsCreated - Variable in class org.apache.nifi.util.MockReportingContext
 
componentId - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
componentId - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
componentName - Variable in class org.apache.nifi.util.MockProcessContext
 
componentType - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
componentType - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
connections - Variable in class org.apache.nifi.util.MockProcessContext
 
contentClaimContainer - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
contentClaimContainer - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
contentClaimIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
contentClaimIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
contentClaimOffset - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
contentClaimOffset - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
contentClaimSection - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
contentClaimSection - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
contentSize - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
contentSize - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
context - Variable in class org.apache.nifi.util.MockProcessorInitializationContext
 
context - Variable in class org.apache.nifi.util.MockValidationContext
 
context - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
ControllerServiceConfiguration - Class in org.apache.nifi.util
 
ControllerServiceConfiguration(ControllerService) - Constructor for class org.apache.nifi.util.ControllerServiceConfiguration
 
controllerServiceLoggers - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
controllerServiceMap - Variable in class org.apache.nifi.util.MockControllerServiceLookup
 
controllerServices - Variable in class org.apache.nifi.util.MockReportingContext
 
controllerServiceStateManagers - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
copy() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
counterMap - Variable in class org.apache.nifi.util.MockProcessSession
 
counterMap - Variable in class org.apache.nifi.util.SharedSessionState
 
create() - Method in class org.apache.nifi.util.MockProcessSession
 
create(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
create(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
create(FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
create(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
createBulletin(String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String, String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String, ComponentType, String, String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String, ComponentType, String, String, String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, Severity, String) - Method in class org.apache.nifi.util.MockReportingContext
 
createBulletin(String, Severity, String) - Method in class org.apache.nifi.util.MockReportingContext
 
createControllerService(String, Map<String, String>) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
created - Variable in class org.apache.nifi.util.MockProcessSession
 
CreatedControllerService(String, String, Map<String, String>) - Constructor for record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Creates an instance of a CreatedControllerService record class.
createdControllerServices - Variable in class org.apache.nifi.util.MockPropertyConfiguration
 
createdSessions - Variable in class org.apache.nifi.util.MockSessionFactory
 
createFlowFile(byte[]) - Method in class org.apache.nifi.util.MockProcessSession
 
createFlowFile(byte[], Map<String, String>) - Method in class org.apache.nifi.util.MockProcessSession
 
createFlowFile(File) - Method in class org.apache.nifi.util.MockProcessSession
 
createSession() - Method in class org.apache.nifi.util.MockSessionFactory
 
creationTime - Variable in class org.apache.nifi.util.MockFlowFile
 
currentId - Static variable in class org.apache.nifi.reporting.BulletinFactory
 
currentVersions - Variable in class org.apache.nifi.util.MockProcessSession
 

D

data - Variable in class org.apache.nifi.util.MockFlowFile
 
debug(String) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String) - Method in class org.apache.nifi.util.MockComponentLog
 
debug(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
debug(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Throwable) - Method in class org.apache.nifi.util.MockComponentLog
 
debug(Marker, String) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
debugMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
decrementReadCount(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
details - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
details - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
different(Object, Object) - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
different(List<String>, List<String>) - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
disableControllerService(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
disableControllerService(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Marks the Controller Service as disabled so that it cannot be used by other components.
drop(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 

E

EmptyControllerServiceLookup - Class in org.apache.nifi.util
 
EmptyControllerServiceLookup() - Constructor for class org.apache.nifi.util.EmptyControllerServiceLookup
 
enableControllerService(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enableControllerService(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Marks the Controller Service as enabled so that it can be used by other components.
enabled - Variable in class org.apache.nifi.util.ControllerServiceConfiguration
 
enforceReadStreamsClosed - Variable in class org.apache.nifi.util.MockSessionFactory
 
enforceReadStreamsClosed - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
enforceReadStreamsClosed(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enforceReadStreamsClosed(boolean) - Method in interface org.apache.nifi.util.TestRunner
By default, if ProcessSession.read(FlowFile) is called, the InputStream that is returned MUST be closed by the processor under test or calls to ProcessSession.commit() will throw an Exception.
enforceStreamsClosed - Variable in class org.apache.nifi.util.MockProcessSession
 
enqueue(byte[]) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(byte[]) - Method in interface org.apache.nifi.util.TestRunner
Copies the content from the given byte array into memory and creates a FlowFile from this content with no attributes and adds this FlowFile to the Processor's Input Queue
enqueue(byte[], Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(byte[], Map<String, String>) - Method in interface org.apache.nifi.util.TestRunner
Copies the content from the given byte array into memory and creates a FlowFile from this content with the given attributes and adds this FlowFile to the Processor's Input Queue
enqueue(InputStream) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(InputStream) - Method in interface org.apache.nifi.util.TestRunner
Reads the content from the given InputStream into memory and creates a FlowFile from this content with no attributes and adds this FlowFile to the Processor's Input Queue
enqueue(InputStream, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(InputStream, Map<String, String>) - Method in interface org.apache.nifi.util.TestRunner
Reads the content from the given InputStream into memory and creates a FlowFile from this content with the given attributes and adds this FlowFile to the Processor's Input Queue
enqueue(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(String) - Method in interface org.apache.nifi.util.TestRunner
Creates a FlowFile with the content set to the given string (in UTF-8 format), with no attributes, and adds this FlowFile to the Processor's Input Queue
enqueue(String, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(String, Map<String, String>) - Method in interface org.apache.nifi.util.TestRunner
Creates a FlowFile with the content set to the given string (in UTF-8 format), with the given attributes, and adds this FlowFile to the Processor's Input Queue
enqueue(Path) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(Path) - Method in interface org.apache.nifi.util.TestRunner
Reads the content from the given Path into memory and creates a FlowFile from this content with no attributes and adds this FlowFile to the Processor's Input Queue
enqueue(Path, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(Path, Map<String, String>) - Method in interface org.apache.nifi.util.TestRunner
Reads the content from the given Path into memory and creates a FlowFile from this content with the given attributes and adds this FlowFile to the Processor's Input Queue
enqueue(FlowFile...) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(FlowFile...) - Method in interface org.apache.nifi.util.TestRunner
Enqueues the given FlowFiles into the Processor's input queue
enqueuedIndex - Variable in class org.apache.nifi.util.MockFlowFile
 
enqueuedIndex - Static variable in class org.apache.nifi.util.MockProcessSession
 
ensureExpressionsEvaluated() - Method in class org.apache.nifi.util.MockPropertyValue
 
entryDate - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
entryDate - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
entryDate - Variable in class org.apache.nifi.util.MockFlowFile
 
environmentVariables - Variable in class org.apache.nifi.util.MockConfigurationContext
 
environmentVariables - Variable in class org.apache.nifi.util.MockProcessContext
 
environmentVariables - Variable in class org.apache.nifi.util.MockPropertyValue
 
environmentVariables - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
equals(Object) - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
equals(Object) - Method in class org.apache.nifi.util.EqualsWrapper
 
equals(Object) - Method in class org.apache.nifi.util.MockFlowFile
 
equals(Object) - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Indicates whether some other object is "equal to" this one.
EqualsWrapper<T> - Class in org.apache.nifi.util
Wraps an object to be able to check equality conveniently, even if it doesn't have meaningful equals() implementation or it's not appropriate for a given context.
EqualsWrapper(T, List<Function<T, Object>>) - Constructor for class org.apache.nifi.util.EqualsWrapper
Wraps an object and primes it for equality checks.
error(String) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String) - Method in class org.apache.nifi.util.MockComponentLog
 
error(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
error(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Throwable) - Method in class org.apache.nifi.util.MockComponentLog
 
error(Marker, String) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
errorMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
evaluateAttributeExpressions() - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(Map<String, String>) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(Map<String, String>, AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile, Map<String, String>) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile, Map<String, String>, AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile, Map<String, String>, AttributeValueDecorator, Map<String, String>) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile, AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
eventAccess - Variable in class org.apache.nifi.util.MockReportingContext
 
eventDuration - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
eventDuration - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
eventId - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
eventId - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
eventIdGenerator - Static variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
events - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
events - Variable in class org.apache.nifi.util.SharedSessionState
 
eventTime - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
eventTime - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
eventType - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
eventType - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
executionMode - Variable in class org.apache.nifi.state.MockStateManager
 
ExecutionMode() - Constructor for enum class org.apache.nifi.state.MockStateManager.ExecutionMode
 
expectExpressions - Variable in class org.apache.nifi.util.MockPropertyValue
 
exportTo(FlowFile, OutputStream) - Method in class org.apache.nifi.util.MockProcessSession
 
exportTo(FlowFile, Path, boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
expressionLanguageScope - Variable in class org.apache.nifi.util.MockPropertyValue
 
expressionLanguageSupported - Variable in class org.apache.nifi.util.MockValidationContext
 
expressionsEvaluated - Variable in class org.apache.nifi.util.MockPropertyValue
 

F

failToGetClusterState - Variable in class org.apache.nifi.state.MockStateManager
 
failToGetLocalState - Variable in class org.apache.nifi.state.MockStateManager
 
failToSetClusterState - Variable in class org.apache.nifi.state.MockStateManager
 
failToSetLocalState - Variable in class org.apache.nifi.state.MockStateManager
 
fetch(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fetch(FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fetch(FlowFile, String, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
findBulletins(BulletinQuery) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForController() - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForController(int) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForGroupBySource(String) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForGroupBySource(String, int) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForSource(String) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findBulletinsForSource(String, String) - Method in class org.apache.nifi.util.MockBulletinRepository
 
findRelationshipByName(String) - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 
flowChanges - Variable in class org.apache.nifi.util.MockEventAccess
 
flowFileIdGenerator - Variable in class org.apache.nifi.util.SharedSessionState
 
flowFileQueue - Variable in class org.apache.nifi.util.SharedSessionState
 
flowFileQueue - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
FlowFileValidator - Interface in org.apache.nifi.util
 
fork(FlowFile, Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fork(FlowFile, Collection<FlowFile>, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fork(FlowFile, Collection<FlowFile>, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fork(FlowFile, Collection<FlowFile>, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
fromEvent(ProvenanceEventRecord) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
fromFlowFile(FlowFile) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 

G

get() - Method in class org.apache.nifi.util.MockProcessSession
 
get(int) - Method in class org.apache.nifi.util.MockProcessSession
 
get(String) - Method in class org.apache.nifi.state.MockStateMap
 
get(FlowFileFilter) - Method in class org.apache.nifi.util.MockProcessSession
 
getActualDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.util.MockConfigurationContext
 
getAllProperties() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getAllProperties() - Method in class org.apache.nifi.util.MockProcessContext
 
getAllProperties() - Method in class org.apache.nifi.util.MockPropertyContext
 
getAllProperties() - Method in class org.apache.nifi.util.MockReportingContext
 
getAllProperties() - Method in class org.apache.nifi.util.MockValidationContext
 
getAllRelationships() - Method in class org.apache.nifi.util.MockProcessContext
 
getAlternateIdentifierUri() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getAnnotationData() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
getAnnotationData() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getAnnotationData() - Method in class org.apache.nifi.util.MockProcessContext
 
getAnnotationData() - Method in class org.apache.nifi.util.MockValidationContext
 
getArgs() - Method in class org.apache.nifi.util.LogMessage
 
getAttribute(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getAttribute(String) - Method in class org.apache.nifi.util.MockFlowFile
 
getAttributes() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getAttributes() - Method in class org.apache.nifi.util.MockFlowFile
 
getAvailableRelationships() - Method in class org.apache.nifi.util.MockProcessContext
 
getBestEventIdentifier() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
Returns a unique identifier for the record.
getBulletinRepository() - Method in class org.apache.nifi.util.MockReportingContext
 
getBytesFetched() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getBytesReceived() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getBytesSent() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getChildFlowFileIds() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getChildUuids() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getChildUuids() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getClusterNodeIdentifier() - Method in class org.apache.nifi.util.MockReportingContext
 
getComponentBulletinCapacity() - Method in class org.apache.nifi.util.MockBulletinRepository
 
getComponentBulletins(String) - Method in class org.apache.nifi.util.MockReportingContext
 
getComponentId() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getComponentType() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getConfigToUpdate(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getConfiguration(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getContent() - Method in class org.apache.nifi.util.MockFlowFile
Returns the value of the internal content for this mock flowfile as a UTF-8 encoded String.
getContentAsByteArray(MockFlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
getContentAsByteArray(MockFlowFile) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getContentAsByteArray(MockFlowFile) - Method in interface org.apache.nifi.util.TestRunner
Copies the contents of the given MockFlowFile into a byte array and returns that byte array.
getContentClaimContainer() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getContentClaimIdentifier() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getContentClaimOffset() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getContentClaimSection() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getContentRepositoryStorageUsage() - Method in class org.apache.nifi.util.MockEventAccess
 
getContentStream() - Method in class org.apache.nifi.util.MockFlowFile
Returns the value of the internal content for this mock flowfile as an InputStream.
getControllerBulletinCapacity() - Method in class org.apache.nifi.util.MockBulletinRepository
 
getControllerService(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getControllerService(String) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getControllerService(String) - Method in class org.apache.nifi.util.MockValidationContext
 
getControllerService(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getControllerService(String) - Method in interface org.apache.nifi.util.TestRunner
 
getControllerService(String, Class<T>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getControllerService(String, Class<T>) - Method in interface org.apache.nifi.util.TestRunner
 
getControllerServiceAnnotationData(ControllerService) - Method in class org.apache.nifi.util.MockProcessContext
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getControllerServiceIdentifiers(Class<? extends ControllerService>) - Method in class org.apache.nifi.util.MockValidationContext
 
getControllerServiceLogger(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getControllerServiceLogger(String) - Method in interface org.apache.nifi.util.TestRunner
Returns the MockComponentLog that is used by the specified controller service.
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockProcessContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockReportingContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getControllerServiceLookup() - Method in class org.apache.nifi.util.MockValidationContext
 
getControllerServiceName(String) - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getControllerServiceName(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getControllerServiceName(String) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getControllerServiceName(String) - Method in class org.apache.nifi.util.MockValidationContext
 
getControllerServiceProperties(ControllerService) - Method in class org.apache.nifi.util.MockProcessContext
 
getControllerServices() - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getControllerServiceValidationContext(ControllerService) - Method in class org.apache.nifi.util.MockValidationContext
 
getControllerStatus() - Method in class org.apache.nifi.util.MockEventAccess
 
getCounterValue(String) - Method in class org.apache.nifi.util.SharedSessionState
 
getCounterValue(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getCounterValue(String) - Method in interface org.apache.nifi.util.TestRunner
 
getCreatedControllerServices() - Method in interface org.apache.nifi.util.PropertyMigrationResult
 
getCreatedSessions() - Method in class org.apache.nifi.util.MockSessionFactory
 
getData() - Method in class org.apache.nifi.util.MockFlowFile
Returns the value of the internal content for this mock flowfile.
getDebugMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getDebugMessages() - Method in class org.apache.nifi.util.MockComponentLog
 
getDetails() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getEntryDate() - Method in class org.apache.nifi.util.MockFlowFile
 
getEnvironmentVariables() - Method in class org.apache.nifi.util.MockProcessContext
 
getEnvironmentVariableValue(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getEnvironmentVariableValue(String) - Method in interface org.apache.nifi.util.TestRunner
Returns the current value of the variable with the given name
getErrorMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getErrorMessages() - Method in class org.apache.nifi.util.MockComponentLog
 
getEventAccess() - Method in class org.apache.nifi.util.MockReportingContext
 
getEventDuration() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getEventId() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getEvents() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getEventTime() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getEventType() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getEventType() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getExecutionNode() - Method in class org.apache.nifi.util.MockProcessContext
 
getFileSize() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getFlowChanges(int, int) - Method in class org.apache.nifi.util.MockEventAccess
 
getFlowFileEntryDate() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getFlowFileId() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getFlowFileQueue() - Method in class org.apache.nifi.util.SharedSessionState
 
getFlowFileRepositoryStorageUsage() - Method in class org.apache.nifi.util.MockEventAccess
 
getFlowFilesFetched() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getFlowFilesForRelationship(String) - Method in class org.apache.nifi.util.MockProcessSession
 
getFlowFilesForRelationship(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getFlowFilesForRelationship(String) - Method in interface org.apache.nifi.util.TestRunner
Returns a List of FlowFiles in the order in which they were transferred to the given relationship
getFlowFilesForRelationship(Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
getFlowFilesForRelationship(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getFlowFilesForRelationship(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Returns a List of FlowFiles in the order in which they were transferred to the given relationship
getFlowFilesReceived() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getFlowFilesSent() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getFlowFileUuid() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getGroupStatus(String) - Method in class org.apache.nifi.util.MockEventAccess
 
getId() - Method in class org.apache.nifi.util.MockFlowFile
 
getIdentifier() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getInfoMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getInfoMessages() - Method in class org.apache.nifi.util.MockComponentLog
 
getInputRequirement() - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
getInputRequirement() - Method in class org.apache.nifi.util.MockProcessContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.util.MockKerberosContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getKerberosConfigurationFile() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.util.MockKerberosContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getKerberosServiceKeytab() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.util.MockKerberosContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getKerberosServicePrincipal() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getLastQueueDate() - Method in class org.apache.nifi.util.MockFlowFile
 
getLineageStartDate() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getLineageStartDate() - Method in class org.apache.nifi.util.MockFlowFile
 
getLineageStartIndex() - Method in class org.apache.nifi.util.MockFlowFile
 
getLogger() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getLogger() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getLogger() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getLogger() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getLogger() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getLogger() - Method in interface org.apache.nifi.util.TestRunner
Returns the MockComponentLog that is used by the Processor under test.
getMarker() - Method in class org.apache.nifi.util.LogMessage
 
getMaxBulletinId() - Method in class org.apache.nifi.util.MockBulletinRepository
 
getMaxConcurrentTasks() - Method in class org.apache.nifi.util.MockProcessContext
 
getMsg() - Method in class org.apache.nifi.util.LogMessage
 
getName() - Method in class org.apache.nifi.util.CapturingLogger
 
getName() - Method in class org.apache.nifi.util.MockComponentLog
 
getName() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getName() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getName() - Method in class org.apache.nifi.util.MockProcessContext
 
getName() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
getNodeTypeProvider() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getParentFlowFileIds() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getParentUuids() - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
getParentUuids() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPenalizedFlowFiles() - Method in class org.apache.nifi.util.MockProcessSession
 
getPenalizedFlowFiles() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getPenalizedFlowFiles() - Method in interface org.apache.nifi.util.TestRunner
Returns a List of FlowFiles in the order in which they were transferred that were penalized
getPreviousAttributes() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousContentClaimContainer() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousContentClaimIdentifier() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousContentClaimOffset() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousContentClaimSection() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousFileSize() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getPreviousRelationships() - Method in interface org.apache.nifi.util.RelationshipMigrationResult
 
getProcessContext() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getProcessContext() - Method in interface org.apache.nifi.util.TestRunner
 
getProcessGroupIdentifier() - Method in class org.apache.nifi.util.MockValidationContext
 
getProcessor() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getProcessor() - Method in interface org.apache.nifi.util.TestRunner
 
getProcessSessionFactory() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getProcessSessionFactory() - Method in interface org.apache.nifi.util.TestRunner
 
getProperties() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
getProperties() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getProperties() - Method in class org.apache.nifi.util.MockProcessContext
 
getProperties() - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
getProperties() - Method in class org.apache.nifi.util.MockReportingContext
 
getProperties() - Method in class org.apache.nifi.util.MockValidationContext
 
getPropertiesRemoved() - Method in interface org.apache.nifi.util.PropertyMigrationResult
 
getPropertiesRenamed() - Method in interface org.apache.nifi.util.PropertyMigrationResult
 
getPropertiesUpdated() - Method in interface org.apache.nifi.util.PropertyMigrationResult
 
getProperty(String) - Method in class org.apache.nifi.util.MockProcessContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockConfigurationContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockProcessContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockPropertyContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockReportingContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockValidationContext
 
getPropertyDescriptor(String) - Method in class org.apache.nifi.util.MockProcessContext
 
getPropertyValue(String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
getPropertyWithoutValidatingExpressions(PropertyDescriptor) - Method in class org.apache.nifi.util.MockProcessContext
 
getProvenanceEvents() - Method in class org.apache.nifi.util.SharedSessionState
 
getProvenanceEvents() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getProvenanceEvents() - Method in interface org.apache.nifi.util.TestRunner
Returns a List of all ProvenanceEventRecords that were emitted by the Processor
getProvenanceEvents(long, int) - Method in class org.apache.nifi.util.MockEventAccess
 
getProvenanceReporter() - Method in class org.apache.nifi.util.MockProcessSession
 
getProvenanceReporter() - Method in class org.apache.nifi.util.SharedSessionState
 
getProvenanceRepository() - Method in class org.apache.nifi.util.MockEventAccess
 
getProvenanceRepositoryStorageUsage() - Method in class org.apache.nifi.util.MockEventAccess
 
getQueueDateIndex() - Method in class org.apache.nifi.util.MockFlowFile
 
getQueueSize() - Method in class org.apache.nifi.util.MockProcessSession
 
getQueueSize() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getQueueSize() - Method in interface org.apache.nifi.util.TestRunner
 
getRawProperties() - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
getRawPropertyValue(String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
getRawRelationships() - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 
getReferencedParameters(String) - Method in class org.apache.nifi.util.MockValidationContext
 
getRelationship() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getRemovedCount() - Method in class org.apache.nifi.util.MockProcessSession
 
getRemovedCount() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getRemovedCount() - Method in interface org.apache.nifi.util.TestRunner
 
getRenamedRelationships() - Method in interface org.apache.nifi.util.RelationshipMigrationResult
 
getRetrievalCount(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
getRetryCount() - Method in class org.apache.nifi.util.MockProcessContext
 
getSchedulingPeriod() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getSchedulingPeriod() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.util.MockConfigurationContext
 
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getSchedulingStrategy() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getService() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
getSize() - Method in class org.apache.nifi.util.MockFlowFile
 
getSourceQueueIdentifier() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getSourceSystemFlowFileIdentifier() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getState(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
getState(Scope) - Method in class org.apache.nifi.util.MockProcessSession
 
getStateManager() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
getStateManager() - Method in class org.apache.nifi.util.MockProcessContext
 
getStateManager() - Method in class org.apache.nifi.util.MockReportingContext
 
getStateManager() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getStateManager() - Method in interface org.apache.nifi.util.TestRunner
 
getStateManager(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Returns the State Manager for the given Controller Service.
getStateManager(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
 
getStateVersion() - Method in class org.apache.nifi.state.MockStateMap
 
getThreadCount() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getThreadCount() - Method in interface org.apache.nifi.util.TestRunner
 
getThrowable() - Method in class org.apache.nifi.util.LogMessage
 
getTotalBytesRead() - Method in class org.apache.nifi.util.MockEventAccess
 
getTotalBytesReceived() - Method in class org.apache.nifi.util.MockEventAccess
 
getTotalBytesSent() - Method in class org.apache.nifi.util.MockEventAccess
 
getTotalBytesWritten() - Method in class org.apache.nifi.util.MockEventAccess
 
getTraceMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getTraceMessages() - Method in class org.apache.nifi.util.MockComponentLog
 
getTransitUri() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getUnavailableRelationships() - Method in class org.apache.nifi.util.MockProcessContext
 
getUpdatedAttributes() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
getValue() - Method in class org.apache.nifi.util.MockPropertyValue
 
getValue(String, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
getWarnMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getWarnMessages() - Method in class org.apache.nifi.util.MockComponentLog
 

H

hasConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
hashCode() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
hashCode() - Method in class org.apache.nifi.util.EqualsWrapper
 
hashCode() - Method in class org.apache.nifi.util.MockFlowFile
 
hashCode() - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Returns a hash code value for this object.
hasIncomingConnection() - Method in class org.apache.nifi.util.MockProcessContext
 
hasNonLoopConnection() - Method in class org.apache.nifi.util.MockProcessContext
 
hasProperty(String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
hasRelationship(String) - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 

I

id - Variable in class org.apache.nifi.util.MockFlowFile
 
id - Variable in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
The field for the id record component.
id() - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Returns the value of the id record component.
identifier - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
identifier - Variable in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
identifier - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
idGenerator - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
ignoreAnnotations - Variable in class org.apache.nifi.state.MockStateManager
 
implementationClassName - Variable in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
The field for the implementationClassName record component.
implementationClassName() - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Returns the value of the implementationClassName record component.
importFrom(InputStream, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
importFrom(Path, boolean, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
incomingConnection - Variable in class org.apache.nifi.util.MockProcessContext
 
incrementReadCount(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
info(String) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String) - Method in class org.apache.nifi.util.MockComponentLog
 
info(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
info(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Throwable) - Method in class org.apache.nifi.util.MockComponentLog
 
info(Marker, String) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
infoMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
inheritAttributes(Collection<FlowFile>, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
Inherits the attributes from the given source flow files into the destination flow file.
inheritAttributes(FlowFile, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
Inherits the attributes from the given source flow file into another flow file.
inputRequirement - Variable in class org.apache.nifi.util.MockProcessContext
 
intersectAttributes(Collection<FlowFile>) - Static method in class org.apache.nifi.util.MockProcessSession
Returns the attributes that are common to every flow file given.
invocations - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
invokeMethodsWithAnnotation(Class<? extends Annotation>, Object, Object...) - Static method in class org.apache.nifi.util.ReflectionUtils
Invokes all methods on the given instance that have been annotated with the given Annotation.
invokeRemoteProcess(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
invokeRemoteProcess(FlowFile, String, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
isAttributeEqual(String, String) - Method in class org.apache.nifi.util.MockFlowFile
 
isAutoTerminated(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
isClustered - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
isClustered - Variable in class org.apache.nifi.util.MockProcessContext
 
isClustered() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
isClustered() - Method in class org.apache.nifi.util.MockProcessContext
 
isClustered() - Method in class org.apache.nifi.util.MockReportingContext
 
isConfiguredForClustering - Variable in class org.apache.nifi.util.MockProcessContext
 
isConfiguredForClustering() - Method in class org.apache.nifi.util.MockProcessContext
 
isConnected - Variable in class org.apache.nifi.util.MockProcessContext
 
isConnectedToCluster() - Method in class org.apache.nifi.util.MockProcessContext
 
isContentEqual(String) - Method in class org.apache.nifi.util.MockFlowFile
 
isContentEqual(String, Charset) - Method in class org.apache.nifi.util.MockFlowFile
 
isControllerServiceEnabled(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
isControllerServiceEnabled(String) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
isControllerServiceEnabled(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.util.MockValidationContext
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
isControllerServiceEnabled(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
 
isControllerServiceEnabling(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
isControllerServiceEnabling(String) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
isControllerServiceEnabling(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isDebugEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isDebugEnabled() - Method in class org.apache.nifi.util.MockComponentLog
 
isDebugEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isEmpty() - Method in class org.apache.nifi.util.MockFlowFileQueue
 
isEnabled() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
isErrorEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isErrorEnabled() - Method in class org.apache.nifi.util.MockComponentLog
 
isErrorEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isExpressionLanguagePresent() - Method in class org.apache.nifi.util.MockPropertyValue
 
isExpressionLanguagePresent(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isExpressionLanguagePresent(PropertyDescriptor) - Method in class org.apache.nifi.util.MockProcessContext
 
isExpressionLanguageSupported(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isFlowFileKnown(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
Checks if a FlowFile is known in this session.
isInfoEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isInfoEnabled() - Method in class org.apache.nifi.util.MockComponentLog
 
isInfoEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isParameterDefined(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isParameterSet(String) - Method in class org.apache.nifi.util.MockValidationContext
 
isPenalized() - Method in class org.apache.nifi.util.MockFlowFile
 
isPrimary() - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
isPrimary() - Method in class org.apache.nifi.util.MockProcessContext
 
isPrimaryNode - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
isPrimaryNode - Variable in class org.apache.nifi.util.MockProcessContext
 
isPropertySet(String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
isQueueEmpty() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
isQueueEmpty() - Method in interface org.apache.nifi.util.TestRunner
 
isRelationshipRetried(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
isSet() - Method in class org.apache.nifi.util.MockPropertyValue
 
isTraceEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isTraceEnabled() - Method in class org.apache.nifi.util.MockComponentLog
 
isTraceEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isValid() - Method in class org.apache.nifi.util.MockProcessContext
 
isValid() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
isValid() - Method in interface org.apache.nifi.util.TestRunner
 
isValidationRequired(ControllerService) - Method in class org.apache.nifi.util.MockValidationContext
 
isWarnEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isWarnEnabled() - Method in class org.apache.nifi.util.MockComponentLog
 
isWarnEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isYieldCalled() - Method in class org.apache.nifi.util.MockProcessContext
 
isYieldCalled() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
isYieldCalled() - Method in interface org.apache.nifi.util.TestRunner
 
item - Variable in class org.apache.nifi.util.EqualsWrapper
 

J

join(Collection<FlowFile>, FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
join(Collection<FlowFile>, FlowFile, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
join(Collection<FlowFile>, FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
join(Collection<FlowFile>, FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 

K

kerberosConfigFile - Variable in class org.apache.nifi.util.MockKerberosContext
 
kerberosContext - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
kerberosContext - Variable in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
kerberosContext - Variable in class org.apache.nifi.util.MockProcessorInitializationContext
 
kerberosContext - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
kerberosServiceKeytab - Variable in class org.apache.nifi.util.MockKerberosContext
 
kerberosServicePrincipal - Variable in class org.apache.nifi.util.MockKerberosContext
 

L

lastArgIsException(Object[]) - Method in class org.apache.nifi.util.MockComponentLog
 
lastEnqueuedDate - Variable in class org.apache.nifi.util.MockFlowFile
 
lineageStartDate - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
lineageStartDate - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
localRetrievedCount - Variable in class org.apache.nifi.state.MockStateManager
 
localStateMap - Variable in class org.apache.nifi.state.MockStateManager
 
LOG - Static variable in class org.apache.nifi.util.ReflectionUtils
 
logger - Variable in class org.apache.nifi.util.CapturingLogger
 
logger - Variable in class org.apache.nifi.util.MockComponentLog
 
logger - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
logger - Variable in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
logger - Variable in class org.apache.nifi.util.MockProcessorInitializationContext
 
logger - Static variable in class org.apache.nifi.util.MockProvenanceReporter
 
logger - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
logger - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
LogMessage - Class in org.apache.nifi.util
 
LogMessage(Marker, String, Throwable, Object...) - Constructor for class org.apache.nifi.util.LogMessage
 

M

marker - Variable in class org.apache.nifi.util.LogMessage
 
markEvaluated() - Method in class org.apache.nifi.util.MockPropertyValue
 
maxConcurrentTasks - Variable in class org.apache.nifi.util.MockProcessContext
 
merge(Collection<FlowFile>, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
merge(Collection<FlowFile>, FlowFile, byte[], byte[], byte[]) - Method in class org.apache.nifi.util.MockProcessSession
 
migrate(ProcessSession) - Method in class org.apache.nifi.util.MockProcessSession
 
migrate(ProcessSession, Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
migrate(MockProcessSession, Collection<MockFlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
migrate(MockProvenanceReporter, Set<String>) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
migrateProperties() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
migrateProperties() - Method in interface org.apache.nifi.util.TestRunner
Causes the TestRunner to call the Processor's Processor.migrateProperties(PropertyConfiguration) method.
migrateRelationships() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
migrateRelationships() - Method in interface org.apache.nifi.util.TestRunner
Causes the TestRunner to call the Processor's Processor.migrateRelationships(RelationshipConfiguration) method.
MockBulletin - Class in org.apache.nifi.reporting
 
MockBulletin(long) - Constructor for class org.apache.nifi.reporting.MockBulletin
 
MockBulletinRepository - Class in org.apache.nifi.util
 
MockBulletinRepository() - Constructor for class org.apache.nifi.util.MockBulletinRepository
 
MockComponentLog - Class in org.apache.nifi.util
 
MockComponentLog(String, Object) - Constructor for class org.apache.nifi.util.MockComponentLog
 
MockConfigurationContext - Class in org.apache.nifi.util
 
MockConfigurationContext(Map<PropertyDescriptor, String>, ControllerServiceLookup, Map<String, String>) - Constructor for class org.apache.nifi.util.MockConfigurationContext
 
MockConfigurationContext(ControllerService, Map<PropertyDescriptor, String>, ControllerServiceLookup, Map<String, String>) - Constructor for class org.apache.nifi.util.MockConfigurationContext
 
MockControllerServiceInitializationContext - Class in org.apache.nifi.util
 
MockControllerServiceInitializationContext(ControllerService, String) - Constructor for class org.apache.nifi.util.MockControllerServiceInitializationContext
 
MockControllerServiceInitializationContext(ControllerService, String, StateManager) - Constructor for class org.apache.nifi.util.MockControllerServiceInitializationContext
 
MockControllerServiceInitializationContext(ControllerService, String, ComponentLog, StateManager) - Constructor for class org.apache.nifi.util.MockControllerServiceInitializationContext
 
MockControllerServiceInitializationContext(ControllerService, String, ComponentLog, StateManager, KerberosContext) - Constructor for class org.apache.nifi.util.MockControllerServiceInitializationContext
 
MockControllerServiceLookup - Class in org.apache.nifi.util
 
MockControllerServiceLookup() - Constructor for class org.apache.nifi.util.MockControllerServiceLookup
 
MockEventAccess - Class in org.apache.nifi.util
 
MockEventAccess() - Constructor for class org.apache.nifi.util.MockEventAccess
 
MockFlowFile - Class in org.apache.nifi.util
 
MockFlowFile(long) - Constructor for class org.apache.nifi.util.MockFlowFile
 
MockFlowFile(long, FlowFile) - Constructor for class org.apache.nifi.util.MockFlowFile
 
MockFlowFileQueue - Class in org.apache.nifi.util
 
MockFlowFileQueue() - Constructor for class org.apache.nifi.util.MockFlowFileQueue
 
MockKerberosContext - Class in org.apache.nifi.util
 
MockKerberosContext(File) - Constructor for class org.apache.nifi.util.MockKerberosContext
 
MockKerberosContext(String, File, File) - Constructor for class org.apache.nifi.util.MockKerberosContext
 
MockParameterProviderInitializationContext - Class in org.apache.nifi.util
 
MockParameterProviderInitializationContext(String, String, ComponentLog) - Constructor for class org.apache.nifi.util.MockParameterProviderInitializationContext
 
MockParameterProviderInitializationContext(String, String, ComponentLog, KerberosContext) - Constructor for class org.apache.nifi.util.MockParameterProviderInitializationContext
 
MockProcessContext - Class in org.apache.nifi.util
 
MockProcessContext(ConfigurableComponent) - Constructor for class org.apache.nifi.util.MockProcessContext
 
MockProcessContext(ConfigurableComponent, String) - Constructor for class org.apache.nifi.util.MockProcessContext
 
MockProcessContext(ConfigurableComponent, String, StateManager, Map<String, String>) - Constructor for class org.apache.nifi.util.MockProcessContext
Creates a new MockProcessContext for the given Processor with given name
MockProcessContext(ConfigurableComponent, StateManager) - Constructor for class org.apache.nifi.util.MockProcessContext
Creates a new MockProcessContext for the given Processor
MockProcessContext(ControllerService, String, MockProcessContext, StateManager, Map<String, String>) - Constructor for class org.apache.nifi.util.MockProcessContext
 
MockProcessContext(ControllerService, MockProcessContext, StateManager, Map<String, String>) - Constructor for class org.apache.nifi.util.MockProcessContext
 
MockProcessorInitializationContext - Class in org.apache.nifi.util
 
MockProcessorInitializationContext(Processor, MockProcessContext) - Constructor for class org.apache.nifi.util.MockProcessorInitializationContext
 
MockProcessorInitializationContext(Processor, MockProcessContext, MockComponentLog) - Constructor for class org.apache.nifi.util.MockProcessorInitializationContext
 
MockProcessorInitializationContext(Processor, MockProcessContext, MockComponentLog, KerberosContext) - Constructor for class org.apache.nifi.util.MockProcessorInitializationContext
 
MockProcessSession - Class in org.apache.nifi.util
 
MockProcessSession(SharedSessionState, Processor) - Constructor for class org.apache.nifi.util.MockProcessSession
 
MockProcessSession(SharedSessionState, Processor, boolean, StateManager) - Constructor for class org.apache.nifi.util.MockProcessSession
 
MockProcessSession(SharedSessionState, Processor, boolean, StateManager, boolean) - Constructor for class org.apache.nifi.util.MockProcessSession
 
MockProcessSession(SharedSessionState, Processor, StateManager) - Constructor for class org.apache.nifi.util.MockProcessSession
 
MockPropertyConfiguration - Class in org.apache.nifi.util
 
MockPropertyConfiguration(Map<String, String>) - Constructor for class org.apache.nifi.util.MockPropertyConfiguration
 
MockPropertyConfiguration.CreatedControllerService - Record Class in org.apache.nifi.util
 
MockPropertyContext - Class in org.apache.nifi.util
 
MockPropertyContext(Map<PropertyDescriptor, String>) - Constructor for class org.apache.nifi.util.MockPropertyContext
 
MockPropertyValue - Class in org.apache.nifi.util
 
MockPropertyValue(String) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, Map<String, String>) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, ControllerServiceLookup, Map<String, String>) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, ControllerServiceLookup, PropertyDescriptor, boolean, Map<String, String>) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, ControllerServiceLookup, PropertyDescriptor, Map<String, String>) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockProvenanceEvent - Class in org.apache.nifi.provenance
 
MockProvenanceEvent(MockProvenanceEvent.Builder) - Constructor for class org.apache.nifi.provenance.MockProvenanceEvent
 
MockProvenanceEvent.Builder - Class in org.apache.nifi.provenance
 
MockProvenanceReporter - Class in org.apache.nifi.util
 
MockProvenanceReporter(MockProcessSession, SharedSessionState, String, String) - Constructor for class org.apache.nifi.util.MockProvenanceReporter
 
MockRelationshipConfiguration - Class in org.apache.nifi.util
 
MockRelationshipConfiguration(Set<Relationship>) - Constructor for class org.apache.nifi.util.MockRelationshipConfiguration
 
MockReportingContext - Class in org.apache.nifi.util
 
MockReportingContext(Map<String, ControllerService>, StateManager) - Constructor for class org.apache.nifi.util.MockReportingContext
 
MockReportingInitializationContext - Class in org.apache.nifi.util
 
MockReportingInitializationContext(String, String, ComponentLog) - Constructor for class org.apache.nifi.util.MockReportingInitializationContext
 
MockSessionFactory - Class in org.apache.nifi.util
 
MockSessionFactory(SharedSessionState, Processor, boolean, StateManager, boolean) - Constructor for class org.apache.nifi.util.MockSessionFactory
 
MockStateManager - Class in org.apache.nifi.state
 
MockStateManager(Object) - Constructor for class org.apache.nifi.state.MockStateManager
 
MockStateManager.ExecutionMode - Enum Class in org.apache.nifi.state
 
MockStateMap - Class in org.apache.nifi.state
 
MockStateMap(Map<String, String>, long) - Constructor for class org.apache.nifi.state.MockStateMap
 
MockValidationContext - Class in org.apache.nifi.util
 
MockValidationContext(MockProcessContext) - Constructor for class org.apache.nifi.util.MockValidationContext
 
MockValidationContext(MockProcessContext, StateManager) - Constructor for class org.apache.nifi.util.MockValidationContext
 
modifyAttributes(FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyAttributes(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyContent(FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyContent(FlowFile, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyContent(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyContent(FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
msg - Variable in class org.apache.nifi.util.LogMessage
 

N

name - Variable in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
name - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
newExpressionLanguageCompiler() - Method in class org.apache.nifi.util.MockValidationContext
 
newPropertyValue(String) - Method in class org.apache.nifi.util.MockProcessContext
 
newPropertyValue(String) - Method in class org.apache.nifi.util.MockValidationContext
 
newTestRunner(Class<? extends Processor>) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor class.
newTestRunner(Class<? extends Processor>, String) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor class.
newTestRunner(Class<? extends Processor>, String, MockComponentLog) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor class.
newTestRunner(Class<? extends Processor>, MockComponentLog) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor class.
newTestRunner(Processor) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor.
newTestRunner(Processor, String) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor.
newTestRunner(Processor, String, KerberosContext) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor and KerberosContext.
newTestRunner(Processor, String, MockComponentLog) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor.
newTestRunner(Processor, KerberosContext) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor which uses the given KerberosContext.
newTestRunner(Processor, MockComponentLog) - Static method in class org.apache.nifi.util.TestRunners
Returns a TestRunner for the given Processor.
nextFlowFileId() - Method in class org.apache.nifi.util.SharedSessionState
 
nonLoopConnection - Variable in class org.apache.nifi.util.MockProcessContext
 
NoOpProcessor - Class in org.apache.nifi.util
 
NoOpProcessor() - Constructor for class org.apache.nifi.util.NoOpProcessor
 
numThreads - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 

O

offer(MockFlowFile) - Method in class org.apache.nifi.util.MockFlowFileQueue
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.util.NoOpProcessor
 
openInputStreams - Variable in class org.apache.nifi.util.MockProcessSession
 
openOutputStreams - Variable in class org.apache.nifi.util.MockProcessSession
 
org.apache.nifi.provenance - package org.apache.nifi.provenance
 
org.apache.nifi.reporting - package org.apache.nifi.reporting
 
org.apache.nifi.state - package org.apache.nifi.state
 
org.apache.nifi.util - package org.apache.nifi.util
 
originalRelationships - Variable in class org.apache.nifi.util.MockRelationshipConfiguration
 
originalVersions - Variable in class org.apache.nifi.util.MockProcessSession
 

P

parentUuids - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
parentUuids - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
penalize(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
penalized - Variable in class org.apache.nifi.util.MockFlowFile
 
penalized - Variable in class org.apache.nifi.util.MockProcessSession
 
poll() - Method in class org.apache.nifi.util.MockFlowFileQueue
 
prependToArgs(Object[], Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
previousAttributes - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousAttributes - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
previousClaimContainer - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousClaimContainer - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
previousClaimIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousClaimIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
previousClaimOffset - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousClaimOffset - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
previousClaimSection - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousClaimSection - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
previousSize - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
previousSize - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
processGroupStatus - Variable in class org.apache.nifi.util.MockEventAccess
 
processGroupStatusMap - Variable in class org.apache.nifi.util.MockEventAccess
 
processor - Variable in class org.apache.nifi.util.MockProcessSession
 
processor - Variable in class org.apache.nifi.util.MockSessionFactory
 
processor - Variable in class org.apache.nifi.util.SharedSessionState
 
processor - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
processorId - Variable in class org.apache.nifi.util.MockProcessorInitializationContext
 
processorId - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
processorQueue - Variable in class org.apache.nifi.util.MockProcessSession
 
processorStateManager - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
processorType - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
properties - Variable in class org.apache.nifi.util.ControllerServiceConfiguration
 
properties - Variable in class org.apache.nifi.util.MockConfigurationContext
 
properties - Variable in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
properties - Variable in class org.apache.nifi.util.MockProcessContext
 
properties - Variable in class org.apache.nifi.util.MockPropertyContext
 
properties - Variable in class org.apache.nifi.util.MockReportingContext
 
properties - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
propertiesRemoved - Variable in class org.apache.nifi.util.MockPropertyConfiguration
 
propertiesUpdated - Variable in class org.apache.nifi.util.MockPropertyConfiguration
 
propertyDescriptor - Variable in class org.apache.nifi.util.MockPropertyValue
 
PropertyMigrationResult - Interface in org.apache.nifi.util
 
propertyProviders - Variable in class org.apache.nifi.util.EqualsWrapper
 
propertyRenames - Variable in class org.apache.nifi.util.MockPropertyConfiguration
 
provenanceRecords - Variable in class org.apache.nifi.util.MockEventAccess
 
provenanceReporter - Variable in class org.apache.nifi.util.MockProcessSession
 
provenanceReporter - Variable in class org.apache.nifi.util.SharedSessionState
 
putAllAttributes(FlowFile, Map<String, String>) - Method in class org.apache.nifi.util.MockProcessSession
 
putAttribute(FlowFile, String, String) - Method in class org.apache.nifi.util.MockProcessSession
 
putAttributes(Map<String, String>) - Method in class org.apache.nifi.util.MockFlowFile
 

Q

queue - Variable in class org.apache.nifi.util.MockFlowFileQueue
 
quietlyInvokeMethodsWithAnnotation(Class<? extends Annotation>, Object, Object...) - Static method in class org.apache.nifi.util.ReflectionUtils
Invokes all methods on the given instance that have been annotated with the given Annotation.

R

rawProperties - Variable in class org.apache.nifi.util.MockPropertyConfiguration
 
rawRelationships - Variable in class org.apache.nifi.util.MockRelationshipConfiguration
 
rawValue - Variable in class org.apache.nifi.util.MockPropertyValue
 
read(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
read(FlowFile, InputStreamCallback) - Method in class org.apache.nifi.util.MockProcessSession
 
readFully(InputStream) - Method in class org.apache.nifi.util.MockProcessSession
 
readLock - Variable in class org.apache.nifi.util.MockFlowFileQueue
 
readRecursionSet - Variable in class org.apache.nifi.util.MockProcessSession
 
receive(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, String, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
ReflectionUtils - Class in org.apache.nifi.util
 
ReflectionUtils() - Constructor for class org.apache.nifi.util.ReflectionUtils
 
relationship - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
relationship - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
RelationshipMigrationResult - Interface in org.apache.nifi.util
 
relationshipRenames - Variable in class org.apache.nifi.util.MockRelationshipConfiguration
 
relationshipSplits - Variable in class org.apache.nifi.util.MockRelationshipConfiguration
 
remove(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
remove(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
removeAllAttributes(FlowFile, Pattern) - Method in class org.apache.nifi.util.MockProcessSession
 
removeAllAttributes(FlowFile, Set<String>) - Method in class org.apache.nifi.util.MockProcessSession
 
removeAttribute(FlowFile, String) - Method in class org.apache.nifi.util.MockProcessSession
 
removeAttributes(Set<String>) - Method in class org.apache.nifi.util.MockFlowFile
 
removeChildFlowFile(FlowFile) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
removeConnection(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeConnection(String) - Method in interface org.apache.nifi.util.TestRunner
Removes the connection for the relationship with the given name from the configured processor.
removeConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
removeConnection(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeConnection(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Removes the connection for the given Relationship from the configured processor.
removeControllerService(ControllerService) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
removeControllerService(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeControllerService(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
Removes the Controller Service from the TestRunner.
removedFlowFiles - Variable in class org.apache.nifi.util.MockProcessSession
 
removeParentFlowFile(FlowFile) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
removeProperty(String) - Method in class org.apache.nifi.util.MockProcessContext
 
removeProperty(String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
removeProperty(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeProperty(String) - Method in interface org.apache.nifi.util.TestRunner
Removes the property from the ProcessContext, effectively setting its value to null, or the property's default value, if it has one.
removeProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockProcessContext
 
removeProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeProperty(PropertyDescriptor) - Method in interface org.apache.nifi.util.TestRunner
Removes the PropertyDescriptor from the ProcessContext, effectively setting its value to null, or the property's default value, if it has one.
removeProperty(ControllerService, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeProperty(ControllerService, String) - Method in interface org.apache.nifi.util.TestRunner
Removes the PropertyDescriptor from the ControllerService, effectively setting its value to null, or the property's default value, if it has one.
removeProperty(ControllerService, PropertyDescriptor) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeProperty(ControllerService, PropertyDescriptor) - Method in interface org.apache.nifi.util.TestRunner
Removes the PropertyDescriptor from the ControllerService, effectively setting its value to null, or the property's default value, if it has one.
renameProperty(String, String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
renameRelationship(String, String) - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 
replace(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
replaceState(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.util.MockProcessSession
 
reset() - Method in class org.apache.nifi.state.MockStateManager
 
retrieveState(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
rollback() - Method in class org.apache.nifi.util.MockProcessSession
 
rollback(boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
rolledback - Variable in class org.apache.nifi.util.MockProcessSession
 
route(FlowFile, Relationship) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
route(FlowFile, Relationship, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
route(FlowFile, Relationship, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
route(FlowFile, Relationship, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
run() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run() - Method in interface org.apache.nifi.util.TestRunner
Performs exactly the same operation as calling TestRunner.run(int) with a value of 1.
run(int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int) - Method in interface org.apache.nifi.util.TestRunner
Performs the same operation as calling TestRunner.run(int, boolean) with a value of true
run(int, boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean) - Method in interface org.apache.nifi.util.TestRunner
performs the same operation as calling TestRunner.run(int, boolean, boolean) with a value of iterations, stopOnFinish, true
run(int, boolean, boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean, boolean) - Method in interface org.apache.nifi.util.TestRunner
This method runs the Processor iterations times, using the sequence of steps below: If initialize is true, run all methods on the Processor that are annotated with the @OnScheduled annotation.
run(int, boolean, boolean, long) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean, boolean, long) - Method in interface org.apache.nifi.util.TestRunner
This method runs the Processor iterations times, using the sequence of steps below: If initialize is true, run all methods on the Processor that are annotated with the @OnScheduled annotation.
RunProcessor() - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner.RunProcessor
 
runSchedule - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
rwLock - Variable in class org.apache.nifi.util.MockFlowFileQueue
 

S

send(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, boolean) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, long, boolean) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, String, boolean) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, String, long, boolean) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
service - Variable in class org.apache.nifi.util.ControllerServiceConfiguration
 
service - Variable in class org.apache.nifi.util.MockConfigurationContext
 
serviceLookup - Variable in class org.apache.nifi.util.MockConfigurationContext
 
serviceLookup - Variable in class org.apache.nifi.util.MockPropertyValue
 
serviceProperties - Variable in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
The field for the serviceProperties record component.
serviceProperties() - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Returns the value of the serviceProperties record component.
session - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
sessionFactory - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
setAllowSynchronousSessionCommits(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setAllowSynchronousSessionCommits(boolean) - Method in interface org.apache.nifi.util.TestRunner
Specifies whether or not the TestRunner will allow ProcessSession.commit() to be called.
setAlternateIdentifierUri(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setAnnotationData(String) - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
setAnnotationData(String) - Method in class org.apache.nifi.util.MockProcessContext
 
setAnnotationData(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setAnnotationData(String) - Method in interface org.apache.nifi.util.TestRunner
Sets the annotation data.
setAnnotationData(ControllerService, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setAnnotationData(ControllerService, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the annotation data of the given service to the provided annotation data.
setAttributes(Map<String, String>, Map<String, String>) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setClustered(boolean) - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
setClustered(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setClustered(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setClustered(boolean) - Method in interface org.apache.nifi.util.TestRunner
 
setComponentId(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setComponentType(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setConnected(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setConnected(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setConnected(boolean) - Method in interface org.apache.nifi.util.TestRunner
 
setConnections(Set<Relationship>) - Method in class org.apache.nifi.util.MockProcessContext
 
setCurrentContentClaim(String, String, String, Long, long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setData(byte[]) - Method in class org.apache.nifi.util.MockFlowFile
Sets the value of the internal content for this mock flowfile.
setDetails(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setEnabled(boolean) - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
setEnqueuedIndex(long) - Method in class org.apache.nifi.util.MockFlowFile
 
setEnvironmentVariableValue(String, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setEnvironmentVariableValue(String, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the value of the variable with the given name to be the given value.
setEventDuration(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setEventId(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setEventId(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
setEventTime(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setEventType(ProvenanceEventType) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setExecutionMode(MockStateManager.ExecutionMode) - Method in class org.apache.nifi.state.MockStateManager
 
setFailOnStateGet(Scope, boolean) - Method in class org.apache.nifi.state.MockStateManager
Specifies whether or not the State Manager should throw an IOException when state is retrieved for the given scope.
setFailOnStateSet(Scope, boolean) - Method in class org.apache.nifi.state.MockStateManager
Specifies whether or not the State Manager should throw an IOException when state is set for the given scope.
setFlowFileEntryDate(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setFlowFileUUID(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setIgnoreAnnotations(boolean) - Method in class org.apache.nifi.state.MockStateManager
 
setIncomingConnection(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setIncomingConnection(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setIncomingConnection(boolean) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the framework that the configured processor has one or more incoming connections.
setIsConfiguredForClustering(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setIsConfiguredForClustering(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setIsConfiguredForClustering(boolean) - Method in interface org.apache.nifi.util.TestRunner
 
setLastEnqueuedDate(long) - Method in class org.apache.nifi.util.MockFlowFile
 
setLineageStartDate(long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setMaxConcurrentTasks(int) - Method in class org.apache.nifi.util.MockProcessContext
 
setNonLoopConnection(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setNonLoopConnection(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setNonLoopConnection(boolean) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the framework that the configured processor has one or more incoming connections for which the processor is not also the source.
setPenalized(boolean) - Method in class org.apache.nifi.util.MockFlowFile
 
setPreviousContentClaim(String, String, String, Long, long) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setPrimaryNode(boolean) - Method in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
setPrimaryNode(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setPrimaryNode(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setPrimaryNode(boolean) - Method in interface org.apache.nifi.util.TestRunner
 
setProcessGroupStatus(String, ProcessGroupStatus) - Method in class org.apache.nifi.util.MockEventAccess
 
setProcessGroupStatus(ProcessGroupStatus) - Method in class org.apache.nifi.util.MockEventAccess
 
setProperties(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
setProperties(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
setProperties(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.util.MockReportingContext
 
setProperties(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockProcessContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockReportingContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(String, String) - Method in interface org.apache.nifi.util.TestRunner
Updates the value of the property with the given PropertyDescriptor to the specified value IF and ONLY IF the value is valid according to the descriptor's validator.
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.MockParameterProviderInitializationContext
 
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.MockProcessContext
Updates the value of the property with the given PropertyDescriptor to the specified value IF and ONLY IF the value is valid according to the descriptor's validator.
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(PropertyDescriptor, String) - Method in interface org.apache.nifi.util.TestRunner
Updates the value of the property with the given PropertyDescriptor to the specified value IF and ONLY IF the value is valid according to the descriptor's validator.
setProperty(PropertyDescriptor, DescribedValue) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(PropertyDescriptor, DescribedValue) - Method in interface org.apache.nifi.util.TestRunner
Updates the value of the property with the given PropertyDescriptor to the specified value IF and ONLY IF the value is valid according to the descriptor's validator.
setProperty(ControllerService, String, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, String, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the property with the given name on the given ControllerService
setProperty(ControllerService, PropertyDescriptor, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, PropertyDescriptor, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the given property on the given ControllerService
setProperty(ControllerService, PropertyDescriptor, DescribedValue) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, PropertyDescriptor, DescribedValue) - Method in interface org.apache.nifi.util.TestRunner
Sets the given property on the given ControllerService
setRelationship(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setRelationship(Relationship) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setRelationshipAvailable(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipAvailable(String) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the given Relationship with the given name should be considered "available", meaning that the queues of all Connections that contain this Relationship are not full.
setRelationshipAvailable(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipAvailable(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the given Relationship should be considered "available", meaning that the queues of all Connections that contain this Relationship are not full.
setRelationshipUnavailable(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipUnavailable(String) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the Relationship with the given name should NOT be considered "available", meaning that the queue of at least one Connection that contain this Relationship is full.
setRelationshipUnavailable(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipUnavailable(Relationship) - Method in interface org.apache.nifi.util.TestRunner
Indicates to the Framework that the given Relationship should NOT be considered "available", meaning that the queue of at least one Connection that contain this Relationship is full.
setRunSchedule(long) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Set the Run Schedule parameter (in milliseconds).
setRunSchedule(long) - Method in interface org.apache.nifi.util.TestRunner
Set the Run Schedule parameter (in milliseconds).
setSourceQueueIdentifier(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setSourceSystemFlowFileIdentifier(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setState(Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
setState(Map<String, String>, Scope) - Method in class org.apache.nifi.util.MockProcessSession
 
setThreadCount(int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setThreadCount(int) - Method in interface org.apache.nifi.util.TestRunner
Updates the number of threads that will be used to run the Processor when calling the TestRunner.run() or TestRunner.run(int) methods.
setTransitUri(String) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setUnavailableRelationships(Set<Relationship>) - Method in class org.apache.nifi.util.MockProcessContext
 
setUpdatedAttributes(Map<String, String>) - Method in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
setValidateExpressions(boolean) - Method in class org.apache.nifi.util.MockConfigurationContext
 
setValidateExpressions(boolean) - Method in class org.apache.nifi.util.MockValidationContext
 
setValidateExpressionUsage(boolean) - Method in class org.apache.nifi.util.MockProcessContext
 
setValidateExpressionUsage(boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setValidateExpressionUsage(boolean) - Method in interface org.apache.nifi.util.TestRunner
Specifies whether or not the TestRunner will validate the use of Expression Language.
sharedSessionState - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
SharedSessionState - Class in org.apache.nifi.util
 
SharedSessionState(Processor, AtomicLong) - Constructor for class org.apache.nifi.util.SharedSessionState
 
sharedState - Variable in class org.apache.nifi.util.MockProcessSession
 
sharedState - Variable in class org.apache.nifi.util.MockSessionFactory
 
sharedState - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
shutdown() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
shutdown() - Method in interface org.apache.nifi.util.TestRunner
Invokes all methods on the Processor that are annotated with the @OnShutdown annotation.
size() - Method in class org.apache.nifi.util.MockFlowFileQueue
 
sourceQueueIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
sourceQueueIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
sourceSystemFlowFileIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
sourceSystemFlowFileIdentifier - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
splitRelationship(String, String, String...) - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 
STANDALONE - Enum constant in enum class org.apache.nifi.state.MockStateManager.ExecutionMode
 
StandardProcessorTestRunner - Class in org.apache.nifi.util
 
StandardProcessorTestRunner(Processor) - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner
 
StandardProcessorTestRunner(Processor, String) - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner
 
StandardProcessorTestRunner(Processor, String, KerberosContext) - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner
 
StandardProcessorTestRunner(Processor, String, MockComponentLog) - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner
 
StandardProcessorTestRunner(Processor, String, MockComponentLog, KerberosContext) - Constructor for class org.apache.nifi.util.StandardProcessorTestRunner
 
StandardProcessorTestRunner.RunProcessor - Class in org.apache.nifi.util
 
stateManager - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
stateManager - Variable in class org.apache.nifi.util.MockProcessContext
 
stateManager - Variable in class org.apache.nifi.util.MockProcessSession
 
stateManager - Variable in class org.apache.nifi.util.MockReportingContext
 
stateManager - Variable in class org.apache.nifi.util.MockSessionFactory
 
stateManager - Variable in class org.apache.nifi.util.MockValidationContext
 
stateValues - Variable in class org.apache.nifi.state.MockStateMap
 
stdPropValue - Variable in class org.apache.nifi.util.MockPropertyValue
 
stop() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
stop() - Method in interface org.apache.nifi.util.TestRunner
Invokes all methods on the Processor that are annotated with the @OnStopped annotation.

T

TestRunner - Interface in org.apache.nifi.util
 
TestRunners - Class in org.apache.nifi.util
 
TestRunners() - Constructor for class org.apache.nifi.util.TestRunners
 
throwable - Variable in class org.apache.nifi.util.LogMessage
 
toByteArray() - Method in class org.apache.nifi.util.MockFlowFile
 
toMap() - Method in class org.apache.nifi.state.MockStateMap
 
toPropertyMigrationResult() - Method in class org.apache.nifi.util.MockPropertyConfiguration
 
toRelationshipMigrationResult() - Method in class org.apache.nifi.util.MockRelationshipConfiguration
 
toString() - Method in class org.apache.nifi.provenance.MockProvenanceEvent
 
toString() - Method in class org.apache.nifi.util.EqualsWrapper
 
toString() - Method in class org.apache.nifi.util.LogMessage
 
toString() - Method in class org.apache.nifi.util.MockFlowFile
 
toString() - Method in record class org.apache.nifi.util.MockPropertyConfiguration.CreatedControllerService
Returns a string representation of this record class.
toString() - Method in class org.apache.nifi.util.MockPropertyValue
 
trace(String) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String) - Method in class org.apache.nifi.util.MockComponentLog
 
trace(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
trace(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Throwable) - Method in class org.apache.nifi.util.MockComponentLog
 
trace(Marker, String) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
traceMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
transfer(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(Collection<FlowFile>, Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(FlowFile, Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
transferMap - Variable in class org.apache.nifi.util.MockProcessSession
 
transitUri - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
transitUri - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
triggerSerially - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 

U

unavailableRelationships - Variable in class org.apache.nifi.util.MockProcessContext
 
unpenalize(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
unSchedule() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
unSchedule() - Method in interface org.apache.nifi.util.TestRunner
Invokes all methods on the Processor that are annotated with the @OnUnscheduled annotation.
updatedAttributes - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
updatedAttributes - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 
updateLastQueuedDate(MockFlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
updateStateWithNewFlowFile(MockFlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
upload(FlowFile, long, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
upload(FlowFile, long, String, String, long, boolean) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
usesClusterState - Variable in class org.apache.nifi.state.MockStateManager
 
usesLocalState - Variable in class org.apache.nifi.state.MockStateManager
 
uuid - Variable in class org.apache.nifi.provenance.MockProvenanceEvent.Builder
 
uuid - Variable in class org.apache.nifi.provenance.MockProvenanceEvent
 

V

validate() - Method in class org.apache.nifi.util.MockProcessContext
Validates the current properties, returning ValidationResults for any invalid properties.
validateExpressions - Variable in class org.apache.nifi.util.MockConfigurationContext
 
validateExpressions - Variable in class org.apache.nifi.util.MockValidationContext
 
validateExpressionScope(boolean) - Method in class org.apache.nifi.util.MockPropertyValue
 
validateExpressionUsage - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
validateReferencedControllerServices(ValidationContext) - Method in class org.apache.nifi.util.MockProcessContext
 
validateState(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
validateState(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
valueOf(String) - Static method in enum class org.apache.nifi.state.MockStateManager.ExecutionMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.nifi.state.MockStateManager.ExecutionMode
Returns an array containing the constants of this enum class, in the order they are declared.
verifyAnnotation(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
verifyCanGet(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
verifyCanSet(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
verifyFlowFileKnown(FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
version - Variable in class org.apache.nifi.state.MockStateMap
 
versionIndex - Variable in class org.apache.nifi.state.MockStateManager
 

W

warn(String) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String) - Method in class org.apache.nifi.util.MockComponentLog
 
warn(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Object...) - Method in class org.apache.nifi.util.MockComponentLog
 
warn(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Throwable) - Method in class org.apache.nifi.util.MockComponentLog
 
warn(Marker, String) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
warnMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
wrapList(Collection<T>, List<Function<T, Object>>) - Static method in class org.apache.nifi.util.EqualsWrapper
Wraps multiple objects and primes them for equality checks.
write(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
write(FlowFile, OutputStreamCallback) - Method in class org.apache.nifi.util.MockProcessSession
 
write(FlowFile, StreamCallback) - Method in class org.apache.nifi.util.MockProcessSession
 
writeLock - Variable in class org.apache.nifi.util.MockFlowFileQueue
 
writeRecursionSet - Variable in class org.apache.nifi.util.MockProcessSession
 

Y

yield() - Method in class org.apache.nifi.util.MockProcessContext
 
yieldCalled - Variable in class org.apache.nifi.util.MockProcessContext
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages