Method | Description | |
---|---|---|
SortingCollector ( |
Method | Description | |
---|---|---|
GetKey ( Newtonsoft.Json.Linq.JObject item ) : string | ||
OnProcessBatch ( |
||
ProcessSortedBatch ( |
protected GetKey ( Newtonsoft.Json.Linq.JObject item ) : string | ||
item | Newtonsoft.Json.Linq.JObject | |
return | string |
protected OnProcessBatch ( |
||
client | ||
items | IEnumerable |
|
context | JToken | |
commitTimeStamp | System.DateTime | |
isLastBatch | bool | |
cancellationToken | ||
return | Task |
protected abstract ProcessSortedBatch ( |
||
client | ||
sortedBatch | KeyValuePair |
|
context | JToken | |
cancellationToken | ||
return | Task |
public SortingCollector ( |
||
index | ||
handlerFunc | Func |
|
return | Newtonsoft.Json.Linq |