Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
ShuffleKey |
FlowElementPortDescription.getShuffleKey()
Returns information of the shuffle operation which will performs on this port.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Builder |
OperatorDescription.Builder.addInput(String portName,
Source<?> typeReference,
ShuffleKey key)
Adds a new input port of the target operator.
|
OperatorDescription.Builder |
OperatorDescription.Builder.addInput(String portName,
Type dataType,
ShuffleKey key)
Adds a new input port of the target operator.
|
Constructor and Description |
---|
FlowElementPortDescription(String name,
Type dataType,
PortDirection direction,
ShuffleKey shuffleKey,
FlowElementAttribute... attributes)
Creates a new instance.
|
FlowElementPortDescription(String name,
Type dataType,
PortDirection direction,
ShuffleKey shuffleKey,
List<? extends FlowElementAttribute> attributes)
Creates a new instance.
|
FlowElementPortDescription(String name,
Type dataType,
ShuffleKey shuffleKey)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.