public class AddSpatialTemporalIndexCommand extends ServiceEnabledCommand<String>
ServiceEnabledCommand.HttpMethod
path
Constructor and Description |
---|
AddSpatialTemporalIndexCommand() |
Modifier and Type | Method and Description |
---|---|
String |
computeResults(OperationParams params) |
void |
execute(OperationParams params)
Execute the command, and return whether we want to continue execution
|
String |
getId() |
String |
getNamespace() |
List<String> |
getParameters() |
String |
getPath()
get the path to expose as a resource
|
String |
getPluginName() |
IndexPluginOptions |
getPluginOptions() |
String |
getType() |
boolean |
prepare(OperationParams params)
NOTE: ONLY USE THIS METHOD TO SET @PARAMETERSDELEGATE options.
|
void |
setParameters(String storeName,
String indexName) |
void |
setPluginOptions(IndexPluginOptions pluginOptions) |
getMethod, getName, runAsync, successStatusIs200
generateNewEncryptionToken, getGeoWaveConfigFile, getGeoWaveConfigFile, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveDirectory, getSecurityTokenFile, setSecurityTokenFile, usage
public boolean prepare(OperationParams params)
Operation
prepare
in interface Operation
prepare
in class DefaultOperation
public void execute(OperationParams params) throws Exception
Command
Exception
public String getId()
getId
in class ServiceEnabledCommand<String>
public String getPath()
ServiceEnabledCommand
getPath
in class ServiceEnabledCommand<String>
public IndexPluginOptions getPluginOptions()
public String getPluginName()
public String getNamespace()
public String getType()
public void setPluginOptions(IndexPluginOptions pluginOptions)
public String computeResults(OperationParams params) throws Exception
computeResults
in class ServiceEnabledCommand<String>
Exception
Copyright © 2013–2022. All rights reserved.