| Interface | Description |
|---|---|
| AdminWebServerFactory |
A factory interface for AdminWebServer.
|
| FlowEdge |
A typical edge consists of two types of attributes:
- Numerical value based: Return an numerical value for evaluation.
|
| ServiceNode |
Abstraction of a Node in
SpecExecutor
'Service' here refers to 'Service' in GaaS and it is not necessary related to a Service interface. |
| Spec |
A basic interface for an object with a
URI, version, and description. |
| SpecConsumer<V> |
A communication socket (receiving side for this class)
for each
SpecExecutor to receive spec to execute from Orchestrator. |
| SpecExecutor |
Defines a representation of JobSpec-Executor in GaaS.
|
| SpecProducer<V> |
Defines a SpecProducer to produce jobs to
SpecExecutor
that can execute a Spec. |
| TaskEventMetadataGenerator |
For generating additional event metadata to associate with Task Events.
|
| Enum | Description |
|---|---|
| SpecExecutor.Verb |