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

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

Méthodes publiques

Méthode Description
Delete ( ) : void
Exists ( ) : bool
Lock ( ) : void
Unlock ( ) : void

Méthodes protégées

Méthode Description
CloseStore ( ) : void
OpenStore ( bool readOnly ) : void
Read ( long offset, byte buffer, int index, int length ) : int
SetDataAreaSize ( long length ) : void
Write ( long offset, byte buffer, int index, int length ) : void

Private Methods

Méthode Description
JournaledFileStore ( string resourceName, LoggingBufferManager bufferManager, bool readOnly ) : System

Method Details

CloseStore() protected méthode

protected CloseStore ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Exists() public méthode

public Exists ( ) : bool
Résultat bool

Lock() public méthode

public Lock ( ) : void
Résultat void

OpenStore() protected méthode

protected OpenStore ( bool readOnly ) : void
readOnly bool
Résultat void

Read() protected méthode

protected Read ( long offset, byte buffer, int index, int length ) : int
offset long
buffer byte
index int
length int
Résultat int

SetDataAreaSize() protected méthode

protected SetDataAreaSize ( long length ) : void
length long
Résultat void

Unlock() public méthode

public Unlock ( ) : void
Résultat void

Write() protected méthode

protected Write ( long offset, byte buffer, int index, int length ) : void
offset long
buffer byte
index int
length int
Résultat void