DynamoDBReminderTable 类

定义

使用 DynamoDB 作为基础存储的 IReminderTable 实现。

public class DynamoDBReminderTable : Orleans.IReminderTable
type DynamoDBReminderTable = class
    interface IReminderTable
Public Class DynamoDBReminderTable
Implements IReminderTable
继承
DynamoDBReminderTable
实现

构造函数

DynamoDBReminderTable(IGrainReferenceConverter)

初始化 DynamoDBReminderTable 类的新实例。

方法

Init(GlobalConfiguration, Logger)

使用特定的全局配置和记录器初始化当前实例

ReadRow(GrainReference, String)

按提醒名称读取粒度引用的提醒。 从 remider 表中读取行

ReadRows(GrainReference)

从 remider 表中读取一行

ReadRows(UInt32, UInt32)

读取给定哈希范围的提醒表数据。

RemoveRow(GrainReference, String, String)

从提醒表中删除一行

TestOnlyClearTable()

测试挂钩以清除提醒表数据。

UpsertRow(ReminderEntry)

将条目放入 remider 表中的异步方法

适用于