public interface DeserializationSchema<T> extends Serializable, org.apache.flink.api.java.typeutils.ResultTypeQueryable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(byte[] message)
Deserializes the incoming data.
|
boolean |
isEndOfStream(T nextElement)
Method to decide whether the element signals the end of the stream.
|
T deserialize(byte[] message)
message - The incoming message in a byte arrayboolean isEndOfStream(T nextElement)
nextElement - The element to test for end signalCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.