object DBFile extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DBFile
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def channelRead(path: Path, fileOpenIOStrategy: ThreadSafe, autoClose: Boolean, blockCacheFileId: Long, checkExists: Boolean = true)(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- def channelWrite(path: Path, fileOpenIOStrategy: ThreadSafe, blockCacheFileId: Long, autoClose: Boolean, forceSave: ChannelFiles)(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileCache(filePath: Path, memoryMapped: Boolean, deleteAfterClean: Boolean, fileOpenIOStrategy: ThreadSafe, file: Option[DBFileType], blockCacheFileId: Long, autoClose: Boolean)(implicit fileSweeper: FileSweeperActor, bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): Cache[Error.IO, Unit, DBFileType]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def mmapInit(path: Path, fileOpenIOStrategy: ThreadSafe, bufferSize: Long, blockCacheFileId: Long, autoClose: Boolean, deleteAfterClean: Boolean, forceSave: MMAPFiles)(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- def mmapRead(path: Path, fileOpenIOStrategy: ThreadSafe, autoClose: Boolean, deleteAfterClean: Boolean, blockCacheFileId: Long, checkExists: Boolean = true)(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- def mmapWriteAndRead(path: Path, fileOpenIOStrategy: ThreadSafe, autoClose: Boolean, deleteAfterClean: Boolean, forceSave: MMAPFiles, blockCacheFileId: Long, bytes: Slice[Byte])(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- def mmapWriteAndRead(path: Path, fileOpenIOStrategy: ThreadSafe, autoClose: Boolean, deleteAfterClean: Boolean, forceSave: MMAPFiles, blockCacheFileId: Long, bytes: Iterable[Slice[Byte]])(implicit fileSweeper: FileSweeperActor, blockCache: Option[State], bufferCleaner: ByteBufferSweeperActor, forceSaveApplier: ForceSaveApplier): DBFile
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()