public class AtomicRowDeserializationSchema extends Object implements org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.types.Row>
| Modifier and Type | Class and Description |
|---|---|
static class |
AtomicRowDeserializationSchema.Builder<T>
Builder for
AtomicRowDeserializationSchema. |
| Constructor and Description |
|---|
AtomicRowDeserializationSchema(String className,
boolean useExtendFields) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.Row |
deserialize(byte[] message) |
boolean |
equals(Object o) |
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> |
getProducedType() |
int |
hashCode() |
boolean |
isEndOfStream(org.apache.flink.types.Row nextElement) |
boolean |
isUseExtendFields() |
public AtomicRowDeserializationSchema(String className, boolean useExtendFields)
public boolean isUseExtendFields()
public org.apache.flink.types.Row deserialize(byte[] message)
throws IOException
deserialize in interface org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.types.Row>IOExceptionpublic boolean isEndOfStream(org.apache.flink.types.Row nextElement)
isEndOfStream in interface org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.types.Row>public org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getProducedType()
getProducedType in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable<org.apache.flink.types.Row>Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.