org.mapdb / DB / IndexTreeLongLongMapMaker

IndexTreeLongLongMapMaker

class IndexTreeLongLongMapMaker : Maker<IndexTreeLongLongMap>


Constructors

<init> IndexTreeLongLongMapMaker(db: DB, name: String)

Properties

db val db: DB
name val name: String
type val type: String

Functions

create2 fun create2(catalog: SortedMap<String, String>): IndexTreeLongLongMap
layout fun layout(dirSize: Int, levels: Int): IndexTreeLongLongMapMaker
open2 fun open2(catalog: SortedMap<String, String>): IndexTreeLongLongMap
removeCollapsesIndexTreeDisable fun removeCollapsesIndexTreeDisable(): IndexTreeLongLongMapMaker

Inherited Functions

create open fun create(): E

Creates new collection if it does not exist, or throw {@link DBException.WrongConfiguration} if collection already exists.

createOrOpen open fun createOrOpen(): E

Create new collection or open existing.

make open fun make(): E

Create new collection or open existing.

make2 fun make2(create: Boolean?): E
makeOrGet open fun makeOrGet(): E
open open fun open(): E

Open existing collection, or throw {@link DBException.WrongConfiguration} if collection already exists.

verify open fun verify(): Unit