com.supermap.services.components
Class TileMasterConfig
- java.lang.Object
-
- com.supermap.services.components.TileMasterConfig
-
public class TileMasterConfig extends java.lang.ObjectTiling master node configuration.
-
-
Field Summary
Fields Modifier and Type Field and Description booleananalystBlankTileWhether to analyze blank tiles.java.lang.StringcloudTaskTableCloud task list.intdeployTaskThreadCountThe maximum number of threads to deploy Job and Task to child nodesbooleanisUseLocalWorkerWhether to use the local worker tiling.java.lang.StringjobInfoPREProcessorImplJob information preprocessor.java.lang.StringjobRunnerFactoryImplJob runner factory.java.lang.StringmasterAddressMaster node address.longtileCountPerTaskThe number of tiles per unit task.java.lang.StringWorkerClientFactoryImplSub-node factory.java.util.List<java.lang.String>workerServiceAddressesSub-node address.
-
Constructor Summary
Constructors Constructor and Description TileMasterConfig()
-
-
-
Field Detail
-
jobInfoPREProcessorImpl
public java.lang.String jobInfoPREProcessorImpl
Job information preprocessor.
-
jobRunnerFactoryImpl
public java.lang.String jobRunnerFactoryImpl
Job runner factory.
-
WorkerClientFactoryImpl
public java.lang.String WorkerClientFactoryImpl
Sub-node factory.
-
cloudTaskTable
public java.lang.String cloudTaskTable
Cloud task list.
-
workerServiceAddresses
public java.util.List<java.lang.String> workerServiceAddresses
Sub-node address.
-
masterAddress
public java.lang.String masterAddress
Master node address.
-
tileCountPerTask
public long tileCountPerTask
The number of tiles per unit task.
-
isUseLocalWorker
public boolean isUseLocalWorker
Whether to use the local worker tiling.
-
analystBlankTile
public boolean analystBlankTile
Whether to analyze blank tiles.
-
deployTaskThreadCount
public int deployTaskThreadCount
The maximum number of threads to deploy Job and Task to child nodes
-
-