Package com.gpudb.protocol
Class AlterEnvironmentRequest.Action
java.lang.Object
com.gpudb.protocol.AlterEnvironmentRequest.Action
Enclosing class:
A set of string constants for the
AlterEnvironmentRequest parameter action.
Modification operation to be applied.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringInstall a python package from PyPI, an external data source or KiFS.static final StringInstall packages from a requirements file.static final StringRecreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies.static final StringUninstalls all packages in the environment and resets it to the original state at time of creation.static final StringUninstall a python package.static final StringUninstall packages from a requirements file.
Field Details