Class that represents a checkpointing context for an operator. More...

Detailed Description

Class that represents a checkpointing context for an operator.

Member Function Documentation

◆ getName()

Get the optional context name.

Returns
context name

◆ getKind()

Get the kind of checkpointing.

Returns
the kind of checkpointing

◆ getCheckpointingInterval()

Get the checkpointing interval.

Returns
checkpointing interval (<0 if the operator is not performing periodic checkpointing)

◆ createCheckpoint()

Perform synchronous, operator-driven checkpointing.

Returns
true if checkpointing is successful; return false if checkpointing is not enabled
Exceptions

◆ isEnabled()

Return whether checkpointing is enabled for this operator.

For Streams version 4.0.0.0, this function always returns true.

Returns
true if checkpointing is enabled for this operator; return false otherwise

The documentation for this class was generated from the following file: