Package | Description |
---|---|
org.apache.flink.util |
Modifier and Type | Method and Description |
---|---|
static <T> CompressedSerializedValue<T> |
CompressedSerializedValue.fromBytes(byte[] compressedSerializedData)
Construct a compressed serialized value with a serialized byte array.
|
static <T> CompressedSerializedValue<T> |
CompressedSerializedValue.fromObject(T object)
Constructs a compressed serialized value for the given object.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.