FMTCRegistry class Null safety
Manages the stores available
It is very important for the storeDatabases state to remain in sync with the actual state of the directory, otherwise unexpected behaviour may occur.
- Annotations
Properties
- directory → Directory
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- recoveryDatabase → Isar
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
storeDatabases
→ Map<
int, Isar> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uninitialise(
{bool delete = false}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FMTCRegistry
-
read / write
Static Methods
-
initialise(
{required Directory directory, required int databaseMaxSize, required CompactCondition? databaseCompactCondition}) → Future< FMTCRegistry>