public class TopiaSqlBatchServiceConfiguration extends Object
TopiaSqlBatchService.
Created on 05/01/16.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_READ_FETCH_SIZE |
static int |
DEFAULT_WRITE_BATCH_SIZE |
static String |
PROPERTY_READ_FETCH_SIZE |
static String |
PROPERTY_WRITE_BATCH_SIZE |
protected int |
readFetchSize
The fetch size used by read statements.
|
protected int |
writeBatchSize
The batch size used by write statements.
|
| Constructor and Description |
|---|
TopiaSqlBatchServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getReadFetchSize() |
int |
getWriteBatchSize() |
protected void |
setReadFetchSize(int readFetchSize) |
protected void |
setWriteBatchSize(int writeBatchSize) |
public static final String PROPERTY_READ_FETCH_SIZE
public static final String PROPERTY_WRITE_BATCH_SIZE
public static final int DEFAULT_READ_FETCH_SIZE
public static final int DEFAULT_WRITE_BATCH_SIZE
protected int readFetchSize
protected int writeBatchSize
Copyright © 2004–2016 CodeLutin. All rights reserved.