Options for configuring a verticle deployment.
package |
Default |
---|
__construct( $deploymentOptions = null)
mixed | null
getConfig() : array
array
getExtraClasspath() : array
array
getInstances() : integer
integer
getIsolatedClasses() : array
array
getIsolationGroup() : string
string
getMaxWorkerExecuteTime() : integer
integer
getMaxWorkerExecuteTimeUnit() : string
string
getWorkerPoolName() : string
string
getWorkerPoolSize() : integer
integer
isHa() : boolean
boolean
isMultiThreaded() : boolean
boolean
isWorker() : boolean
boolean
setConfig( $config) : $this
array
$this
setExtraClasspath( $extraClasspath) : $this
string
$this
setHa( $ha) : $this
boolean
$this
setInstances( $instances) : $this
integer
$this
setIsolatedClasses( $isolatedClasses) : $this
string
$this
setIsolationGroup( $isolationGroup) : $this
string
$this
setMaxWorkerExecuteTime( $maxWorkerExecuteTime) : $this
integer
$this
setMaxWorkerExecuteTimeUnit( $maxWorkerExecuteTimeUnit) : $this
string
$this
setMultiThreaded( $multiThreaded) : $this
boolean
$this
setWorker( $worker) : $this
boolean
$this
setWorkerPoolName( $workerPoolName) : $this
string
$this
setWorkerPoolSize( $workerPoolSize) : $this
integer
$this