C# Класс Raven.ManagedStorage.Degenerate.AggregateDictionary

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AggregateDictionary ( IPersistentSource persistentSource, int countOfDictionaries ) : System
Commit ( System.Guid txId ) : void
Compact ( ) : void
PerformIdleTasks ( ) : void

This method should be called when the application is idle It is used for book keeping tasks such as compacting the data storage file.

this ( int i ) : PersistentDictionary

Приватные методы

Метод Описание
CompactionRequired ( ) : bool
Initialze ( ) : void
ReadCommands ( long lastGoodPosition ) : IEnumerable
WriteCommands ( IEnumerable cmds, Stream log ) : void

Описание методов

AggregateDictionary() публичный Метод

public AggregateDictionary ( IPersistentSource persistentSource, int countOfDictionaries ) : System
persistentSource IPersistentSource
countOfDictionaries int
Результат System

Commit() публичный Метод

public Commit ( System.Guid txId ) : void
txId System.Guid
Результат void

Compact() публичный Метод

public Compact ( ) : void
Результат void

PerformIdleTasks() публичный Метод

This method should be called when the application is idle It is used for book keeping tasks such as compacting the data storage file.
public PerformIdleTasks ( ) : void
Результат void

this() публичный Метод

public this ( int i ) : PersistentDictionary
i int
Результат PersistentDictionary