ResidentComponentKind class

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

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

Static Methods

valueOf(int value) ResidentComponentKind?

Constants

RESIDENT_COMPONENT_KIND_FOLD_STATE → const ResidentComponentKind
The folded Workspace images held in RAM — usually the largest single term.
RESIDENT_COMPONENT_KIND_GIT_OBJECT_CACHE → const ResidentComponentKind
The gix object cache for this workspace's repo. A CEILING, not a measurement: gix exposes no resident-size query, so ceiling is set and the console must render it as a bound.
RESIDENT_COMPONENT_KIND_READ_MODEL_INDEXES → const ResidentComponentKind
The read model's Rust-side resident indexes (type/scalar/set/relation).
RESIDENT_COMPONENT_KIND_READ_MODEL_SQLITE → const ResidentComponentKind
The read model's SQLite image (EXACT: page_count x page_size).
RESIDENT_COMPONENT_KIND_SHARED_ATTRIBUTED → const ResidentComponentKind
This workspace's fractional share of interned payloads and shared law/policy bytes.
RESIDENT_COMPONENT_KIND_UNSPECIFIED → const ResidentComponentKind
RESIDENT_COMPONENT_KIND_WORKSPACE_CACHES → const ResidentComponentKind
Per-workspace caches: schema, execution routes, visibility, relation schema, describe.
values → const List<ResidentComponentKind>