메소드 | 설명 | |
---|---|---|
AddIndex ( string name, bool createMapReduce ) : void | ||
DeleteIndex ( string name ) : void | ||
Dispose ( ) : void | ||
GetCountOfDocumentsReferencing ( string key ) : int | ||
GetDocumentsReferencesFrom ( string key ) : IEnumerable |
||
GetDocumentsReferencing ( string key ) : IEnumerable |
||
GetFailureRate ( string index ) : Raven.Abstractions.Data.IndexFailureInformation | ||
GetIndexStats ( string index ) : Raven.Abstractions.Data.IndexStats | ||
GetIndexesStats ( ) : IEnumerable |
||
IndexingStorageActions ( |
||
RemoveAllDocumentReferencesFrom ( string key ) : void | ||
SetIndexPriority ( string index, IndexingPriority priority ) : void | ||
TouchIndexEtag ( string index ) : void | ||
UpdateDocumentReferences ( string view, string key, HashSet |
||
UpdateIndexingStats ( string index, Raven.Database.Indexing.IndexingWorkStats stats ) : void | ||
UpdateLastIndexed ( string index, Etag etag, System.DateTime timestamp ) : void | ||
UpdateLastReduced ( string index, Etag etag, System.DateTime timestamp ) : void | ||
UpdateReduceStats ( string index, Raven.Database.Indexing.IndexingWorkStats stats ) : void |
메소드 | 설명 | |
---|---|---|
GetCurrentIndex ( string index ) : RavenJObject | ||
GetIndexStats ( Table indexingStatsResult, Table lastIndexedEtagsResult ) : Raven.Abstractions.Data.IndexStats |
public AddIndex ( string name, bool createMapReduce ) : void | ||
name | string | |
createMapReduce | bool | |
리턴 | void |
public GetCountOfDocumentsReferencing ( string key ) : int | ||
key | string | |
리턴 | int |
public GetDocumentsReferencesFrom ( string key ) : IEnumerable |
||
key | string | |
리턴 | IEnumerable |
public GetDocumentsReferencing ( string key ) : IEnumerable |
||
key | string | |
리턴 | IEnumerable |
public GetFailureRate ( string index ) : Raven.Abstractions.Data.IndexFailureInformation | ||
index | string | |
리턴 | Raven.Abstractions.Data.IndexFailureInformation |
public GetIndexStats ( string index ) : Raven.Abstractions.Data.IndexStats | ||
index | string | |
리턴 | Raven.Abstractions.Data.IndexStats |
public IndexingStorageActions ( |
||
storage | ||
리턴 | System |
public RemoveAllDocumentReferencesFrom ( string key ) : void | ||
key | string | |
리턴 | void |
public SetIndexPriority ( string index, IndexingPriority priority ) : void | ||
index | string | |
priority | IndexingPriority | |
리턴 | void |
public UpdateDocumentReferences ( string view, string key, HashSet |
||
view | string | |
key | string | |
references | HashSet |
|
리턴 | void |
public UpdateIndexingStats ( string index, Raven.Database.Indexing.IndexingWorkStats stats ) : void | ||
index | string | |
stats | Raven.Database.Indexing.IndexingWorkStats | |
리턴 | void |
public UpdateLastIndexed ( string index, Etag etag, System.DateTime timestamp ) : void | ||
index | string | |
etag | Etag | |
timestamp | System.DateTime | |
리턴 | void |
public UpdateLastReduced ( string index, Etag etag, System.DateTime timestamp ) : void | ||
index | string | |
etag | Etag | |
timestamp | System.DateTime | |
리턴 | void |
public UpdateReduceStats ( string index, Raven.Database.Indexing.IndexingWorkStats stats ) : void | ||
index | string | |
stats | Raven.Database.Indexing.IndexingWorkStats | |
리턴 | void |