public class ShuffleKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ShuffleKey.Direction
Represents ordering direction.
|
static class |
ShuffleKey.Order
Represents ordering information.
|
Constructor and Description |
---|
ShuffleKey(List<String> groupProperties,
List<ShuffleKey.Order> orderings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getGroupProperties()
Returns the grouping properties.
|
List<ShuffleKey.Order> |
getOrderings()
Returns ordering information.
|
int |
hashCode() |
public ShuffleKey(List<String> groupProperties, List<ShuffleKey.Order> orderings)
groupProperties
- grouping propertiesorderings
- ordering informationIllegalArgumentException
- if some parameters are null
public List<String> getGroupProperties()
public List<ShuffleKey.Order> getOrderings()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.