public interface DBProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
ARRAY_BLOCK_SIZE
OPTIONAL e.g. "300"
|
static String |
DATABASE_DIR
REQUIRED - Directory of the embedded database.
|
static String |
PAGECACHE_MEMORY
OPTIONAL e.g. "512M"
|
static String |
SERVER_ROOT_URI
REQUIRED - Address (uri) of a remote database server.
|
static String |
STRING_BLOCK_SIZE
OPTIONAL e.g. "60"
|
static final String SERVER_ROOT_URI
static final String DATABASE_DIR
static final String PAGECACHE_MEMORY
static final String STRING_BLOCK_SIZE
static final String ARRAY_BLOCK_SIZE
Copyright © 2016. All rights reserved.