C# Class BTDBTest.KeyValueDBTest.LoggerMock

Inheritance: IKeyValueDBLogger
Mostra file Open project: Bobris/BTDB

Public Properties

Property Type Description
Leaked IKeyValueDBTransaction

Public Methods

Method Description
CompactionCreatedPureValueFile ( uint fileId, ulong size ) : void
CompactionStart ( ulong totalWaste ) : void
KeyValueIndexCreated ( uint fileId, long keyValueCount, ulong size, System.TimeSpan duration ) : void
ReportTransactionLeak ( IKeyValueDBTransaction transaction ) : void

Method Details

CompactionCreatedPureValueFile() public method

public CompactionCreatedPureValueFile ( uint fileId, ulong size ) : void
fileId uint
size ulong
return void

CompactionStart() public method

public CompactionStart ( ulong totalWaste ) : void
totalWaste ulong
return void

KeyValueIndexCreated() public method

public KeyValueIndexCreated ( uint fileId, long keyValueCount, ulong size, System.TimeSpan duration ) : void
fileId uint
keyValueCount long
size ulong
duration System.TimeSpan
return void

ReportTransactionLeak() public method

public ReportTransactionLeak ( IKeyValueDBTransaction transaction ) : void
transaction IKeyValueDBTransaction
return void

Property Details

Leaked public_oe property

public IKeyValueDBTransaction Leaked
return IKeyValueDBTransaction