C# Class EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk.TFChunkReadSide

Mostra file Open project: EventStore/EventStore

Protected Properties

Property Type Description
Chunk EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk

Protected Methods

Method Description
TFChunkReadSide ( EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk chunk ) : System
TryReadBackwardInternal ( EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem workItem, long actualPosition, int &length, EventStore.Core.TransactionLog.LogRecords.LogRecord &record ) : bool
TryReadForwardInternal ( EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem workItem, long actualPosition, int &length, EventStore.Core.TransactionLog.LogRecords.LogRecord &record ) : bool

Method Details

TFChunkReadSide() protected method

protected TFChunkReadSide ( EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk chunk ) : System
chunk EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk
return System

TryReadBackwardInternal() protected method

protected TryReadBackwardInternal ( EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem workItem, long actualPosition, int &length, EventStore.Core.TransactionLog.LogRecords.LogRecord &record ) : bool
workItem EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem
actualPosition long
length int
record EventStore.Core.TransactionLog.LogRecords.LogRecord
return bool

TryReadForwardInternal() protected method

protected TryReadForwardInternal ( EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem workItem, long actualPosition, int &length, EventStore.Core.TransactionLog.LogRecords.LogRecord &record ) : bool
workItem EventStore.Core.TransactionLog.Chunks.TFChunk.ReaderWorkItem
actualPosition long
length int
record EventStore.Core.TransactionLog.LogRecords.LogRecord
return bool

Property Details

Chunk protected_oe property

protected TFChunk,EventStore.Core.TransactionLog.Chunks.TFChunk Chunk
return EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk