public class KeySelectorUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeySelectorUtil.ArrayKeySelector<IN> |
static class |
KeySelectorUtil.ComparableKeySelector<IN> |
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
tupleClasses |
| Constructor and Description |
|---|
KeySelectorUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <X> org.apache.flink.api.java.functions.KeySelector<X,?> |
getSelectorForKeys(org.apache.flink.api.java.operators.Keys<X> keys,
org.apache.flink.api.common.typeinfo.TypeInformation<X> typeInfo,
org.apache.flink.api.common.ExecutionConfig executionConfig) |
public static Class<?>[] tupleClasses
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.