Github user chaithu14 commented on a diff in the pull request:
https://github.com/apache/apex-malhar/pull/334#discussion_r69947853
--- Diff:
library/src/main/java/org/apache/apex/malhar/lib/state/managed/AbstractManagedStateImpl.java
---
@@ -536,6 +538,16 @@ public void setDurationPreventingFreeingSpace(Duration
durationPreventingFreeing
this.durationPreventingFreeingSpace = durationPreventingFreeingSpace;
}
+ public IncrementalCheckpointManager getCheckpointManager()
+ {
+ return checkpointManager;
+ }
+
+ public void setCheckpointManager(IncrementalCheckpointManager
checkpointManager)
--- End diff --
Updated as per the comment.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---