Package | Description |
---|---|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
com.asakusafw.info.operator.view |
Views of operator graphs.
|
com.asakusafw.info.plan |
Asakusa execution plan information models.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedOperatorSpec
Represents a detail of operator with name.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreOperatorSpec
Details of a core operator.
|
class |
CustomOperatorSpec
Details of a core operator.
|
class |
FlowOperatorSpec
Represents a flow operator details.
|
class |
InputOperatorSpec
Represents an operator detail of flow inputs.
|
class |
MarkerOperatorSpec
Details of marker operator.
|
class |
OutputOperatorSpec
Represents an operator detail of flow outputs.
|
class |
UserOperatorSpec
Details of user operators.
|
Modifier and Type | Method and Description |
---|---|
OperatorSpec |
OperatorAttribute.getSpec() |
OperatorSpec |
OperatorInfo.getSpec()
Returns the operator body.
|
Constructor and Description |
---|
OperatorAttribute(OperatorSpec spec)
Creates a new instance.
|
OperatorAttribute(OperatorSpec spec,
List<? extends ParameterInfo> parameters)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
OperatorSpec |
OperatorView.getSpec() |
Modifier and Type | Class and Description |
---|---|
class |
PlanInputSpec
Represents a pseudo-operator detail of inputs in execution plan.
|
class |
PlanOutputSpec
Represents a pseudo-operator detail of outputs in execution plan.
|
class |
PlanVertexSpec
Represents a pseudo-operator detail of vertices in execution plan.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.