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 |
---|---|
InputGroup |
InputAttribute.getGroup() |
InputGroup |
InputInfo.getGroup()
Returns the input group info.
|
static InputGroup |
InputGroup.parse(List<String> expressions)
Returns an instance.
|
Constructor and Description |
---|
InputAttribute(String name,
ClassInfo dataType,
InputGranularity granulatity,
InputGroup group)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
InputGroup |
InputView.getGroup() |
Modifier and Type | Method and Description |
---|---|
InputGroup |
PlanInputSpec.getGroup()
Returns the data exchanging group.
|
InputGroup |
PlanOutputSpec.getGroup()
Returns the data exchanging group.
|
Modifier and Type | Method and Description |
---|---|
static PlanInputSpec |
PlanInputSpec.of(String name,
DataExchange exchange,
InputGroup group)
Creates a new instance.
|
static PlanOutputSpec |
PlanOutputSpec.of(String name,
DataExchange exchange,
InputGroup group)
Creates a new instance.
|
static PlanOutputSpec |
PlanOutputSpec.of(String name,
DataExchange exchange,
InputGroup group,
Collection<String> extraOperations)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.