|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KeyData in org.gcube.common.vremanagement.deployer.impl.operators.common |
|---|
| Fields in org.gcube.common.vremanagement.deployer.impl.operators.common with type parameters of type KeyData | |
|---|---|
protected Map<KeyData,Set<File>> |
BaseScheduler.scripts
|
| Methods in org.gcube.common.vremanagement.deployer.impl.operators.common with parameters of type KeyData | |
|---|---|
void |
Scheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package |
void |
RebootScheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package |
void |
BaseScheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package |
| Uses of KeyData in org.gcube.common.vremanagement.deployer.impl.resources |
|---|
| Fields in org.gcube.common.vremanagement.deployer.impl.resources declared as KeyData | |
|---|---|
protected KeyData |
BasePackage.key
the package unique key |
| Fields in org.gcube.common.vremanagement.deployer.impl.resources with type parameters of type KeyData | |
|---|---|
protected Set<KeyData> |
BasePackage.dependencies
package's dependencies |
| Methods in org.gcube.common.vremanagement.deployer.impl.resources that return KeyData | |
|---|---|
KeyData |
BasePackage.getKey()
Gets the package unique key. |
| Methods in org.gcube.common.vremanagement.deployer.impl.resources that return types with arguments of type KeyData | |
|---|---|
Set<KeyData> |
BasePackage.getDependencies()
Gets the list of dependencies of the package |
| Method parameters in org.gcube.common.vremanagement.deployer.impl.resources with type arguments of type KeyData | |
|---|---|
void |
BasePackage.addDependencies(Set<KeyData> dependencies)
Adds new depencencies to the package |
| Uses of KeyData in org.gcube.common.vremanagement.deployer.impl.resources.undeployment |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.resources.undeployment that return KeyData | |
|---|---|
KeyData |
UndeployablePackage.getKey()
Gets the package unique key. |
| Methods in org.gcube.common.vremanagement.deployer.impl.resources.undeployment that return types with arguments of type KeyData | |
|---|---|
Set<KeyData> |
UndeployablePackage.getDependencies()
Gets the list of dependencies of the package |
| Method parameters in org.gcube.common.vremanagement.deployer.impl.resources.undeployment with type arguments of type KeyData | |
|---|---|
void |
UndeployablePackage.addDependencies(Set<KeyData> dependencies)
Adds new depencencies to the package |
| Uses of KeyData in org.gcube.common.vremanagement.deployer.impl.state |
|---|
| Methods in org.gcube.common.vremanagement.deployer.impl.state with parameters of type KeyData | |
|---|---|
BaseTypedPackage |
DeployerResource.getPackage(KeyData key)
Gets a previously deployed package from the service's state |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||