C# Class Ng.Jobs.LightningJob

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

Méthodes publiques

Méthode Description
GetUsage ( ) : string
LightningJob ( ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging

Méthodes protégées

Méthode Description
Init ( string>.IDictionary arguments, CancellationToken cancellationToken ) : void
RunInternal ( CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
InitPrepare ( string>.IDictionary arguments ) : void
InitStrike ( string>.IDictionary arguments ) : void
PrepareAsync ( ) : Task
PrintLightning ( ) : void
ProcessGraphsAsync ( string packageId, IGraph>.IDictionary sortedGraphs, NuGet.Services.Metadata.Catalog.Persistence.StorageFactory storageFactory, string contentBaseAddress ) : Task
StrikeAsync ( ) : Task
UpdateCursorFileAsync ( string cursorFileName, int startIndex, int endIndex ) : Task

Method Details

GetUsage() public méthode

public GetUsage ( ) : string
Résultat string

Init() protected méthode

protected Init ( string>.IDictionary arguments, CancellationToken cancellationToken ) : void
arguments string>.IDictionary
cancellationToken System.Threading.CancellationToken
Résultat void

LightningJob() public méthode

public LightningJob ( ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging
loggerFactory ILoggerFactory
Résultat Microsoft.Extensions.Logging

RunInternal() protected méthode

protected RunInternal ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task