C# 클래스 Raven.Storage.DegenerateManagedStorage.SimpleFileTest

상속: IDisposable
파일 보기 프로젝트 열기: ayende/Degenerated.Storage

보호된 프로퍼티들

프로퍼티 타입 설명
persistentDictionary Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentSource Raven.ManagedStorage.Degenerate.FileBasedPersistentSource

공개 메소드들

메소드 설명
Dispose ( ) : void
SimpleFileTest ( ) : System

보호된 메소드들

메소드 설명
Commit ( System.Guid txId ) : void
OpenDictionary ( ) : void
PerformIdleTasks ( ) : void
Reopen ( ) : void

메소드 상세

Commit() 보호된 메소드

protected Commit ( System.Guid txId ) : void
txId System.Guid
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenDictionary() 보호된 메소드

protected OpenDictionary ( ) : void
리턴 void

PerformIdleTasks() 보호된 메소드

protected PerformIdleTasks ( ) : void
리턴 void

Reopen() 보호된 메소드

protected Reopen ( ) : void
리턴 void

SimpleFileTest() 공개 메소드

public SimpleFileTest ( ) : System
리턴 System

프로퍼티 상세

persistentDictionary 보호되어 있는 프로퍼티

protected PersistentDictionary,Raven.ManagedStorage.Degenerate persistentDictionary
리턴 Raven.ManagedStorage.Degenerate.PersistentDictionary

persistentSource 보호되어 있는 프로퍼티

protected FileBasedPersistentSource,Raven.ManagedStorage.Degenerate persistentSource
리턴 Raven.ManagedStorage.Degenerate.FileBasedPersistentSource