Свойство | Type | Description | |
---|---|---|---|
CommitCheckpoint | long | ||
PrepareCheckpoint | long | ||
Version | int |
Méthode | Description | |
---|---|---|
AddPTable ( |
||
CreateEmpty ( int maxTablesPerLevel = 4 ) : |
||
Dispose ( System.TimeSpan timeout ) : void | ||
FromFile ( string filename, int maxTablesPerLevel = 4, bool loadPTables = true, int cacheDepth = 16 ) : |
||
GetAllFilenames ( ) : IEnumerable |
||
InOrder ( ) : IEnumerable |
||
InReverseOrder ( ) : IEnumerable |
||
SaveToFile ( string filename ) : void |
Méthode | Description | |
---|---|---|
CopyFrom ( List
|
||
CreateIfNeeded ( int level, List |
||
IndexMap ( int version, List |
||
LoadPTables (
|
||
ReadAndCheckHash ( |
||
ReadCheckpoints ( |
||
ReadVersion ( |
||
VerifyStructure ( ) : void |
public AddPTable ( |
||
tableToAdd | ||
prepareCheckpoint | long | |
commitCheckpoint | long | |
upgradeHash | Func |
|
existsAt | bool>.Func | |
recordExistsAt | bool>.Func | |
filenameProvider | IIndexFilenameProvider | |
version | byte | |
indexCacheDepth | int | |
Résultat | EventStore.Core.Index.MergeResult |
public static CreateEmpty ( int maxTablesPerLevel = 4 ) : |
||
maxTablesPerLevel | int | |
Résultat |
public Dispose ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
Résultat | void |
public static FromFile ( string filename, int maxTablesPerLevel = 4, bool loadPTables = true, int cacheDepth = 16 ) : |
||
filename | string | |
maxTablesPerLevel | int | |
loadPTables | bool | |
cacheDepth | int | |
Résultat |
public SaveToFile ( string filename ) : void | ||
filename | string | |
Résultat | void |