C# Class Deveel.Data.Index.IndexSetStore

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method 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

Method Description
CommitIndexHeader ( ) : void
CreateNewBlock ( ) : long
DeleteAreas ( IEnumerable deletedAreas ) : void
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

CommitDropIndex() public method

public CommitDropIndex ( int indexNum ) : void
indexNum int
return void

CommitIndexSet() public method

public CommitIndexSet ( IIndexSet indexSet ) : void
indexSet IIndexSet
return void

Create() public method

public Create ( ) : long
return long

Dispose() public method

public Dispose ( ) : void
return void

GetAreasUsed() public method

public GetAreasUsed ( List list ) : void
list List
return void

GetSnapshotIndex() public method

public GetSnapshotIndex ( ) : IIndexSet
return IIndexSet

IndexSetStore() public method

public IndexSetStore ( IStore store ) : System
store IStore
return System

Open() public method

public Open ( long startPointer ) : void
startPointer long
return void

PrepareIndexLists() public method

public PrepareIndexLists ( int count, int type, int blockSize ) : void
count int
type int
blockSize int
return void