-
- All Implemented Interfaces:
- org.springframework.cloud.deployer.spi.app.AppDeployer
public class LocalAppDeployer
extends AbstractLocalDeployerSupport
implements org.springframework.cloud.deployer.spi.app.AppDeployer
An AppDeployer
implementation that spins off a new JVM process per app instance.
- Author:
- Eric Bottard, Marius Bogoevici, Mark Fisher, Ilayaperumal Gopinathan, Janne Valkealahti, Patrick Peralta
-
-
Field Summary
-
Fields inherited from interface org.springframework.cloud.deployer.spi.app.AppDeployer
COUNT_PROPERTY_KEY, CPU_PROPERTY_KEY, DISK_PROPERTY_KEY, GROUP_PROPERTY_KEY, INDEXED_PROPERTY_KEY, INSTANCE_INDEX_PROPERTY_KEY, MEMORY_PROPERTY_KEY, PREFIX
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.