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

Inheritance: ResourceBase
Datei anzeigen Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Delete ( ) : void
LoggingResource ( JournaledSystem journaledSystem, long id, string name, IStoreData data ) : System
Open ( bool readOnly ) : void
Read ( long pageNumber, byte buffer, int offset ) : void
SetSize ( long value ) : void
Write ( long pageNumber, byte buffer, int offset, int count ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Persist ( PersistCommand command ) : void

Private Methods

Method Description
CloseCommand ( ) : void
DeleteCommand ( ) : void
OpenCommand ( PersistOpenCommand command ) : void
PageChangeCommand ( PersistPageChangeCommand command ) : void
PostRecoverCommand ( ) : void
SetSizeCommand ( PersistSetSizeCommand command ) : void
SynchCommand ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoggingResource() public method

public LoggingResource ( JournaledSystem journaledSystem, long id, string name, IStoreData data ) : System
journaledSystem JournaledSystem
id long
name string
data IStoreData
return System

Open() public method

public Open ( bool readOnly ) : void
readOnly bool
return void

Persist() protected method

protected Persist ( PersistCommand command ) : void
command PersistCommand
return void

Read() public method

public Read ( long pageNumber, byte buffer, int offset ) : void
pageNumber long
buffer byte
offset int
return void

SetSize() public method

public SetSize ( long value ) : void
value long
return void

Write() public method

public Write ( long pageNumber, byte buffer, int offset, int count ) : void
pageNumber long
buffer byte
offset int
count int
return void