public class TileMasterConfig
extends java.lang.Object
Tiling master node configuration.
| Modifier and Type | Field and Description | 
|---|---|
| boolean | analystBlankTileWhether to analyze blank tiles. | 
| java.lang.String | cloudTaskTableCloud task list. | 
| int | deployTaskThreadCountThe maximum number of threads to deploy Job and Task to child nodes | 
| boolean | isUseLocalWorkerWhether to use the local worker tiling. | 
| java.lang.String | jobInfoPREProcessorImplJob information preprocessor. | 
| java.lang.String | jobRunnerFactoryImplJob runner factory. | 
| java.lang.String | masterAddressMaster node address. | 
| long | tileCountPerTaskThe number of tiles per unit task. | 
| java.lang.String | WorkerClientFactoryImplSub-node factory. | 
| java.util.List<java.lang.String> | workerServiceAddressesSub-node address. | 
| Constructor and Description | 
|---|
| TileMasterConfig() | 
public java.lang.String jobInfoPREProcessorImpl
Job information preprocessor.
public java.lang.String jobRunnerFactoryImpl
Job runner factory.
public java.lang.String WorkerClientFactoryImpl
Sub-node factory.
public java.lang.String cloudTaskTable
Cloud task list.
public java.util.List<java.lang.String> workerServiceAddresses
Sub-node address.
public java.lang.String masterAddress
Master node address.
public long tileCountPerTask
The number of tiles per unit task.
public boolean isUseLocalWorker
Whether to use the local worker tiling.
public boolean analystBlankTile
Whether to analyze blank tiles.
public int deployTaskThreadCount
The maximum number of threads to deploy Job and Task to child nodes