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

Inheritance: ResourceBase
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Delete ( ) : void
NonLoggingResource ( 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
Persist ( PersistCommand command ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

NonLoggingResource() public method

public NonLoggingResource ( 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