Метод | Описание | |
---|---|---|
DeleteMappedResultsForDocumentId ( string documentId, string view, int>.Dictionary |
||
DeleteMappedResultsForView ( string view ) : void | ||
DeleteScheduledReduction ( List | ||
DeleteScheduledReduction ( string indexName, int level, string reduceKey ) : void | ||
GetItemsToReduce ( |
||
GetKeysForIndexForDebug ( string indexName, int start, int take ) : IEnumerable |
||
GetKeysStats ( string view, int start, int pageSize ) : IEnumerable |
||
GetLastPerformedReduceType ( string indexName, string reduceKey ) : ReduceType | ||
GetMappedBuckets ( string indexName, string reduceKey ) : IEnumerable |
||
GetMappedResults ( string indexName, IEnumerable |
||
GetMappedResultsForDebug ( string indexName, string key, int start, int take ) : IEnumerable |
||
GetReduceKeysAndTypes ( string view, int start, int take ) : IEnumerable |
||
GetReduceTypesPerKeys ( string indexName, int take, int limitOfItemsToReduceInSingleStep ) : IEnumerable |
||
GetReducedResultsForDebug ( string indexName, string key, int level, int start, int take ) : IEnumerable |
||
GetScheduledReductionForDebug ( string indexName, int start, int take ) : IEnumerable |
||
IncrementReduceKeyCounter ( string view, string reduceKey, int value ) : void | ||
MappedResultsStorageAction ( |
||
PutMappedResult ( string view, string docId, string reduceKey, RavenJObject data ) : void | ||
PutReducedResult ( string name, string reduceKey, int level, int sourceBucket, int bucket, RavenJObject data ) : void | ||
RemoveReduceResults ( string indexName, int level, string reduceKey, int sourceBucket ) : void | ||
ScheduleReductions ( string view, int level, |
||
UpdatePerformedReduceType ( string indexName, string reduceKey, ReduceType reduceType ) : void | ||
UpdateRemovedMapReduceStats ( string view, int>.Dictionary |
Метод | Описание | |
---|---|---|
GetMappedResultsForBucket ( string index, string reduceKey, int bucket, bool loadData ) : IEnumerable |
||
GetNumberOfMappedItemsPerReduceKey ( string view, string reduceKey ) : int | ||
GetReducedResultsForBucket ( string index, string reduceKey, int level, int bucket, bool loadData ) : IEnumerable |
||
GetResultsForBucket ( string index, int level, string reduceKey, int bucket, bool loadData ) : IEnumerable |
||
LoadMappedResult ( Raven.Munin.Table readResult ) : RavenJObject |
public DeleteMappedResultsForDocumentId ( string documentId, string view, int>.Dictionary |
||
documentId | string | |
view | string | |
removed | int>.Dictionary | |
Результат | void |
public DeleteMappedResultsForView ( string view ) : void | ||
view | string | |
Результат | void |
public DeleteScheduledReduction ( List | ||
itemsToDelete | List | |
Результат |
public DeleteScheduledReduction ( string indexName, int level, string reduceKey ) : void | ||
indexName | string | |
level | int | |
reduceKey | string | |
Результат | void |
public GetItemsToReduce ( |
||
getItemsToReduceParams | ||
Результат | IEnumerable |
public GetKeysForIndexForDebug ( string indexName, int start, int take ) : IEnumerable |
||
indexName | string | |
start | int | |
take | int | |
Результат | IEnumerable |
public GetKeysStats ( string view, int start, int pageSize ) : IEnumerable |
||
view | string | |
start | int | |
pageSize | int | |
Результат | IEnumerable |
public GetLastPerformedReduceType ( string indexName, string reduceKey ) : ReduceType | ||
indexName | string | |
reduceKey | string | |
Результат | ReduceType |
public GetMappedBuckets ( string indexName, string reduceKey ) : IEnumerable |
||
indexName | string | |
reduceKey | string | |
Результат | IEnumerable |
public GetMappedResults ( string indexName, IEnumerable |
||
indexName | string | |
keysToReduce | IEnumerable |
|
loadData | bool | |
Результат | IEnumerable |
public GetMappedResultsForDebug ( string indexName, string key, int start, int take ) : IEnumerable |
||
indexName | string | |
key | string | |
start | int | |
take | int | |
Результат | IEnumerable |
public GetReduceKeysAndTypes ( string view, int start, int take ) : IEnumerable |
||
view | string | |
start | int | |
take | int | |
Результат | IEnumerable |
public GetReduceTypesPerKeys ( string indexName, int take, int limitOfItemsToReduceInSingleStep ) : IEnumerable |
||
indexName | string | |
take | int | |
limitOfItemsToReduceInSingleStep | int | |
Результат | IEnumerable |
public GetReducedResultsForDebug ( string indexName, string key, int level, int start, int take ) : IEnumerable |
||
indexName | string | |
key | string | |
level | int | |
start | int | |
take | int | |
Результат | IEnumerable |
public GetScheduledReductionForDebug ( string indexName, int start, int take ) : IEnumerable |
||
indexName | string | |
start | int | |
take | int | |
Результат | IEnumerable |
public IncrementReduceKeyCounter ( string view, string reduceKey, int value ) : void | ||
view | string | |
reduceKey | string | |
value | int | |
Результат | void |
public MappedResultsStorageAction ( |
||
storage | ||
generator | IUuidGenerator | |
documentCodecs | OrderedPartCollection |
|
Результат | System |
public PutMappedResult ( string view, string docId, string reduceKey, RavenJObject data ) : void | ||
view | string | |
docId | string | |
reduceKey | string | |
data | RavenJObject | |
Результат | void |
public PutReducedResult ( string name, string reduceKey, int level, int sourceBucket, int bucket, RavenJObject data ) : void | ||
name | string | |
reduceKey | string | |
level | int | |
sourceBucket | int | |
bucket | int | |
data | RavenJObject | |
Результат | void |
public RemoveReduceResults ( string indexName, int level, string reduceKey, int sourceBucket ) : void | ||
indexName | string | |
level | int | |
reduceKey | string | |
sourceBucket | int | |
Результат | void |
public ScheduleReductions ( string view, int level, |
||
view | string | |
level | int | |
reduceKeysAndBucket | ||
Результат | void |
public UpdatePerformedReduceType ( string indexName, string reduceKey, ReduceType reduceType ) : void | ||
indexName | string | |
reduceKey | string | |
reduceType | ReduceType | |
Результат | void |
public UpdateRemovedMapReduceStats ( string view, int>.Dictionary |
||
view | string | |
removed | int>.Dictionary | |
Результат | void |