- read(Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
-
Reads content of the flow file and closes input stream.
- read(String, Closure) - Method in class org.apache.nifi.processors.groovyx.flow.GroovySessionFile
-
Reads content of the flow file through Reader and closes the stream.
- read(FlowFile, InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Executes the given callback against the contents corresponding to the
given FlowFile.
- read(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Provides an InputStream that can be used to read the contents of the given FlowFile.
- read(FlowFile, boolean, InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Executes the given callback against the contents corresponding to the
given FlowFile.
- read() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
-
Returns content of the flow file as InputStream.
- read(InputStreamCallback) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
-
read flowfile content.
- REL_FAILURE - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
-
- REL_SUCCESS - Static variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
-
- relationships - Variable in class org.apache.nifi.processors.groovyx.ExecuteGroovyScript
-
- remove(FlowFile) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Ends the managed persistence for the given FlowFile.
- remove(Collection<FlowFile>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Ends the managed persistence for the given FlowFiles.
- remove() - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
-
Drops this flow file from session.
- removeAllAttributes(FlowFile, Set<String>) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Removes the attributes with the given keys from the given FlowFile.
- removeAllAttributes(FlowFile, Pattern) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Remove all attributes from the given FlowFile that have keys which match
the given pattern.
- removeAllAttributes(Collection<String>) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
-
Removes attributes by list.
- removeAttribute(FlowFile, String) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Removes the given FlowFile attribute with the given key.
- removeAttribute(String) - Method in class org.apache.nifi.processors.groovyx.flow.SessionFile
-
Removes one attribute.
- replaceState(StateMap, Map<String, String>, Scope) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
- revertReceivedTo(Relationship, Throwable) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
transfers all input files to relationship and drops other files.
- rollback() - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Reverts any changes made during this session.
- rollback(boolean) - Method in class org.apache.nifi.processors.groovyx.flow.ProcessSessionWrap
-
Reverts any changes made during this session.