C# 클래스 Raven.Munin.MemoryPersistentSource

상속: AbstractPersistentSource
파일 보기 프로젝트 열기: nhsevidence/ravendb

공개 메소드들

메소드 설명
CreateRemoteAppDomainState ( ) : RemoteManagedStorageState
CreateTemporaryStream ( ) : Stream
EnsureCapacity ( int value ) : void
FlushLog ( ) : void
MemoryPersistentSource ( ) : System
MemoryPersistentSource ( byte data ) : System
ReplaceAtomically ( Stream newLog ) : void

보호된 메소드들

메소드 설명
CreateClonedStreamForReadOnlyPurposes ( ) : Stream

메소드 상세

CreateClonedStreamForReadOnlyPurposes() 보호된 메소드

protected CreateClonedStreamForReadOnlyPurposes ( ) : Stream
리턴 Stream

CreateRemoteAppDomainState() 공개 메소드

public CreateRemoteAppDomainState ( ) : RemoteManagedStorageState
리턴 RemoteManagedStorageState

CreateTemporaryStream() 공개 메소드

public CreateTemporaryStream ( ) : Stream
리턴 Stream

EnsureCapacity() 공개 메소드

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

FlushLog() 공개 메소드

public FlushLog ( ) : void
리턴 void

MemoryPersistentSource() 공개 메소드

public MemoryPersistentSource ( ) : System
리턴 System

MemoryPersistentSource() 공개 메소드

public MemoryPersistentSource ( byte data ) : System
data byte
리턴 System

ReplaceAtomically() 공개 메소드

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