| Interface | Description |
|---|---|
| CheckpointCommitter |
This interface must be implemented by functions/operations that want to receive
a commit notification once a checkpoint has been completely acknowledged by all
participants.
|
| Checkpointed<T extends Serializable> |
This method must be implemented by functions that have state that needs to be
checkpointed.
|
| CheckpointedAsynchronously<T extends Serializable> |
This interface marks a function/operator as asynchronously checkpointed.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.