restartable
- type:
boolean- example:
config restartable : true;- description:
- The operator instance can be restarted, for example after a
user-requested stopPE completes or after a partition crashes due to a runtime
error. The
restartableconfig is implied by therelocatableconfig. Furthermore, if an operatorAis restartable and operatorBis not, thenAandBare partition-exlocated (cannot be in the same partition). Remember from the language specification that a local config overrides a globalconfig;similarly, a local inferred config overrides a globalconfigeven if that globalconfigis explicit. - default:
true- where:
- Any operator invocation or composite
operator. Tip: You can set
config restartableon a main composite to make all enclosed PEs restartable.