org.mapdb
Interface DBMaker.Keys

Enclosing class:
DBMaker<DBMakerT extends DBMaker<DBMakerT>>

protected static interface DBMaker.Keys


Field Summary
static String asyncWrite
           
static String asyncWriteFlushDelay
           
static String asyncWriteQueueSize
           
static String cache
           
static String cache_disable
           
static String cache_hardRef
           
static String cache_hashTable
           
static String cache_lru
           
static String cache_softRef
           
static String cache_weakRef
           
static String cacheSize
           
static String checksum
           
static String closeOnJvmShutdown
           
static String commitFileSyncDisable
           
static String compression
           
static String compression_lzf
           
static String deleteFilesAfterClose
           
static String encryption
           
static String encryption_xtea
           
static String encryptionKey
           
static String file
           
static String freeSpaceReclaimQ
           
static String fullTx
           
static String readOnly
           
static String sizeLimit
           
static String snapshots
           
static String store
           
static String store_append
           
static String store_direct
           
static String store_heap
           
static String store_wal
           
static String strictDBGet
           
static String transactionDisable
           
static String volume
           
static String volume_byteBuffer
           
static String volume_directByteBuffer
           
static String volume_mmapf
           
static String volume_mmapfIfSupported
           
static String volume_mmapfPartial
           
static String volume_raf
           
 

Field Detail

cache

static final String cache
See Also:
Constant Field Values

cacheSize

static final String cacheSize
See Also:
Constant Field Values

cache_disable

static final String cache_disable
See Also:
Constant Field Values

cache_hashTable

static final String cache_hashTable
See Also:
Constant Field Values

cache_hardRef

static final String cache_hardRef
See Also:
Constant Field Values

cache_softRef

static final String cache_softRef
See Also:
Constant Field Values

cache_weakRef

static final String cache_weakRef
See Also:
Constant Field Values

cache_lru

static final String cache_lru
See Also:
Constant Field Values

file

static final String file
See Also:
Constant Field Values

volume

static final String volume
See Also:
Constant Field Values

volume_raf

static final String volume_raf
See Also:
Constant Field Values

volume_mmapfPartial

static final String volume_mmapfPartial
See Also:
Constant Field Values

volume_mmapfIfSupported

static final String volume_mmapfIfSupported
See Also:
Constant Field Values

volume_mmapf

static final String volume_mmapf
See Also:
Constant Field Values

volume_byteBuffer

static final String volume_byteBuffer
See Also:
Constant Field Values

volume_directByteBuffer

static final String volume_directByteBuffer
See Also:
Constant Field Values

store

static final String store
See Also:
Constant Field Values

store_direct

static final String store_direct
See Also:
Constant Field Values

store_wal

static final String store_wal
See Also:
Constant Field Values

store_append

static final String store_append
See Also:
Constant Field Values

store_heap

static final String store_heap
See Also:
Constant Field Values

transactionDisable

static final String transactionDisable
See Also:
Constant Field Values

asyncWrite

static final String asyncWrite
See Also:
Constant Field Values

asyncWriteFlushDelay

static final String asyncWriteFlushDelay
See Also:
Constant Field Values

asyncWriteQueueSize

static final String asyncWriteQueueSize
See Also:
Constant Field Values

deleteFilesAfterClose

static final String deleteFilesAfterClose
See Also:
Constant Field Values

closeOnJvmShutdown

static final String closeOnJvmShutdown
See Also:
Constant Field Values

readOnly

static final String readOnly
See Also:
Constant Field Values

compression

static final String compression
See Also:
Constant Field Values

compression_lzf

static final String compression_lzf
See Also:
Constant Field Values

encryptionKey

static final String encryptionKey
See Also:
Constant Field Values

encryption

static final String encryption
See Also:
Constant Field Values

encryption_xtea

static final String encryption_xtea
See Also:
Constant Field Values

checksum

static final String checksum
See Also:
Constant Field Values

freeSpaceReclaimQ

static final String freeSpaceReclaimQ
See Also:
Constant Field Values

commitFileSyncDisable

static final String commitFileSyncDisable
See Also:
Constant Field Values

snapshots

static final String snapshots
See Also:
Constant Field Values

strictDBGet

static final String strictDBGet
See Also:
Constant Field Values

sizeLimit

static final String sizeLimit
See Also:
Constant Field Values

fullTx

static final String fullTx
See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.