Class ImportBatching
- java.lang.Object
-
- org.citydb.config.project.database.ImportBatching
-
public class ImportBatching extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_BATCH_SIZE
-
Constructor Summary
Constructors Constructor Description ImportBatching()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFeatureBatchSize()
int
getGmlIdCacheBatchSize()
int
getTempBatchSize()
void
setFeatureBatchSize(int featureBatchSize)
void
setGmlIdCacheBatchSize(int gmlIdCacheBatchSize)
void
setTempBatchSize(int tempBatchSize)
-
-
-
Field Detail
-
MAX_BATCH_SIZE
public static final int MAX_BATCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatureBatchSize
public int getFeatureBatchSize()
-
setFeatureBatchSize
public void setFeatureBatchSize(int featureBatchSize)
-
getGmlIdCacheBatchSize
public int getGmlIdCacheBatchSize()
-
setGmlIdCacheBatchSize
public void setGmlIdCacheBatchSize(int gmlIdCacheBatchSize)
-
getTempBatchSize
public int getTempBatchSize()
-
setTempBatchSize
public void setTempBatchSize(int tempBatchSize)
-
-