Modifier and Type | Class and Description |
---|---|
static class |
Utils.ChecksumHashCode
Accumulator of
Utils.ChecksumHashCode . |
static class |
Utils.ChecksumHashCodeHelper<T>
|
static class |
Utils.CollectHelper<T>
Utility sink function that collects elements into an accumulator,
from which it they can be retrieved by the client.
|
static class |
Utils.CountHelper<T>
Utility sink function that counts elements and writes the count into an accumulator,
from which it can be retrieved by the client.
|
Modifier and Type | Method and Description |
---|---|
static String |
getCallLocationName() |
static String |
getCallLocationName(int depth) |
static <T> String |
getSerializerTree(TypeInformation<T> ti)
Debugging utility to understand the hierarchy of serializers created by the Java API.
|
public static final Random RNG
public static String getCallLocationName()
public static String getCallLocationName(int depth)
public static <T> String getSerializerTree(TypeInformation<T> ti)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.