C# 클래스 RavenFS.Synchronization.Rdc.Wrapper.VolatileSignatureRepository

상속: ISignatureRepository
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
CreateContent ( string sigName ) : Stream
Dispose ( ) : void
Flush ( IEnumerable signatureInfos ) : void
GetByFileName ( ) : IEnumerable
GetContentForReading ( string sigName ) : Stream
GetLastUpdate ( ) : DateTime?
VolatileSignatureRepository ( string fileName ) : System

비공개 메소드들

메소드 설명
CloseCreatedStreams ( ) : void
GetSigFileNamesByFileName ( ) : IEnumerable
NameToPath ( string name ) : string

메소드 상세

CreateContent() 공개 메소드

public CreateContent ( string sigName ) : Stream
sigName string
리턴 Stream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( IEnumerable signatureInfos ) : void
signatureInfos IEnumerable
리턴 void

GetByFileName() 공개 메소드

public GetByFileName ( ) : IEnumerable
리턴 IEnumerable

GetContentForReading() 공개 메소드

public GetContentForReading ( string sigName ) : Stream
sigName string
리턴 Stream

GetLastUpdate() 공개 메소드

public GetLastUpdate ( ) : DateTime?
리턴 DateTime?

VolatileSignatureRepository() 공개 메소드

public VolatileSignatureRepository ( string fileName ) : System
fileName string
리턴 System