RegisterCassandraPluginsOptionsType
Это содержимое пока не доступно на вашем языке.
RegisterCassandraPluginsOptionsType =
object
Defined in: src/persistence/journals/CassandraPluginOptions.ts:7
Properties
Section titled “Properties”client?
Section titled “client?”
readonlyoptionalclient?:CassandraClientLike
Defined in: src/persistence/journals/CassandraPluginOptions.ts:14
Shared CQL client used by the journal AND the snapshot store. When provided, both plug-ins reuse the same connection pool (one TCP connection tree per cluster node). When omitted, each plug-in constructs its own client.
journal
Section titled “journal”
readonlyjournal:CassandraJournalOptions
Defined in: src/persistence/journals/CassandraPluginOptions.ts:18
Journal-specific overrides.
serializer?
Section titled “serializer?”
readonlyoptionalserializer?:Serializer
Defined in: src/persistence/journals/CassandraPluginOptions.ts:16
Shared payload serializer injected into both stores (a leaf’s own serializer wins).
snapshotStore
Section titled “snapshotStore”
readonlysnapshotStore:CassandraSnapshotStoreOptions
Defined in: src/persistence/journals/CassandraPluginOptions.ts:20
Snapshot-store-specific overrides. Usually shares keyspace with the journal.
