| Package | Description |
|---|---|
| org.apache.flink.api.common.operators | |
| org.apache.flink.api.java.functions | |
| org.apache.flink.api.java.typeutils |
| Modifier and Type | Method and Description |
|---|---|
KeySelector<T,K> |
Keys.SelectorFunctionKeys.getKeyExtractor() |
| Constructor and Description |
|---|
SelectorFunctionKeys(KeySelector<T,K> keyExtractor,
TypeInformation<T> inputType,
TypeInformation<K> keyType) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullByteKeySelector<T>
Used as a dummy
KeySelector to allow using keyed operators
for non-keyed use cases. |
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getKeySelectorTypes(KeySelector<IN,OUT> selectorInterface,
TypeInformation<IN> inType) |
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getKeySelectorTypes(KeySelector<IN,OUT> selectorInterface,
TypeInformation<IN> inType,
String functionName,
boolean allowMissing) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.