RootStats class

Provides statistics about a FMTCRoot

Available Extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
length Future<int>
Retrieve the total number of tiles in all stores
no setter
realSize Future<double>
Retrieve the actual total size of the database in KiBs
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Future<double>
Retrieve the total number of KiBs of all tiles' bytes (not 'real total' size) from all stores
no setter
storesAvailable Future<List<FMTCStore>>
List all the available stores
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
watchRecovery({bool triggerImmediately = false}) Stream<void>
Watch for changes to the recovery system
watchStores({List<String> storeNames = const [], bool triggerImmediately = false}) Stream<void>
Watch for changes in the specified stores

Operators

operator ==(Object other) bool
The equality operator.
inherited