C# Class NuGet.Services.Metadata.Catalog.SortingGraphCollector

Inheritance: SortingCollector
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata

Méthodes publiques

Méthode Description
SortingGraphCollector ( Uri index, Uri types, Func handlerFunc = null ) : Newtonsoft.Json.Linq

Méthodes protégées

Méthode Description
ProcessGraphs ( IGraph>.KeyValuePair sortedGraphs, CancellationToken cancellationToken ) : Task
ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task

Method Details

ProcessGraphs() protected abstract méthode

protected abstract ProcessGraphs ( IGraph>.KeyValuePair sortedGraphs, CancellationToken cancellationToken ) : Task
sortedGraphs IGraph>.KeyValuePair
cancellationToken System.Threading.CancellationToken
Résultat Task

ProcessSortedBatch() protected méthode

protected ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task
client CollectorHttpClient
sortedBatch KeyValuePair
context JToken
cancellationToken System.Threading.CancellationToken
Résultat Task

SortingGraphCollector() public méthode

public SortingGraphCollector ( Uri index, Uri types, Func handlerFunc = null ) : Newtonsoft.Json.Linq
index System.Uri
types System.Uri
handlerFunc Func
Résultat Newtonsoft.Json.Linq