C# 클래스 NuGet.Services.Metadata.Catalog.SortingCollector

상속: CommitCollector
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
SortingCollector ( Uri index, Func handlerFunc = null ) : Newtonsoft.Json.Linq

보호된 메소드들

메소드 설명
GetKey ( Newtonsoft.Json.Linq.JObject item ) : string
OnProcessBatch ( CollectorHttpClient client, IEnumerable items, JToken context, System.DateTime commitTimeStamp, bool isLastBatch, CancellationToken cancellationToken ) : Task
ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task

메소드 상세

GetKey() 보호된 메소드

protected GetKey ( Newtonsoft.Json.Linq.JObject item ) : string
item Newtonsoft.Json.Linq.JObject
리턴 string

OnProcessBatch() 보호된 메소드

protected OnProcessBatch ( CollectorHttpClient client, IEnumerable items, JToken context, System.DateTime commitTimeStamp, bool isLastBatch, CancellationToken cancellationToken ) : Task
client CollectorHttpClient
items IEnumerable
context JToken
commitTimeStamp System.DateTime
isLastBatch bool
cancellationToken System.Threading.CancellationToken
리턴 Task

ProcessSortedBatch() 보호된 추상적인 메소드

protected abstract ProcessSortedBatch ( CollectorHttpClient client, KeyValuePair sortedBatch, JToken context, CancellationToken cancellationToken ) : Task
client CollectorHttpClient
sortedBatch KeyValuePair
context JToken
cancellationToken System.Threading.CancellationToken
리턴 Task

SortingCollector() 공개 메소드

public SortingCollector ( Uri index, Func handlerFunc = null ) : Newtonsoft.Json.Linq
index System.Uri
handlerFunc Func
리턴 Newtonsoft.Json.Linq