C# Class NuGet.Services.Metadata.Catalog.Registration.RegistrationCollector

Inheritance: SortingGraphCollector
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Méthodes publiques

Méthode Description
RegistrationCollector ( Uri index, NuGet.Services.Metadata.Catalog.Persistence.StorageFactory storageFactory, Func handlerFunc = null ) : NuGet.Services.Metadata.Catalog.Persistence

Méthodes protégées

Méthode Description
CreateBatches ( IEnumerable catalogItems ) : Task>
ProcessGraphs ( IGraph>.KeyValuePair sortedGraphs, CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
GetKey ( JToken item ) : string

Method Details

CreateBatches() protected méthode

protected CreateBatches ( IEnumerable catalogItems ) : Task>
catalogItems IEnumerable
Résultat Task>

ProcessGraphs() protected méthode

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

RegistrationCollector() public méthode

public RegistrationCollector ( Uri index, NuGet.Services.Metadata.Catalog.Persistence.StorageFactory storageFactory, Func handlerFunc = null ) : NuGet.Services.Metadata.Catalog.Persistence
index System.Uri
storageFactory NuGet.Services.Metadata.Catalog.Persistence.StorageFactory
handlerFunc Func
Résultat NuGet.Services.Metadata.Catalog.Persistence