C# Class Deveel.Data.Index.IndexSetStore

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
CommitDropIndex ( int indexNum ) : void
CommitIndexSet ( IIndexSet indexSet ) : void
Create ( ) : long
Dispose ( ) : void
GetAreasUsed ( List list ) : void
GetSnapshotIndex ( ) : IIndexSet
IndexSetStore ( IStore store ) : System
Open ( long startPointer ) : void
PrepareIndexLists ( int count, int type, int blockSize ) : void

Private Methods

Méthode Description
CommitIndexHeader ( ) : void
CreateNewBlock ( ) : long
DeleteAreas ( IEnumerable deletedAreas ) : void
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CommitDropIndex() public méthode

public CommitDropIndex ( int indexNum ) : void
indexNum int
Résultat void

CommitIndexSet() public méthode

public CommitIndexSet ( IIndexSet indexSet ) : void
indexSet IIndexSet
Résultat void

Create() public méthode

public Create ( ) : long
Résultat long

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAreasUsed() public méthode

public GetAreasUsed ( List list ) : void
list List
Résultat void

GetSnapshotIndex() public méthode

public GetSnapshotIndex ( ) : IIndexSet
Résultat IIndexSet

IndexSetStore() public méthode

public IndexSetStore ( IStore store ) : System
store IStore
Résultat System

Open() public méthode

public Open ( long startPointer ) : void
startPointer long
Résultat void

PrepareIndexLists() public méthode

public PrepareIndexLists ( int count, int type, int blockSize ) : void
count int
type int
blockSize int
Résultat void