C# Class Ng.Jobs.LightningJob

Inheritance: NgJob
Datei anzeigen Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Public Methods

Method Description
GetUsage ( ) : string
LightningJob ( ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging

Protected Methods

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

Private Methods

Method 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 method

public GetUsage ( ) : string
return string

Init() protected method

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

LightningJob() public method

public LightningJob ( ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging
loggerFactory ILoggerFactory
return Microsoft.Extensions.Logging

RunInternal() protected method

protected RunInternal ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task