public class SavepointOptions extends CommandLineOptions
| Constructor and Description |
|---|
SavepointOptions(org.apache.commons.cli.CommandLine line) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgs() |
org.apache.flink.core.execution.SavepointFormatType |
getFormatType() |
String |
getJarFilePath() |
String |
getSavepointPath() |
boolean |
isDetached() |
boolean |
isDispose() |
isPrintHelppublic SavepointOptions(org.apache.commons.cli.CommandLine line)
public String[] getArgs()
public boolean isDispose()
public String getSavepointPath()
public String getJarFilePath()
public org.apache.flink.core.execution.SavepointFormatType getFormatType()
public boolean isDetached()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.