public class KmeansJumpCommand extends DefaultOperation implements Command
Constructor and Description |
---|
KmeansJumpCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(OperationParams params)
Execute the command, and return whether we want to continue execution
|
CommonOptions |
getCommonOptions() |
KMeansCommonOptions |
getKmeansCommonOptions() |
KMeansJumpOptions |
getKmeansJumpOptions() |
List<String> |
getParameters() |
void |
setCommonOptions(CommonOptions commonOptions) |
void |
setKmeansCommonOptions(KMeansCommonOptions kmeansCommonOptions) |
void |
setKmeansJumpOptions(KMeansJumpOptions kmeansJumpOptions) |
void |
setParameters(String storeName) |
generateNewEncryptionToken, getGeoWaveConfigFile, getGeoWaveConfigFile, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveDirectory, getSecurityTokenFile, prepare, setSecurityTokenFile, usage
public void execute(OperationParams params) throws Exception
Command
public void setParameters(String storeName)
public CommonOptions getCommonOptions()
public void setCommonOptions(CommonOptions commonOptions)
public KMeansCommonOptions getKmeansCommonOptions()
public void setKmeansCommonOptions(KMeansCommonOptions kmeansCommonOptions)
public KMeansJumpOptions getKmeansJumpOptions()
public void setKmeansJumpOptions(KMeansJumpOptions kmeansJumpOptions)
Copyright © 2013–2022. All rights reserved.