Uses of Class
org.apache.nifi.controller.repository.StandardProcessSession
Packages that use StandardProcessSession
-
Uses of StandardProcessSession in org.apache.nifi.controller.repository
Methods in org.apache.nifi.controller.repository that return StandardProcessSessionMethods in org.apache.nifi.controller.repository with parameters of type StandardProcessSessionModifier and TypeMethodDescriptionprivate voidStandardProcessSession.Checkpoint.checkpoint(StandardProcessSession session, List<ProvenanceEventRecord> autoTerminatedEvents, boolean copy) private voidStandardProcessSession.Checkpoint.copyCheckpoint(StandardProcessSession session, List<ProvenanceEventRecord> autoTerminatedEvents) Checkpoints the Process Session by copying all information from the session's collections into this Checkpoint's collections.private voidStandardProcessSession.Checkpoint.directCheckpoint(StandardProcessSession session, List<ProvenanceEventRecord> autoTerminatedEvents) Checkpoints the Process Session by adding references to the existing collections within the Process Session.private voidStandardProcessSession.migrate(StandardProcessSession newOwner, Collection<FlowFile> flowFiles)