Uses of Class
org.apache.flink.util.CompressedSerializedValue
-
Packages that use CompressedSerializedValue Package Description org.apache.flink.util -
-
Uses of CompressedSerializedValue in org.apache.flink.util
Methods in org.apache.flink.util that return CompressedSerializedValue Modifier and Type Method 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.
-