Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
static ShuffleKey.Order |
ShuffleKey.Order.parse(String string)
Parses a string form of
<property-name> <direction> (as same as toString() ),
and returns the corresponded ShuffleKey.Order object. |
Modifier and Type | Method and Description |
---|---|
List<ShuffleKey.Order> |
ShuffleKey.getOrderings()
Returns ordering information.
|
Constructor and Description |
---|
ShuffleKey(List<String> groupProperties,
List<ShuffleKey.Order> orderings)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.