Uses of Class
org.apache.flink.connector.jdbc.xa.CheckpointAndXid
-
Packages that use CheckpointAndXid Package Description org.apache.flink.connector.jdbc.xa Provides exactly-once JDBC sink implementation using Java XA transactions API (JTA). -
-
Uses of CheckpointAndXid in org.apache.flink.connector.jdbc.xa
Fields in org.apache.flink.connector.jdbc.xa with type parameters of type CheckpointAndXid Modifier and Type Field Description static org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>CheckpointAndXidSerializer. SNAPSHOTMethods in org.apache.flink.connector.jdbc.xa that return CheckpointAndXid Modifier and Type Method Description CheckpointAndXidCheckpointAndXidSerializer. copy(CheckpointAndXid from)CheckpointAndXidCheckpointAndXidSerializer. copy(CheckpointAndXid from, CheckpointAndXid reuse)CheckpointAndXidCheckpointAndXidSerializer. createInstance()CheckpointAndXidCheckpointAndXidSerializer. deserialize(CheckpointAndXid reuse, org.apache.flink.core.memory.DataInputView source)CheckpointAndXidCheckpointAndXidSerializer. deserialize(org.apache.flink.core.memory.DataInputView source)Methods in org.apache.flink.connector.jdbc.xa that return types with arguments of type CheckpointAndXid Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializer<CheckpointAndXid>CheckpointAndXidSerializer. duplicate()org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<CheckpointAndXid>CheckpointAndXidSerializer. snapshotConfiguration()Methods in org.apache.flink.connector.jdbc.xa with parameters of type CheckpointAndXid Modifier and Type Method Description CheckpointAndXidCheckpointAndXidSerializer. copy(CheckpointAndXid from)CheckpointAndXidCheckpointAndXidSerializer. copy(CheckpointAndXid from, CheckpointAndXid reuse)CheckpointAndXidCheckpointAndXidSerializer. deserialize(CheckpointAndXid reuse, org.apache.flink.core.memory.DataInputView source)voidCheckpointAndXidSerializer. serialize(CheckpointAndXid record, org.apache.flink.core.memory.DataOutputView target)
-