@Experimental public class CommittableMessageTypeInfo<CommT> extends org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>
CommittableMessage to make it consumable from a DataStream.| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(Object obj) |
org.apache.flink.api.common.typeutils.TypeSerializer<CommittableMessage<CommT>> |
createSerializer(org.apache.flink.api.common.ExecutionConfig config) |
org.apache.flink.api.common.typeutils.TypeSerializer<CommittableMessage<CommT>> |
createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config) |
boolean |
equals(Object o) |
int |
getArity() |
int |
getTotalFields() |
Class<CommittableMessage<CommT>> |
getTypeClass() |
int |
hashCode() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
static org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<Void>> |
noOutput()
Returns the type information for a
CommittableMessage with no committable. |
static <CommT> org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>> |
of(org.apache.flink.util.function.SerializableSupplier<org.apache.flink.core.io.SimpleVersionedSerializer<CommT>> committableSerializerFactory)
Returns the type information based on the serializer for a
CommittableMessage. |
String |
toString() |
public static <CommT> org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>> of(org.apache.flink.util.function.SerializableSupplier<org.apache.flink.core.io.SimpleVersionedSerializer<CommT>> committableSerializerFactory)
CommittableMessage.CommT - type of the committablecommittableSerializerFactory - factory to create the serializer for a CommittableMessagepublic static org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<Void>> noOutput()
CommittableMessage with no committable.TypeInformation with CommittableMessagepublic boolean isBasicType()
isBasicType in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public boolean isTupleType()
isTupleType in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public int getArity()
getArity in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public int getTotalFields()
getTotalFields in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public Class<CommittableMessage<CommT>> getTypeClass()
getTypeClass in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public boolean isKeyType()
isKeyType in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public org.apache.flink.api.common.typeutils.TypeSerializer<CommittableMessage<CommT>> createSerializer(org.apache.flink.api.common.serialization.SerializerConfig config)
createSerializer in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public org.apache.flink.api.common.typeutils.TypeSerializer<CommittableMessage<CommT>> createSerializer(org.apache.flink.api.common.ExecutionConfig config)
createSerializer in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public String toString()
toString in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public boolean equals(Object o)
equals in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public int hashCode()
hashCode in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>public boolean canEqual(Object obj)
canEqual in class org.apache.flink.api.common.typeinfo.TypeInformation<CommittableMessage<CommT>>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.