Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y 

A

addAll(Collection<MockFlowFile>) - Method in class org.apache.nifi.util.MockFlowFileQueue
 
addBulletin(Bulletin) - Method in class org.apache.nifi.util.MockBulletinRepository
 
addConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
addConnection(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addConnection(String) - 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.
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.
addControllerService(ControllerService, String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addControllerService(ControllerService) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addControllerService(String, ControllerService, Map<PropertyDescriptor, String>, String) - Method in class org.apache.nifi.util.MockProcessContext
 
addControllerService(String, ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
addControllerService(String, ControllerService, Map<String, String>) - 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 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.
addControllerServices(MockControllerServiceLookup) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
addFlowChange(Action) - Method in class org.apache.nifi.util.MockEventAccess
 
addProcessor(Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
addProcessorAndThrowable(Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
addProvenanceEvent(ProvenanceEventRecord) - Method in class org.apache.nifi.util.MockEventAccess
 
addProvenanceEvents(Collection<ProvenanceEventRecord>) - Method in class org.apache.nifi.util.SharedSessionState
 
adjustCounter(String, long, boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
adjustCounter(String, long) - Method in class org.apache.nifi.util.SharedSessionState
 
allowExpressionValidation - Variable in class org.apache.nifi.util.MockProcessContext
 
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
 
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
 
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
 
assertAllFlowFilesTransferred(String) - 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.MockProcessSession
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(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) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(String, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertAllFlowFilesTransferred(Relationship, int) - 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(Relationship) - 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 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, 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
 
assertCommitted() - Method in class org.apache.nifi.util.MockProcessSession
Assert that MockProcessSession.commit() has been called
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(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
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(String) - 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(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.
assertNotCommitted() - Method in class org.apache.nifi.util.MockProcessSession
Assert that MockProcessSession.commit() has not been called
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(ControllerService) - 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 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
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
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(Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
Ensures that the state is not 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
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(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(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(Relationship, int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertTransferCount(String, 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
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
assertValid() - Method in class org.apache.nifi.util.MockProcessContext
 
assertValid() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
assertValid(ControllerService) - 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 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(FlowFile, ProvenanceEventType) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
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
 
clear(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
clear() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
clearCommited() - 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
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
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
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
 
close() - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
clusterStateMap - Variable in class org.apache.nifi.state.MockStateManager
 
commit() - 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.MockProcessContext
 
component - Variable in class org.apache.nifi.util.MockProcessorLog
 
componentBulletinsCreated - Variable in class org.apache.nifi.util.MockReportingContext
 
connections - Variable in class org.apache.nifi.util.MockProcessContext
 
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
 
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(FlowFile) - 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.MockProvenanceReporter
 
create(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
createBulletin(String, String, String, String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, String, String) - Static method in class org.apache.nifi.reporting.BulletinFactory
 
createBulletin(String, Severity, String) - Method in class org.apache.nifi.util.MockReportingContext
 
createBulletin(String, String, Severity, String) - Method in class org.apache.nifi.util.MockReportingContext
 
createdSessions - Variable in class org.apache.nifi.util.MockSessionFactory
 
createFlowFile(File) - Method in class org.apache.nifi.util.MockProcessSession
 
createFlowFile(byte[]) - Method in class org.apache.nifi.util.MockProcessSession
 
createFlowFile(byte[], Map<String, String>) - Method in class org.apache.nifi.util.MockProcessSession
 
createSession() - Method in class org.apache.nifi.util.MockSessionFactory
 
createSession() - Method in class org.apache.nifi.util.SingleSessionFactory
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
debug(String, Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
debug(String, Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
debug(String, Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
debug(String) - Method in class org.apache.nifi.util.MockProcessorLog
 
debugMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
decrypt(String) - Method in class org.apache.nifi.util.MockProcessContext
 
deprecatedMethodAnnotations - Static variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
deprecatedTypeAnnotations - Static variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
detectDeprecatedAnnotations(Processor) - Static method in class org.apache.nifi.util.StandardProcessorTestRunner
 
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.
disableExpressionValidation() - Method in class org.apache.nifi.util.MockProcessContext
 
drop(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 

E

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
 
enableExpressionValidation - Variable in class org.apache.nifi.util.MockProcessContext
 
enableExpressionValidation() - Method in class org.apache.nifi.util.MockProcessContext
 
encrypt(String) - Method in class org.apache.nifi.util.MockProcessContext
 
enqueue(FlowFile...) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(Path) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(Path, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(byte[]) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(byte[], Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(String, Map<String, String>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(InputStream) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
enqueue(InputStream, Map<String, String>) - 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
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 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(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(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(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(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(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 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
ensureExpressionsEvaluated() - Method in class org.apache.nifi.util.MockPropertyValue
 
entryDate - Variable in class org.apache.nifi.util.MockFlowFile
 
equals(Object) - Method in class org.apache.nifi.util.MockFlowFile
 
error(String) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
error(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
error(String, Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
error(String, Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
error(String) - Method in class org.apache.nifi.util.MockProcessorLog
 
error(String, Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
errorMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
evaluateAttributeExpressions() - 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, AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
evaluateAttributeExpressions(FlowFile, Map<String, String>) - 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(FlowFile, Map<String, String>, AttributeValueDecorator) - Method in class org.apache.nifi.util.MockPropertyValue
 
eventAccess - Variable in class org.apache.nifi.util.MockReportingContext
 
eventBuilder() - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
events - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
events - Variable in class org.apache.nifi.util.SharedSessionState
 
expectExpressions - Variable in class org.apache.nifi.util.MockPropertyValue
 
expire(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
exportTo(FlowFile, OutputStream) - Method in class org.apache.nifi.util.MockProcessSession
 
exportTo(FlowFile, Path, boolean) - Method in class org.apache.nifi.util.MockProcessSession
 
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
 
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
 
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
 

G

generateDropEvent(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
generateJoinEvent(Collection<FlowFile>, FlowFile) - Method in class org.apache.nifi.util.MockProvenanceReporter
Generates a Fork event for the given child and parents but does not register the event.
get(String) - Method in class org.apache.nifi.state.MockStateMap
 
get() - Method in class org.apache.nifi.util.MockProcessSession
 
get(int) - Method in class org.apache.nifi.util.MockProcessSession
 
get(FlowFileFilter) - Method in class org.apache.nifi.util.MockProcessSession
 
getActualDescriptor(PropertyDescriptor) - Method in class org.apache.nifi.util.MockConfigurationContext
 
getAnnotationData() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
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.util.MockFlowFile
 
getAttributes() - Method in class org.apache.nifi.util.MockFlowFile
 
getAvailableRelationships() - Method in class org.apache.nifi.util.MockProcessContext
 
getBulletinRepository() - 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
 
getConfigToUpdate(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getConfiguration(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
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.
getContentClaim() - Method in class org.apache.nifi.util.MockFlowFile
 
getContentClaimOffset() - Method in class org.apache.nifi.util.MockFlowFile
 
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, Class<T>) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getControllerService(String) - Method in interface org.apache.nifi.util.TestRunner
 
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 MockProcessorLog 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
 
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
 
getCreatedSessions() - Method in class org.apache.nifi.util.MockSessionFactory
 
getCreationTime() - Method in class org.apache.nifi.util.MockFlowFile
 
getData() - Method in class org.apache.nifi.util.MockFlowFile
 
getDebugMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getDebugMessages() - Method in class org.apache.nifi.util.MockProcessorLog
 
getEntryDate() - Method in class org.apache.nifi.util.MockFlowFile
 
getErrorMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getErrorMessages() - Method in class org.apache.nifi.util.MockProcessorLog
 
getEvent(long) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
getEventAccess() - Method in class org.apache.nifi.util.MockReportingContext
 
getEvents(long, int) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
getEvents() - Method in class org.apache.nifi.util.MockProvenanceReporter
 
getFlowChanges(int, int) - Method in class org.apache.nifi.util.MockEventAccess
 
getFlowFileQueue() - Method in class org.apache.nifi.util.SharedSessionState
 
getFlowFilesForRelationship(Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
getFlowFilesForRelationship(String) - Method in class org.apache.nifi.util.MockProcessSession
 
getFlowFilesForRelationship(String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getFlowFilesForRelationship(Relationship) - 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 interface org.apache.nifi.util.TestRunner
Returns a List of FlowFiles in the order in which they were transferred to the given relationship
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.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.MockProcessorLog
 
getLastQueueDate() - Method in class org.apache.nifi.util.MockFlowFile
 
getLineageIdentifiers() - Method in class org.apache.nifi.util.MockFlowFile
 
getLineageStartDate() - 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.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 MockProcessorLog that is used by the Processor under test.
getMarker() - Method in class org.apache.nifi.util.LogMessage
 
getMaxConcurrentTasks() - Method in class org.apache.nifi.util.MockProcessContext
 
getMaxEventId() - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
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.MockProcessorLog
 
getName() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
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
getPenaltyExpirationMillis() - Method in class org.apache.nifi.util.MockFlowFile
 
getProcessContext() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
getProcessContext() - Method in interface org.apache.nifi.util.TestRunner
 
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.MockReportingContext
 
getProperties() - Method in class org.apache.nifi.util.MockValidationContext
 
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(String) - Method in class org.apache.nifi.util.MockProcessContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockReportingContext
 
getProperty(PropertyDescriptor) - Method in class org.apache.nifi.util.MockValidationContext
 
getProvenanceEvents(long, int) - Method in class org.apache.nifi.util.MockEventAccess
 
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
getProvenanceReporter() - Method in class org.apache.nifi.util.MockProcessSession
 
getProvenanceReporter() - Method in class org.apache.nifi.util.SharedSessionState
 
getProvenanceReporter() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Deprecated.
The ProvenanceReporter should not be accessed through the test runner, as it does not expose the events that were emitted.
getProvenanceReporter() - Method in interface org.apache.nifi.util.TestRunner
 
getProvenanceRepository() - Method in class org.apache.nifi.util.MockEventAccess
 
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
 
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
 
getSchedulingPeriod() - Method in class org.apache.nifi.util.MockConfigurationContext
 
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.util.MockConfigurationContext
 
getSchedulingPeriod(TimeUnit) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getSchedulingPeriod() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getSchedulingStrategy() - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
getSearchableAttributes() - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
getSearchableFields() - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
getService() - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
getSize() - Method in class org.apache.nifi.util.MockFlowFile
 
getState(Scope) - Method in class org.apache.nifi.state.MockStateManager
 
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(ControllerService) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
Returns the State Manager for the given Controller Service.
getStateManager() - Method in interface org.apache.nifi.util.TestRunner
 
getStateManager(ControllerService) - Method in interface org.apache.nifi.util.TestRunner
 
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
 
getTraceMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getTraceMessages() - Method in class org.apache.nifi.util.MockProcessorLog
 
getUnavailableRelationships() - Method in class org.apache.nifi.util.MockProcessContext
 
getValue(String, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
getValue() - Method in class org.apache.nifi.util.MockPropertyValue
 
getVersion() - Method in class org.apache.nifi.state.MockStateMap
 
getWarnMessages() - Method in class org.apache.nifi.util.CapturingLogger
 
getWarnMessages() - Method in class org.apache.nifi.util.MockProcessorLog
 

H

hasConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
hashCode() - Method in class org.apache.nifi.util.MockFlowFile
 
hasIncomingConnection() - Method in class org.apache.nifi.util.MockProcessContext
 
hasNonLoopConnection() - Method in class org.apache.nifi.util.MockProcessContext
 

I

id - Variable in class org.apache.nifi.util.MockFlowFile
 
identifier - Variable in class org.apache.nifi.util.MockControllerServiceInitializationContext
 
identifier - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
idGenerator - Variable in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
idGenerator - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
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
 
info(String) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
info(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
info(String, Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
info(String, Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
info(String) - Method in class org.apache.nifi.util.MockProcessorLog
 
info(String, Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
infoMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
inheritAttributes(FlowFile, FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
Inherits the attributes from the given source flow file into another flow file.
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.
initialize(EventReporter) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
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.
isControllerServiceEnabled(String) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
isControllerServiceEnabled(ControllerService) - Method in class org.apache.nifi.util.MockControllerServiceLookup
 
isControllerServiceEnabled(String) - Method in class org.apache.nifi.util.MockProcessorInitializationContext
 
isControllerServiceEnabled(ControllerService) - 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.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(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isDebugEnabled() - Method in class org.apache.nifi.util.MockProcessorLog
 
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(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isErrorEnabled() - Method in class org.apache.nifi.util.MockProcessorLog
 
isExpressionLanguagePresent(PropertyDescriptor) - Method in class org.apache.nifi.util.MockProcessContext
 
isExpressionLanguagePresent(String) - Method in class org.apache.nifi.util.MockValidationContext
 
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(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isInfoEnabled() - Method in class org.apache.nifi.util.MockProcessorLog
 
isPenalized() - Method in class org.apache.nifi.util.MockFlowFile
 
isQueueEmpty() - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
isQueueEmpty() - Method in interface org.apache.nifi.util.TestRunner
 
isSet() - Method in class org.apache.nifi.util.MockPropertyValue
 
isTraceEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isTraceEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isTraceEnabled() - Method in class org.apache.nifi.util.MockProcessorLog
 
isValid() - Method in class org.apache.nifi.util.MockProcessContext
 
isValidationRequired(ControllerService) - Method in class org.apache.nifi.util.MockValidationContext
 
isWarnEnabled() - Method in class org.apache.nifi.util.CapturingLogger
 
isWarnEnabled(Marker) - Method in class org.apache.nifi.util.CapturingLogger
 
isWarnEnabled() - Method in class org.apache.nifi.util.MockProcessorLog
 
isYieldCalled() - Method in class org.apache.nifi.util.MockProcessContext
 

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
 

L

lastArgIsException(Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
leaseControllerService(String) - Method in class org.apache.nifi.util.MockProcessContext
 
lineageIdentifiers - Variable in class org.apache.nifi.util.MockFlowFile
 
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.MockControllerServiceInitializationContext
 
logger - Variable in class org.apache.nifi.util.MockProcessorInitializationContext
 
logger - Variable in class org.apache.nifi.util.MockProcessorLog
 
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
 
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
 
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
 
MockConfigurationContext - Class in org.apache.nifi.util
 
MockConfigurationContext(Map<PropertyDescriptor, String>, ControllerServiceLookup) - Constructor for class org.apache.nifi.util.MockConfigurationContext
 
MockConfigurationContext(ControllerService, Map<PropertyDescriptor, String>, ControllerServiceLookup) - 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
 
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
 
MockProcessContext - Class in org.apache.nifi.util
 
MockProcessContext(ConfigurableComponent) - Constructor for class org.apache.nifi.util.MockProcessContext
 
MockProcessContext(ConfigurableComponent, StateManager) - Constructor for class org.apache.nifi.util.MockProcessContext
Creates a new MockProcessContext for the given Processor
MockProcessContext(ControllerService, MockProcessContext, StateManager) - 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
 
MockProcessorLog - Class in org.apache.nifi.util
 
MockProcessorLog(String, Object) - Constructor for class org.apache.nifi.util.MockProcessorLog
 
MockProcessSession - Class in org.apache.nifi.util
 
MockProcessSession(SharedSessionState, Processor) - Constructor for class org.apache.nifi.util.MockProcessSession
 
MockPropertyValue - Class in org.apache.nifi.util
 
MockPropertyValue(String, ControllerServiceLookup) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, ControllerServiceLookup, PropertyDescriptor) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockPropertyValue(String, ControllerServiceLookup, PropertyDescriptor, boolean) - Constructor for class org.apache.nifi.util.MockPropertyValue
 
MockProvenanceEventRepository - Class in org.apache.nifi.provenance
 
MockProvenanceEventRepository() - Constructor for class org.apache.nifi.provenance.MockProvenanceEventRepository
 
MockProvenanceReporter - Class in org.apache.nifi.util
 
MockProvenanceReporter(MockProcessSession, SharedSessionState, String, String) - Constructor for class org.apache.nifi.util.MockProvenanceReporter
 
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) - 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
 
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, 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, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
modifyContent(FlowFile, long) - 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.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(Processor) - Static method in class org.apache.nifi.util.TestRunners
 
newTestRunner(Class<? extends Processor>) - Static method in class org.apache.nifi.util.TestRunners
 
nextFlowFileId() - Method in class org.apache.nifi.util.SharedSessionState
 
nonLoopConnection - Variable in class org.apache.nifi.util.MockProcessContext
 
numThreads - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 

O

offer(MockFlowFile) - Method in class org.apache.nifi.util.MockFlowFileQueue
 
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
 
originalVersions - Variable in class org.apache.nifi.util.MockProcessSession
 

P

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
 
populateDeprecatedMethods() - Static method in class org.apache.nifi.util.StandardProcessorTestRunner
 
prependToArgs(Object[], Object...) - Method in class org.apache.nifi.util.MockProcessorLog
 
processGroupStatus - Variable in class org.apache.nifi.util.MockEventAccess
 
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.MockProcessContext
 
properties - Variable in class org.apache.nifi.util.MockReportingContext
 
properties - Variable in class org.apache.nifi.util.MockReportingInitializationContext
 
propertyDescriptor - Variable in class org.apache.nifi.util.MockPropertyValue
 
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

rawValue - Variable in class org.apache.nifi.util.MockPropertyValue
 
read(FlowFile, InputStreamCallback) - Method in class org.apache.nifi.util.MockProcessSession
 
read(FlowFile, boolean, 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
 
receive(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, 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, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
receive(FlowFile, String, String, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
records - Variable in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
ReflectionUtils - Class in org.apache.nifi.util
 
ReflectionUtils() - Constructor for class org.apache.nifi.util.ReflectionUtils
 
registerEvent(ProvenanceEventRecord) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
registerEvents(Iterable<ProvenanceEventRecord>) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
remove(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
remove(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
remove(ProvenanceEventRecord) - Method in class org.apache.nifi.util.MockProvenanceReporter
Removes the given event from the reporter
removeAllAttributes(FlowFile, Set<String>) - Method in class org.apache.nifi.util.MockProcessSession
 
removeAllAttributes(FlowFile, Pattern) - 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
 
removeConnection(Relationship) - Method in class org.apache.nifi.util.MockProcessContext
 
removeConnection(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
removeConnection(String) - 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.
removeConnection(String) - Method in interface org.apache.nifi.util.TestRunner
Removes the connection for the relationship with the given name 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.
removedCount - Variable in class org.apache.nifi.util.MockProcessSession
 
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.
replace(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
retrieveLineageSubmission(String) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
retrieveQuerySubmission(String) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
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(int) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean, boolean) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
run(int, boolean, boolean, long) - 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 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 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 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 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
 
rwLock - Variable in class org.apache.nifi.util.MockFlowFileQueue
 

S

send(FlowFile, String, long) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String) - Method in class org.apache.nifi.util.MockProvenanceReporter
 
send(FlowFile, String, String) - 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, 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
 
send(FlowFile, String, 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
 
session - Variable in class org.apache.nifi.util.MockProvenanceReporter
 
session - Variable in class org.apache.nifi.util.SingleSessionFactory
 
sessionFactory - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 
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(ControllerService, 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 interface org.apache.nifi.util.TestRunner
Sets the annontation data of the given service to the provided annotation data.
setConnections(Set<Relationship>) - Method in class org.apache.nifi.util.MockProcessContext
 
setData(byte[]) - Method in class org.apache.nifi.util.MockFlowFile
 
setEnabled(boolean) - Method in class org.apache.nifi.util.ControllerServiceConfiguration
 
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.
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.
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() - Method in class org.apache.nifi.util.MockFlowFile
 
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.MockReportingContext
 
setProperties(Map<PropertyDescriptor, String>) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockProcessContext
 
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(String, String) - Method in class org.apache.nifi.util.MockReportingContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.MockReportingInitializationContext
 
setProperty(String, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(PropertyDescriptor, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(PropertyDescriptor, AllowableValue) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, PropertyDescriptor, AllowableValue) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, PropertyDescriptor, String) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setProperty(ControllerService, 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 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, AllowableValue) - 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, PropertyDescriptor, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the given property on the given ControllerService
setProperty(ControllerService, PropertyDescriptor, AllowableValue) - Method in interface org.apache.nifi.util.TestRunner
Sets the given property on the given ControllerService
setProperty(ControllerService, String, String) - Method in interface org.apache.nifi.util.TestRunner
Sets the property with the given name on the given ControllerService
setRelationshipAvailable(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipAvailable(String) - 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.
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.
setRelationshipUnavailable(Relationship) - Method in class org.apache.nifi.util.StandardProcessorTestRunner
 
setRelationshipUnavailable(String) - 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.
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.
setState(Map<String, String>, Scope) - Method in class org.apache.nifi.state.MockStateManager
 
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.
setUnavailableRelationships(Set<Relationship>) - Method in class org.apache.nifi.util.MockProcessContext
 
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.
SingleSessionFactory - Class in org.apache.nifi.util
 
SingleSessionFactory(MockProcessSession) - Constructor for class org.apache.nifi.util.SingleSessionFactory
 
size() - Method in class org.apache.nifi.util.MockFlowFileQueue
 
StandardProcessorTestRunner - Class in org.apache.nifi.util
 
StandardProcessorTestRunner(Processor) - 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.MockReportingContext
 
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
 
submitExpandChildren(long) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
submitExpandParents(long) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
submitLineageComputation(String) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 
submitQuery(Query) - Method in class org.apache.nifi.provenance.MockProvenanceEventRepository
 

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
 
toString() - Method in class org.apache.nifi.util.MockFlowFile
 
toString() - Method in class org.apache.nifi.util.MockPropertyValue
 
trace(String) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
trace(String, Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
trace(String, Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
trace(String) - Method in class org.apache.nifi.util.MockProcessorLog
 
trace(String, Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
traceMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
transfer(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(Collection<FlowFile>) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(FlowFile, Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
transfer(Collection<FlowFile>, Relationship) - Method in class org.apache.nifi.util.MockProcessSession
 
transferMap - Variable in class org.apache.nifi.util.MockProcessSession
 
translateException(Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
triggerSerially - Variable in class org.apache.nifi.util.StandardProcessorTestRunner
 

U

unavailableRelationships - Variable in class org.apache.nifi.util.MockProcessContext
 
usesClusterState - Variable in class org.apache.nifi.state.MockStateManager
 
usesLocalState - Variable in class org.apache.nifi.state.MockStateManager
 

V

validate() - Method in class org.apache.nifi.util.MockProcessContext
Validates the current properties, returning ValidationResults for any invalid properties.
validateState(FlowFile) - Method in class org.apache.nifi.util.MockProcessSession
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Object, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
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, Object) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Object...) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(Marker, String, Throwable) - Method in class org.apache.nifi.util.CapturingLogger
 
warn(String, Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
warn(String, Object[]) - Method in class org.apache.nifi.util.MockProcessorLog
 
warn(String, Object[], Throwable) - Method in class org.apache.nifi.util.MockProcessorLog
 
warn(String) - Method in class org.apache.nifi.util.MockProcessorLog
 
warnMessages - Variable in class org.apache.nifi.util.CapturingLogger
 
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
 

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 L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2016 Apache NiFi Project. All rights reserved.