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

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

보호된 프로퍼티들

프로퍼티 타입 설명
aggregateDictionary Raven.ManagedStorage.Degenerate.AggregateDictionary
persistentDictionaryOne Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentDictionaryTwo Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentSource Raven.ManagedStorage.Degenerate.FileBasedPersistentSource

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Commit() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MultiDicInSingleFile() 공개 메소드

public MultiDicInSingleFile ( ) : System
리턴 System

OpenDictionary() 보호된 메소드

protected OpenDictionary ( ) : void
리턴 void

Reopen() 보호된 메소드

protected Reopen ( ) : void
리턴 void

프로퍼티 상세

aggregateDictionary 보호되어 있는 프로퍼티

protected AggregateDictionary,Raven.ManagedStorage.Degenerate aggregateDictionary
리턴 Raven.ManagedStorage.Degenerate.AggregateDictionary

persistentDictionaryOne 보호되어 있는 프로퍼티

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

persistentDictionaryTwo 보호되어 있는 프로퍼티

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

persistentSource 보호되어 있는 프로퍼티

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