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 | Method and Description |
---|---|
OperatorSpec.OperatorKind |
OutputOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
MarkerOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
FlowOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
CoreOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
UserOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
InputOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
CustomOperatorSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
OperatorSpec.getOperatorKind()
Returns the kind of this operator.
|
static OperatorSpec.OperatorKind |
OperatorSpec.OperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorSpec.OperatorKind[] |
OperatorSpec.OperatorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OperatorView> |
OperatorGraphView.getOperatorMap(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Collection<OperatorView> |
OperatorGraphView.getOperators(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Modifier and Type | Method and Description |
---|---|
OperatorSpec.OperatorKind |
PlanInputSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
PlanOutputSpec.getOperatorKind() |
OperatorSpec.OperatorKind |
PlanVertexSpec.getOperatorKind() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.