ILogViewRead<TView,TLogEntry> 接口

定义

用于读取日志视图的接口。

public interface ILogViewRead<TView,TLogEntry>
type ILogViewRead<'View, 'LogEntry> = interface
Public Interface ILogViewRead(Of TView, TLogEntry)

类型参数

TView

视图的类型 (grain) 的状态。

TLogEntry

日志条目的类型。

派生

属性

ConfirmedVersion

日志的已确认前缀的长度

ConfirmedView

日志的已确认视图 (仅反映已确认条目)

TentativeView

日志 (反映已确认和未确认条目的本地暂定视图)

UnconfirmedSuffix

尚未出现在已确认前缀中的已提交条目的列表。

方法

RetrieveLogSegment(Int32, Int32)

尝试从存储中检索日志段。 NotSupportedException如果无法读取日志,则引发 ,具体取决于使用的提供程序及其配置方式。

适用于