| Package | Description |
|---|---|
| org.apache.nifi.controller.repository |
| Modifier and Type | Method and Description |
|---|---|
StandardProcessSession |
StandardProcessSessionFactory.createSession() |
| Modifier and Type | Method and Description |
|---|---|
private void |
StandardProcessSession.Checkpoint.checkpoint(StandardProcessSession session,
List<ProvenanceEventRecord> autoTerminatedEvents,
boolean copy) |
private void |
StandardProcessSession.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 void |
StandardProcessSession.Checkpoint.directCheckpoint(StandardProcessSession session,
List<ProvenanceEventRecord> autoTerminatedEvents)
Checkpoints the Process Session by adding references to the existing collections within the Process Session.
|
private void |
StandardProcessSession.migrate(StandardProcessSession newOwner,
Collection<FlowFile> flowFiles) |
Copyright © 2021 Apache NiFi Project. All rights reserved.