C# Class Raven.Storage.DegenerateManagedStorage.SimpleFileTest

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

Protected Properties

Property Type Description
persistentDictionary Raven.ManagedStorage.Degenerate.PersistentDictionary
persistentSource Raven.ManagedStorage.Degenerate.FileBasedPersistentSource

Public Methods

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

Protected Methods

Method Description
Commit ( System.Guid txId ) : void
OpenDictionary ( ) : void
PerformIdleTasks ( ) : 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

OpenDictionary() protected method

protected OpenDictionary ( ) : void
return void

PerformIdleTasks() protected method

protected PerformIdleTasks ( ) : void
return void

Reopen() protected method

protected Reopen ( ) : void
return void

SimpleFileTest() public method

public SimpleFileTest ( ) : System
return System

Property Details

persistentDictionary protected_oe property

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

persistentSource protected_oe property

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