C# Class Deveel.Data.Index.SnapshotIndexSet

Inheritance: IIndexSet
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
Dispose ( ) : void
GetIndex ( int offset ) : IIndex
SnapshotIndexSet ( IndexSetStore indexSetStore, IndexBlock blocks ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetIndex() public method

public GetIndex ( int offset ) : IIndex
offset int
return IIndex

SnapshotIndexSet() public method

public SnapshotIndexSet ( IndexSetStore indexSetStore, IndexBlock blocks ) : System
indexSetStore IndexSetStore
blocks IndexBlock
return System