EvictionMinimumReclaim class

Eviction minimum reclaims are the resource amounts of minimum reclaims for each eviction signal.

Constructors

EvictionMinimumReclaim.new({String? imagefsAvailable, String? imagefsInodesFree, String? memoryAvailable, String? nodefsAvailable, String? nodefsInodesFree, String? pidAvailable})
EvictionMinimumReclaim.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
imagefsAvailable String?
Minimum reclaim for eviction due to imagefs available signal.
getter/setter pair
imagefsInodesFree String?
Minimum reclaim for eviction due to imagefs inodes free signal.
getter/setter pair
memoryAvailable String?
Minimum reclaim for eviction due to memory available signal.
getter/setter pair
nodefsAvailable String?
Minimum reclaim for eviction due to nodefs available signal.
getter/setter pair
nodefsInodesFree String?
Minimum reclaim for eviction due to nodefs inodes free signal.
getter/setter pair
pidAvailable String?
Minimum reclaim for eviction due to pid available signal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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