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