Method |
Description |
|
DeleteTempChunk ( string tmpChunkPath, int retries ) : void |
|
|
IsSoftDeletedTempStreamWithinSameChunk ( string eventStreamId, long chunkStart, long chunkEnd ) : bool |
|
|
KeepOnlyFirstEventOfDuplicate ( ITableIndex tableIndex, PrepareLogRecord prepare, int eventNumber ) : bool |
|
|
PublishChunksCompletedEvent ( int chunkStartNumber, int chunkEndNumber, System.TimeSpan elapsed, bool wasScavenged, long spaceSaved, string errorMessage = "" ) : void |
|
|
ScavengeChunks ( bool alwaysKeepScavenged, IList oldChunks, long &spaceSaved ) : bool |
|
|
ShouldKeepCommit ( CommitLogRecord commit, CommitInfo>.Dictionary commits ) : bool |
|
|
ShouldKeepPrepare ( PrepareLogRecord prepare, CommitInfo>.Dictionary commits, long chunkStart, long chunkEnd ) : bool |
|
|
TraverseChunk ( TFChunk chunk, Action processPrepare, Action processCommit, Action processSystem ) : void |
|
|
WriteRecord ( TFChunk newChunk, EventStore.Core.TransactionLog.LogRecords.LogRecord record ) : PosMap |
|
|
WriteScavengeChunkCompletedEvent ( string streamId, Event eventToWrite, int retryCount ) : void |
|
|
WriteScavengeChunkCompletedEventCompleted ( ClientMessage msg, string streamId, Event eventToWrite, int retryCount ) : void |
|
|