DatabaseRestore

lightdb.backup.DatabaseRestore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(db: LightDB, directory: File, truncate: Boolean): Int
def archive(db: LightDB, archive: File, truncate: Boolean): Int
def restore[Doc <: Document[LazyRef(...)], Model <: DocumentModel[Doc]](collection: Collection[Doc, Model], file: File, truncate: Boolean): Int