C# 클래스 Raven.Munin.ReadOnlyFileBasedPersistentSource

Simple read only version of the file based data. It is mostly meant for read only access from remote application domain.
상속: AbstractPersistentSource
파일 보기 프로젝트 열기: ravendb/raven.munin

공개 메소드들

메소드 설명
CreateRemoteAppDomainState ( ) : RemoteManagedStorageState
CreateTemporaryStream ( ) : Stream
Dispose ( ) : void
EnsureCapacity ( int value ) : void
FlushLog ( ) : void
ReadOnlyFileBasedPersistentSource ( string basePath, string prefix ) : System
ReplaceAtomically ( Stream newNewLog ) : void

보호된 메소드들

메소드 설명
CreateClonedStreamForReadOnlyPurposes ( ) : Stream

비공개 메소드들

메소드 설명
OpenFiles ( ) : void

메소드 상세

CreateClonedStreamForReadOnlyPurposes() 보호된 메소드

protected CreateClonedStreamForReadOnlyPurposes ( ) : Stream
리턴 Stream

CreateRemoteAppDomainState() 공개 메소드

public CreateRemoteAppDomainState ( ) : RemoteManagedStorageState
리턴 RemoteManagedStorageState

CreateTemporaryStream() 공개 메소드

public CreateTemporaryStream ( ) : Stream
리턴 Stream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsureCapacity() 공개 메소드

public EnsureCapacity ( int value ) : void
value int
리턴 void

FlushLog() 공개 메소드

public FlushLog ( ) : void
리턴 void

ReadOnlyFileBasedPersistentSource() 공개 메소드

public ReadOnlyFileBasedPersistentSource ( string basePath, string prefix ) : System
basePath string
prefix string
리턴 System

ReplaceAtomically() 공개 메소드

public ReplaceAtomically ( Stream newNewLog ) : void
newNewLog Stream
리턴 void