C# 클래스 Raven.Storage.Managed.StalenessStorageActions

상속: IStalenessStorageActions
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetIndexTouchCount() 공개 메소드

public GetIndexTouchCount ( string name ) : int
name string
리턴 int

GetMostRecentAttachmentEtag() 공개 메소드

public GetMostRecentAttachmentEtag ( ) : Etag
리턴 Etag

GetMostRecentDocumentEtag() 공개 메소드

public GetMostRecentDocumentEtag ( ) : Etag
리턴 Etag

IndexLastUpdatedAt() 공개 메소드

public IndexLastUpdatedAt ( string name ) : Etag>.Tuple
name string
리턴 Etag>.Tuple

IsIndexStale() 공개 메소드

public IsIndexStale ( string name, System.DateTime cutOff, Etag cutoffEtag ) : bool
name string
cutOff System.DateTime
cutoffEtag Etag
리턴 bool

IsMapStale() 공개 메소드

public IsMapStale ( string name ) : bool
name string
리턴 bool

IsReduceStale() 공개 메소드

public IsReduceStale ( string name ) : bool
name string
리턴 bool

StalenessStorageActions() 공개 메소드

public StalenessStorageActions ( TableStorage storage ) : System
storage Raven.Storage.Managed.Impl.TableStorage
리턴 System