次の方法で共有


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)

アラーム名でグレイン参照のアラームを読み取ります。 読み取り側テーブルから行を読み取る

ReadRows(GrainReference)

読み取り側テーブルから 1 行を読み取る

ReadRows(UInt32, UInt32)

特定のハッシュ範囲のアラーム テーブル データを読み取ります。

RemoveRow(GrainReference, String, String)

アラーム テーブルから 1 つの行を削除する

TestOnlyClearTable()

アラーム テーブル データをクリアするためのテスト フック。

UpsertRow(ReminderEntry)

エントリを remider テーブルに配置する非同期メソッド

適用対象