C# Class Deveel.Data.Store.InMemoryStore.InMemoryBlock

Inheritance: IDisposable
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
Dispose ( ) : void
GetArea ( bool readOnly ) : IArea
InMemoryBlock ( long id, int size ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetArea() public method

public GetArea ( bool readOnly ) : IArea
readOnly bool
return IArea

InMemoryBlock() public method

public InMemoryBlock ( long id, int size ) : System
id long
size int
return System