| Package | Description |
|---|---|
| org.apache.flink.api.common.accumulators | |
| org.apache.flink.util |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,OptionalFailure<Object>> |
AccumulatorHelper.deserializeAccumulators(Map<String,SerializedValue<OptionalFailure<Object>>> serializedAccumulators,
ClassLoader loader)
Takes the serialized accumulator results and tries to deserialize them using the provided
class loader.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SerializedValue<T> |
SerializedValue.fromBytes(byte[] serializedData) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.