C# Class Raven.ManagedStorage.Degenerate.MemoryPersistentSource

Inheritance: IPersistentSource
Mostrar archivo Open project: ayende/Degenerated.Storage

Public Methods

Method Description
CreateTemporaryStream ( ) : Stream
Dispose ( ) : void
FlushData ( ) : void
FlushLog ( ) : void
MemoryPersistentSource ( ) : System
ReplaceAtomically ( Stream data, Stream log ) : void

Method Details

CreateTemporaryStream() public method

public CreateTemporaryStream ( ) : Stream
return Stream

Dispose() public method

public Dispose ( ) : void
return void

FlushData() public method

public FlushData ( ) : void
return void

FlushLog() public method

public FlushLog ( ) : void
return void

MemoryPersistentSource() public method

public MemoryPersistentSource ( ) : System
return System

ReplaceAtomically() public method

public ReplaceAtomically ( Stream data, Stream log ) : void
data Stream
log Stream
return void