C# Class Raven.Storage.Managed.StroageActions.IndexingStorageActions

Inheritance: AbstractStorageActions, IIndexingStorageActions
Afficher le fichier Open project: markrendle/ravendb

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddIndex ( string name ) : void
DecrementIndexingAttempt ( ) : void
DeleteIndex ( string name ) : void
FlushIndexStats ( ) : void
GetFailureRate ( string index ) : Raven.Database.Data.IndexFailureInformation
GetIndexesStats ( ) : IEnumerable
IncrementIndexingAttempt ( ) : void
IncrementIndexingFailure ( ) : void
IncrementSuccessIndexing ( ) : void
SetCurrentIndexStatsTo ( string index ) : void

Method Details

AddIndex() public méthode

public AddIndex ( string name ) : void
name string
Résultat void

DecrementIndexingAttempt() public méthode

public DecrementIndexingAttempt ( ) : void
Résultat void

DeleteIndex() public méthode

public DeleteIndex ( string name ) : void
name string
Résultat void

FlushIndexStats() public méthode

public FlushIndexStats ( ) : void
Résultat void

GetFailureRate() public méthode

public GetFailureRate ( string index ) : Raven.Database.Data.IndexFailureInformation
index string
Résultat Raven.Database.Data.IndexFailureInformation

GetIndexesStats() public méthode

public GetIndexesStats ( ) : IEnumerable
Résultat IEnumerable

IncrementIndexingAttempt() public méthode

public IncrementIndexingAttempt ( ) : void
Résultat void

IncrementIndexingFailure() public méthode

public IncrementIndexingFailure ( ) : void
Résultat void

IncrementSuccessIndexing() public méthode

public IncrementSuccessIndexing ( ) : void
Résultat void

SetCurrentIndexStatsTo() public méthode

public SetCurrentIndexStatsTo ( string index ) : void
index string
Résultat void