Interface | Description |
---|---|
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.
|
CheckpointNotifier |
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.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.