org.mapdb.volume / VolumeFactory

VolumeFactory

abstract class VolumeFactory

Created by jan on 2/29/16.



Constructors

<init> VolumeFactory()

Created by jan on 2/29/16.

Functions

exists abstract fun exists(file: String): Boolean
handlesReadonly abstract fun handlesReadonly(): Boolean
makeVolume abstract fun makeVolume(file: String, readOnly: Boolean, fileLockWait: Long, sliceShift: Int, initSize: Long, fixedSize: Boolean): Volume
open fun makeVolume(file: String, readOnly: Boolean): Volume
open fun makeVolume(file: String, readOnly: Boolean, fileLockWait: Long): Volume
wrap open static fun wrap(volume: Volume, exists: Boolean): VolumeFactory

Inheritors

MappedFileFactory class MappedFileFactory : VolumeFactory
ReadOnlyVolumeFactory class ReadOnlyVolumeFactory : VolumeFactory

Wraps volume factory and returns volume as readonly