C# Class Raven.Storage.DegenerateManagedStorage.MultiDicInSingleFile

Inheritance: IDisposable
ファイルを表示 Open project: ayende/Degenerated.Storage

Protected Properties

Property Type Description
aggregateDictionary Raven.ManagedStorage.Degenerate.AggregateDictionary
persistentDictionaryOne Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentDictionaryTwo Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentSource Raven.ManagedStorage.Degenerate.FileBasedPersistentSource

Public Methods

Method Description
Dispose ( ) : void
MultiDicInSingleFile ( ) : System

Protected Methods

Method Description
Commit ( System.Guid txId ) : void
OpenDictionary ( ) : void
Reopen ( ) : void

Method Details

Commit() protected method

protected Commit ( System.Guid txId ) : void
txId System.Guid
return void

Dispose() public method

public Dispose ( ) : void
return void

MultiDicInSingleFile() public method

public MultiDicInSingleFile ( ) : System
return System

OpenDictionary() protected method

protected OpenDictionary ( ) : void
return void

Reopen() protected method

protected Reopen ( ) : void
return void

Property Details

aggregateDictionary protected_oe property

protected AggregateDictionary,Raven.ManagedStorage.Degenerate aggregateDictionary
return Raven.ManagedStorage.Degenerate.AggregateDictionary

persistentDictionaryOne protected_oe property

protected PersistentDictionary,Raven.ManagedStorage.Degenerate persistentDictionaryOne
return Raven.ManagedStorage.Degenerate.PersistentDictionary

persistentDictionaryTwo protected_oe property

protected PersistentDictionary,Raven.ManagedStorage.Degenerate persistentDictionaryTwo
return Raven.ManagedStorage.Degenerate.PersistentDictionary

persistentSource protected_oe property

protected FileBasedPersistentSource,Raven.ManagedStorage.Degenerate persistentSource
return Raven.ManagedStorage.Degenerate.FileBasedPersistentSource