Engine
class Engine extends AbstractObject implements IdAble, Node
The Dagger engine configuration and state
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
array
clients()
The list of connected client IDs
localCache()
The local engine cache state tracked by dagql
string
name()
The name of the engine instance.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
array
clients()
The list of connected client IDs
at line 28
Id
id()
A unique identifier for this Engine.
at line 37
EngineCache
localCache()
The local engine cache state tracked by dagql
at line 46
string
name()
The name of the engine instance.