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, deploymentResources
HIGHEST_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, setDeploymentProperties
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forPayload
public 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)
CommonAutoDeployer
deployResourcesInternal
in class CommonAutoDeployer
resources
- the resources to be deployedprotected LockManager getLockManager()
CommonAutoDeployer
getLockManager
in class CommonAutoDeployer
protected void deploy(Collection<Resource> resources, String tenantId)