PlanControlEnumOp class

Plan control operation.

Inheritance

Constructors

PlanControlEnumOp(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

names Map<PlanControlEnumOp, String>
no setter
values List<PlanControlEnumOp>
no setter

Constants

pcGet → const PlanControlEnumOp
Get loaded plan. For a successful reply, the data field will contain the :ref:PlanSpecification message that corresponds to the currently loaded plan.
pcLoad → const PlanControlEnumOp
Load Plan. If a :ref:PlanSpecification is given with the request in the data field, then that plan is used and stored in the Plan DB. Otherwise, the plan is loaded from the Plan DB.
pcStart → const PlanControlEnumOp
Start plan identified by plan_id field. The command will try to load the corresponding plan if none is loaded, and in that case will follow the same discipline as the LOAD command.
pcStop → const PlanControlEnumOp
Stop current plan being executed if any.