Class SavepointFetchResult
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.observer.SavepointFetchResult
-
public class SavepointFetchResult extends java.lang.ObjectResult of a fetch savepoint operation.
-
-
Constructor Summary
Constructors Constructor Description SavepointFetchResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SavepointFetchResultcompleted(java.lang.String location)static SavepointFetchResulterror(java.lang.String error)static SavepointFetchResultpending()
-
-
-
Method Detail
-
error
public static SavepointFetchResult error(java.lang.String error)
-
pending
public static SavepointFetchResult pending()
-
completed
public static SavepointFetchResult completed(java.lang.String location)
-
-