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

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

공개 메소드들

메소드 설명
CreateContent ( string sigName ) : Stream
Dispose ( ) : void
Flush ( IEnumerable signatureInfos ) : void
GetByFileName ( ) : IEnumerable
GetByName ( string sigName ) : SignatureInfo
GetContentForReading ( string sigName ) : Stream
GetLastUpdate ( ) : DateTime?
StorageSignatureRepository ( TransactionalStorage storage, string fileName ) : System

비공개 메소드들

메소드 설명
CloseCreatedStreams ( ) : void
ExtractFileNameAndLevel ( string sigName ) : SignatureInfo
GetSignatureLevel ( string sigName, StorageActionsAccessor accessor ) : SignatureLevels
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

GetByName() 공개 메소드

public GetByName ( string sigName ) : SignatureInfo
sigName string
리턴 SignatureInfo

GetContentForReading() 공개 메소드

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

GetLastUpdate() 공개 메소드

public GetLastUpdate ( ) : DateTime?
리턴 DateTime?

StorageSignatureRepository() 공개 메소드

public StorageSignatureRepository ( TransactionalStorage storage, string fileName ) : System
storage RavenFS.Storage.TransactionalStorage
fileName string
리턴 System