public class ConfigHDFSCommand extends ServiceEnabledCommand<Void>
ServiceEnabledCommand.HttpMethod
path
Constructor and Description |
---|
ConfigHDFSCommand() |
Modifier and Type | Method and Description |
---|---|
Void |
computeResults(OperationParams params) |
void |
execute(OperationParams params)
Execute the command, and return whether we want to continue execution
|
static String |
getHdfsUrl(Properties configProperties) |
boolean |
prepare(OperationParams params)
NOTE: ONLY USE THIS METHOD TO SET @PARAMETERSDELEGATE options.
|
void |
setHdfsUrlParameter(String hdfsFsUrl) |
Boolean |
successStatusIs200()
Return "200 OK" for the config HDFS command.
|
getId, getMethod, getName, getPath, runAsync
generateNewEncryptionToken, getGeoWaveConfigFile, getGeoWaveConfigFile, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveDirectory, getSecurityTokenFile, setSecurityTokenFile, usage
public Boolean successStatusIs200()
successStatusIs200
in class ServiceEnabledCommand<Void>
public boolean prepare(OperationParams params)
Operation
prepare
in interface Operation
prepare
in class DefaultOperation
public void execute(OperationParams params) throws Exception
Command
Exception
public static String getHdfsUrl(Properties configProperties)
public void setHdfsUrlParameter(String hdfsFsUrl)
public Void computeResults(OperationParams params) throws Exception
computeResults
in class ServiceEnabledCommand<Void>
Exception
Copyright © 2013–2020. All rights reserved.