public class Utils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Utils.CollectHelper<T> |
static class |
Utils.CountHelper<T> |
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static String |
getCallLocationName() |
static String |
getCallLocationName(int depth) |
static void |
getContainedGenericTypes(org.apache.flink.api.common.typeutils.CompositeType typeInfo,
List<GenericTypeInfo<?>> target)
Returns all GenericTypeInfos contained in a composite type.
|
static <T> String |
getSerializerTree(org.apache.flink.api.common.typeinfo.TypeInformation<T> ti)
Debugging utility to understand the hierarchy of serializers created by the Java API.
|
public static String getCallLocationName()
public static String getCallLocationName(int depth)
public static void getContainedGenericTypes(org.apache.flink.api.common.typeutils.CompositeType typeInfo, List<GenericTypeInfo<?>> target)
typeInfo
- public static <T> String getSerializerTree(org.apache.flink.api.common.typeinfo.TypeInformation<T> ti)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.