public static interface MapDB.DBConfig
Modifier and Type | Field and Description |
---|---|
static MapDB.DBConfig |
MULTITHREAD_WRITE |
static MapDB.DBConfig |
READ_ONLY |
static MapDB.DBConfig |
SCAN
Disables cache and read-only
|
static MapDB.DBConfig |
SINGLE_THREAD_WRITE
sacrifices memory and disk for the fastest write speed possible, useful for single-threaded processes
Enables mode where all modifications are queued and written into disk on Background Writer Thread
|
static MapDB.DBConfig |
VOID
Only closes DB on shutdown
|
Modifier and Type | Method and Description |
---|---|
<any> |
configure(<any> maker) |
static final MapDB.DBConfig VOID
static final MapDB.DBConfig SINGLE_THREAD_WRITE
static final MapDB.DBConfig READ_ONLY
static final MapDB.DBConfig SCAN
static final MapDB.DBConfig MULTITHREAD_WRITE
Copyright © 2017. All rights reserved.