Class ExportBatching
- java.lang.Object
-
- org.citydb.config.project.database.ExportBatching
-
public class ExportBatching extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_BATCH_SIZE
static int
MAX_BATCH_SIZE
-
Constructor Summary
Constructors Constructor Description ExportBatching()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlobBatchSize()
int
getFeatureBatchSize()
int
getGeometryBatchSize()
void
setBlobBatchSize(int blobBatchSize)
void
setFeatureBatchSize(int featureBatchSize)
void
setGeometryBatchSize(int geometryBatchSize)
-
-
-
Field Detail
-
MAX_BATCH_SIZE
public static final int MAX_BATCH_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFeatureBatchSize
public int getFeatureBatchSize()
-
setFeatureBatchSize
public void setFeatureBatchSize(int featureBatchSize)
-
getGeometryBatchSize
public int getGeometryBatchSize()
-
setGeometryBatchSize
public void setGeometryBatchSize(int geometryBatchSize)
-
getBlobBatchSize
public int getBlobBatchSize()
-
setBlobBatchSize
public void setBlobBatchSize(int blobBatchSize)
-
-