| Package | Description |
|---|---|
| org.apache.flink.api.common.serialization | |
| org.apache.flink.api.common.typeinfo |
| Constructor and Description |
|---|
AbstractDeserializationSchema(TypeHint<T> typeHint)
Creates an AbstractDeserializationSchema that returns the TypeInformation
indicated by the given type hint.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeInformation<T> |
TypeInformation.of(TypeHint<T> typeHint)
Creates a TypeInformation for a generic type via a utility "type hint".
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.