object On extends ForceSaveApplier
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- On
- ForceSaveApplier
- 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 beforeClean(path: Path, buffer: MappedByteBuffer, forced: AtomicBoolean, forceSave: MMAPFiles): Unit
Applies forceSave condition for before cleaning the file.
Applies forceSave condition for before cleaning the file.
- path
Path to the file.
- buffer
Buffer to clean
- forced
AtomicBoolean indicates if force is already applied for this MappedByteBuffer.
- forceSave
ForceSave configuration
- Definition Classes
- On → ForceSaveApplier
- def beforeClose[F <: DBFileType](file: F, forceSave: ForceSave): Unit
Applies forceSave condition for before closing the file.
Applies forceSave condition for before closing the file.
- file
File to close
- forceSave
ForceSave configuration.
- Definition Classes
- On → ForceSaveApplier
- def beforeCopy(file: DBFile, toPath: Path, forceSave: ForceSave): Unit
Applies forceSave condition for before copying the file.
Applies forceSave condition for before copying the file.
- file
Path to the file.
- toPath
Path of copy-to location.
- forceSave
ForceSave configuration.
- Definition Classes
- On → ForceSaveApplier
- 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 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
- 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()