C# Class Raven.Storage.Managed.StalenessStorageActions

Inheritance: IStalenessStorageActions
Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
GetIndexTouchCount ( string name ) : int
GetMostRecentAttachmentEtag ( ) : Etag
GetMostRecentDocumentEtag ( ) : Etag
IndexLastUpdatedAt ( string name ) : Etag>.Tuple
IsIndexStale ( string name, System.DateTime cutOff, Etag cutoffEtag ) : bool
IsMapStale ( string name ) : bool
IsReduceStale ( string name ) : bool
StalenessStorageActions ( TableStorage storage ) : System

Method Details

GetIndexTouchCount() public méthode

public GetIndexTouchCount ( string name ) : int
name string
Résultat int

GetMostRecentAttachmentEtag() public méthode

public GetMostRecentAttachmentEtag ( ) : Etag
Résultat Etag

GetMostRecentDocumentEtag() public méthode

public GetMostRecentDocumentEtag ( ) : Etag
Résultat Etag

IndexLastUpdatedAt() public méthode

public IndexLastUpdatedAt ( string name ) : Etag>.Tuple
name string
Résultat Etag>.Tuple

IsIndexStale() public méthode

public IsIndexStale ( string name, System.DateTime cutOff, Etag cutoffEtag ) : bool
name string
cutOff System.DateTime
cutoffEtag Etag
Résultat bool

IsMapStale() public méthode

public IsMapStale ( string name ) : bool
name string
Résultat bool

IsReduceStale() public méthode

public IsReduceStale ( string name ) : bool
name string
Résultat bool

StalenessStorageActions() public méthode

public StalenessStorageActions ( TableStorage storage ) : System
storage Raven.Storage.Managed.Impl.TableStorage
Résultat System