public class DefaultAppAutoDeployer extends CommonAutoDeployer implements Ordered
| Modifier and Type | Field and Description |
|---|---|
protected AppEngineConfigurationApi |
appEngineConfiguration |
protected Set<String> |
autoDeployTenants |
static int |
DEFAULT_ORDER |
protected Function<String,LockManager> |
lockManagerProvider |
protected int |
order |
applicationContext, deploymentProperties, deploymentResourcesHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
DefaultAppAutoDeployer(Collection<Resource> deploymentResources,
AppEngineConfigurationApi appEngineConfiguration,
Function<String,LockManager> lockManagerProvider,
Set<String> autoDeployTenants,
CommonAutoDeploymentProperties deploymentProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deploy(Collection<Resource> resources,
String tenantId) |
protected void |
deployResourcesInternal(Collection<Resource> resources)
Methods that should be implemented by sub classes to perform the actual deployment.
|
protected LockManager |
getLockManager()
Get the lock manager for the current deployer.
|
int |
getOrder() |
void |
setOrder(int order) |
deployResources, determineLockName, determineResourceName, getDeploymentLockWaitTime, getDeploymentProperties, getLockName, isThrowExceptionOnDeploymentFailure, isUseLockForDeployments, onApplicationEvent, setApplicationContext, setDeploymentPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforPayloadpublic static final int DEFAULT_ORDER
protected AppEngineConfigurationApi appEngineConfiguration
protected Function<String,LockManager> lockManagerProvider
protected int order
public DefaultAppAutoDeployer(Collection<Resource> deploymentResources, AppEngineConfigurationApi appEngineConfiguration, Function<String,LockManager> lockManagerProvider, Set<String> autoDeployTenants, CommonAutoDeploymentProperties deploymentProperties)
deploymentResources - the resources that should be deployedappEngineConfiguration - the engine configurationautoDeployTenants - the tenants to which the auto deployment should be done (if empty then a single deployment is done without using tenant)public void setOrder(int order)
protected void deployResourcesInternal(Collection<Resource> resources)
CommonAutoDeployerdeployResourcesInternal in class CommonAutoDeployerresources - the resources to be deployedprotected LockManager getLockManager()
CommonAutoDeployergetLockManager in class CommonAutoDeployerprotected void deploy(Collection<Resource> resources, String tenantId)