C# Class Deveel.Data.Store.Journaled.JournaledStoreSystem

Inheritance: IStoreSystem
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description
Configure void
CreateFileStore JournaledFileStore
Dispose void
GetFileLockName string

Méthodes publiques

Méthode Description
CloseStore ( IStore store ) : bool
CreateStore ( string name ) : IStore
DeleteStore ( IStore store ) : bool
Dispose ( ) : void
JournaledStoreSystem ( IDatabaseContext context ) : System
Lock ( string lockName ) : void
OpenStore ( string name ) : IStore
SetCheckPoint ( ) : void
StoreExists ( string name ) : bool
Unlock ( string lockName ) : void

Private Methods

Méthode Description
Configure ( ) : void
CreateFileStore ( string resourceName ) : JournaledFileStore
Dispose ( bool disposing ) : void
GetFileLockName ( string resourceName ) : string

Method Details

CloseStore() public méthode

public CloseStore ( IStore store ) : bool
store IStore
Résultat bool

CreateStore() public méthode

public CreateStore ( string name ) : IStore
name string
Résultat IStore

DeleteStore() public méthode

public DeleteStore ( IStore store ) : bool
store IStore
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

JournaledStoreSystem() public méthode

public JournaledStoreSystem ( IDatabaseContext context ) : System
context IDatabaseContext
Résultat System

Lock() public méthode

public Lock ( string lockName ) : void
lockName string
Résultat void

OpenStore() public méthode

public OpenStore ( string name ) : IStore
name string
Résultat IStore

SetCheckPoint() public méthode

public SetCheckPoint ( ) : void
Résultat void

StoreExists() public méthode

public StoreExists ( string name ) : bool
name string
Résultat bool

Unlock() public méthode

public Unlock ( string lockName ) : void
lockName string
Résultat void