C# Class Deveel.Data.Index.IndexBlock

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

Méthodes publiques

Méthode Description
AddDeletedArea ( long pointer ) : void
AddReference ( ) : void
CreateIndex ( ) : IIndex
GetBlockPointers ( ) : long[]
IndexBlock ( IndexSetStore indexSetStore, int indexNum, int blockSize, long startOffset ) : System
MarkAsDeleted ( ) : void
RemoveReference ( ) : void

Private Methods

Méthode Description
CreateMappedBlocks ( ) : IEnumerable
DeleteBlockChain ( ) : bool

Method Details

AddDeletedArea() public méthode

public AddDeletedArea ( long pointer ) : void
pointer long
Résultat void

AddReference() public méthode

public AddReference ( ) : void
Résultat void

CreateIndex() public méthode

public CreateIndex ( ) : IIndex
Résultat IIndex

GetBlockPointers() public méthode

public GetBlockPointers ( ) : long[]
Résultat long[]

IndexBlock() public méthode

public IndexBlock ( IndexSetStore indexSetStore, int indexNum, int blockSize, long startOffset ) : System
indexSetStore IndexSetStore
indexNum int
blockSize int
startOffset long
Résultat System

MarkAsDeleted() public méthode

public MarkAsDeleted ( ) : void
Résultat void

RemoveReference() public méthode

public RemoveReference ( ) : void
Résultat void