FMGlobalState

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Mixins

__anonymous
mixin init_deinitBDB
Undocumented in source.
__anonymous
mixin recommit
Undocumented in source.

Variables

finish
bool finish;
Undocumented in source.
lsblk
LsblkInfo[string] lsblk;
Undocumented in source.

Mixed In Members

From mixin init_deinitBDB

dbenv
DbEnv dbenv;
Undocumented in source.
db_map
Db db_map;
Undocumented in source.
db_marks
Db db_marks;
Undocumented in source.
db_commands
Db db_commands;
Undocumented in source.
db_command_output
Db db_command_output;
Undocumented in source.
initBDB
void initBDB(bool force_recover)
Undocumented in source. Be warned that the author may not have intended to support it.
deInitBDB
void deInitBDB()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin recommit

txn_on
bool txn_on;
Undocumented in source.
txn
DbTxn txn;
Undocumented in source.
OIT
int OIT;
Undocumented in source.
beginned
long beginned;
Undocumented in source.
txn_started
SysTime txn_started;
Undocumented in source.
is_time_to_recommit
bool is_time_to_recommit()
Undocumented in source. Be warned that the author may not have intended to support it.
recommit
void recommit()
Undocumented in source. Be warned that the author may not have intended to support it.
commit
void commit()
Undocumented in source. Be warned that the author may not have intended to support it.
abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta