C# Class LiteDB_V6.IndexService

Implement a Index service - Add/Remove index nodes on SkipList Based on: http://igoro.com/archive/skip-lists-are-fascinating/
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Méthodes publiques

Méthode Description
FindAll ( CollectionIndex index, int order ) : IEnumerable
GetNode ( LiteDB address ) : IndexNode

Get a node inside a page using PageAddress - Returns null if address IsEmpty

IndexService ( PageService pager ) : System

Method Details

FindAll() public méthode

public FindAll ( CollectionIndex index, int order ) : IEnumerable
index CollectionIndex
order int
Résultat IEnumerable

GetNode() public méthode

Get a node inside a page using PageAddress - Returns null if address IsEmpty
public GetNode ( LiteDB address ) : IndexNode
address LiteDB
Résultat IndexNode

IndexService() public méthode

public IndexService ( PageService pager ) : System
pager PageService
Résultat System