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

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

Méthodes publiques

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

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetArea() public méthode

public GetArea ( bool readOnly ) : IArea
readOnly bool
Résultat IArea

InMemoryBlock() public méthode

public InMemoryBlock ( long id, int size ) : System
id long
size int
Résultat System