tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WriteAndReadFromDartDb
tagion
testbench
services
DARTService
Undocumented in source.
@
safe
@
Scenario
("write and read from dart db", [])
class
WriteAndReadFromDartDb {
ActorHandle
handle
;
ActorHandle
dart_interface_handle
;
ActorHandle
replicator_handle
;
DARTInterfaceOptions
interface_opts
;
TRTOptions
trt_options
;
SecureNet
supervisor_net
;
DARTOptions
opts
;
ReplicatorOptions
replicator_opts
;
Mt19937
gen
;
RandomArchives
random_archives
;
Document
[]
docs
;
RecordFactory
.
Recorder
insert_recorder
;
RecordFactory
record_factory
;
HiRPC
hirpc
;
struct
SimpleDoc
;
this
(DARTOptions opts, ReplicatorOptions replicator_opts, TRTOptions trt_options);
Document
dartDb
();
Document
saidDb
();
Document
toAdd
();
Document
theChanged
();
Document
dartModifyRecorder
();
}
Constructors
this
this
(DARTOptions opts, ReplicatorOptions replicator_opts, TRTOptions trt_options)
Undocumented in source.
Members
Functions
dartDb
Document
dartDb
()
Undocumented in source. Be warned that the author may not have intended to support it.
dartModifyRecorder
Document
dartModifyRecorder
()
Undocumented in source. Be warned that the author may not have intended to support it.
saidDb
Document
saidDb
()
Undocumented in source. Be warned that the author may not have intended to support it.
theChanged
Document
theChanged
()
Undocumented in source. Be warned that the author may not have intended to support it.
toAdd
Document
toAdd
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
SimpleDoc
struct
SimpleDoc
Undocumented in source.
Variables
dart_interface_handle
ActorHandle
dart_interface_handle
;
Undocumented in source.
docs
Document
[]
docs
;
Undocumented in source.
gen
Mt19937
gen
;
Undocumented in source.
handle
ActorHandle
handle
;
Undocumented in source.
hirpc
HiRPC
hirpc
;
Undocumented in source.
insert_recorder
RecordFactory
.
Recorder
insert_recorder
;
Undocumented in source.
interface_opts
DARTInterfaceOptions
interface_opts
;
Undocumented in source.
opts
DARTOptions
opts
;
Undocumented in source.
random_archives
RandomArchives
random_archives
;
Undocumented in source.
record_factory
RecordFactory
record_factory
;
Undocumented in source.
replicator_handle
ActorHandle
replicator_handle
;
Undocumented in source.
replicator_opts
ReplicatorOptions
replicator_opts
;
Undocumented in source.
supervisor_net
SecureNet
supervisor_net
;
Undocumented in source.
trt_options
TRTOptions
trt_options
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
services
DARTService
aliases
FeatureContext
classes
WriteAndReadFromDartDb
manifest constants
feature
structs
DARTWorker