Go to the source code of this file.
◆ DeleteTierTwo()
Cleans manager and worker objects pointers.
Definition at line 325 of file init.cpp.
◆ DumpTierTwo()
Dump tier two managers to disk.
Definition at line 200 of file init.cpp.
◆ GetTierTwoHelpString()
| std::string GetTierTwoHelpString |
( |
bool |
showDebug | ) |
|
◆ InitActiveMN()
Initialize the active Masternode manager.
Definition at line 215 of file init.cpp.
◆ InitTierTwoChainTip()
| void InitTierTwoChainTip |
( |
| ) |
|
Initialize chain tip.
Definition at line 80 of file init.cpp.
◆ InitTierTwoInterfaces()
| void InitTierTwoInterfaces |
( |
| ) |
|
Init the interfaces objects.
Definition at line 45 of file init.cpp.
◆ InitTierTwoPostCoinsCacheLoad()
| void InitTierTwoPostCoinsCacheLoad |
( |
CScheduler * |
scheduler | ) |
|
Inits the tier two global objects that require access to the coins tip cache.
Definition at line 74 of file init.cpp.
◆ InitTierTwoPreChainLoad()
| void InitTierTwoPreChainLoad |
( |
bool |
fReindex | ) |
|
Inits the tier two global objects.
Definition at line 65 of file init.cpp.
◆ InterruptTierTwo()
| void InterruptTierTwo |
( |
| ) |
|
Interrupt tier two threads.
Definition at line 332 of file init.cpp.
◆ LoadTierTwo()
| bool LoadTierTwo |
( |
int |
chain_active_height, |
|
|
bool |
load_cache_files |
|
) |
| |
Loads from disk all the tier two related objects.
Definition at line 100 of file init.cpp.
◆ RegisterTierTwoValidationInterface()
| void RegisterTierTwoValidationInterface |
( |
| ) |
|
Register all tier two objects.
Definition at line 193 of file init.cpp.
◆ ResetTierTwoInterfaces()
| void ResetTierTwoInterfaces |
( |
| ) |
|
Resets the interfaces objects.
Definition at line 51 of file init.cpp.
◆ SetBudgetFinMode()
| void SetBudgetFinMode |
( |
const std::string & |
mode | ) |
|
◆ StartTierTwoThreadsAndScheduleJobs()
| void StartTierTwoThreadsAndScheduleJobs |
( |
boost::thread_group & |
threadGroup, |
|
|
CScheduler & |
scheduler |
|
) |
| |
Starts tier two threads and jobs.
Definition at line 303 of file init.cpp.
◆ StopTierTwoThreads()
| void StopTierTwoThreads |
( |
| ) |
|
Stops tier two workers.
Definition at line 320 of file init.cpp.