Class Savepoint
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.api.status.Savepoint
-
@Experimental public class Savepoint extends java.lang.Object
Represents information about a finished savepoint.
-
-
Constructor Summary
Constructors Constructor Description Savepoint(long timeStamp, java.lang.String location, SavepointTriggerType triggerType, SavepointFormatType formatType, java.lang.Long triggerNonce)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Savepoint
of(java.lang.String location, SavepointTriggerType triggerType)
static Savepoint
of(java.lang.String location, SavepointTriggerType triggerType, SavepointFormatType formatType)
-
-
-
Constructor Detail
-
Savepoint
public Savepoint(long timeStamp, java.lang.String location, @Nullable SavepointTriggerType triggerType, @Nullable SavepointFormatType formatType, @Nullable java.lang.Long triggerNonce)
-
-
Method Detail
-
of
public static Savepoint of(java.lang.String location, SavepointTriggerType triggerType)
-
of
public static Savepoint of(java.lang.String location, SavepointTriggerType triggerType, SavepointFormatType formatType)
-
-