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 String |
getKeyFromArgs(String[] args,
int index)
Get the key from the given args.
|
static <T> String |
getSerializerTree(TypeInformation<T> ti)
Debugging utility to understand the hierarchy of serializers created by the Java API.
|
static <T> Optional<T> |
resolveFactory(ThreadLocal<T> threadLocalFactory,
T staticFactory)
Resolves the given factories.
|
public static final Random RNG
public static String getCallLocationName()
public static String getCallLocationName(int depth)
public static <T> String getSerializerTree(TypeInformation<T> ti)
public static <T> Optional<T> resolveFactory(ThreadLocal<T> threadLocalFactory, @Nullable T staticFactory)
Optional.empty()
.T
- type of factorythreadLocalFactory
- containing the thread local factorystaticFactory
- containing the global factoryCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.