Package | Description |
---|---|
edu.illinois.cs.cogcomp.bigdata.mapdb |
Modifier and Type | Field and Description |
---|---|
static MapDB.DBConfig |
MapDB.DBConfig.MULTITHREAD_WRITE |
static MapDB.DBConfig |
MapDB.DBConfig.READ_ONLY |
static MapDB.DBConfig |
MapDB.DBConfig.SCAN
Disables cache and read-only
|
static MapDB.DBConfig |
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 |
MapDB.DBConfig.VOID
Only closes DB on shutdown
|
Copyright © 2017. All rights reserved.