CSharpTest.Net
ITransactionLog<TKey,TValue> Interface Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.BPlusTree Assembly > CSharpTest.Net.Collections Namespace : ITransactionLog<TKey,TValue> Interface


Glossary Item Box

The following tables list the members exposed by ITransactionLog<TKey,TValue>.

Public Properties

 NameDescription
 PropertyFileNameReturns the filename being currently used for transaction logging  
 PropertySizeReturns the current size of the log file in bytes  
Top

Public Methods

 NameDescription
 MethodAddValueThe provided key/value pair was added in the provided transaction  
 MethodBeginTransactionNotifies the log that a transaction is begining and create a token for this transaction scope.  
 MethodCommitTransactionCommits the provided transaction  
 MethodMergeLogMerges the contents of the log with an existing ordered key/value pair collection.  
 MethodRemoveValueThe provided key/value pair was removed in the provided transaction  
 MethodReplayLogOverloaded. Replay the entire log file to the provided dictionary interface  
 MethodRollbackTransactionAbandons the provided transaction  
 MethodTruncateLogTruncate the log and remove all existing entries  
 MethodUpdateValueThe provided key/value pair was updated in the provided transaction  
Top

See Also

Generated with Document! X 2011 by Innovasys