Uses of Class
org.apache.flink.streaming.connectors.gcp.pubsub.common.AcknowledgeIdsForCheckpoint
-
Packages that use AcknowledgeIdsForCheckpoint Package Description org.apache.flink.streaming.connectors.gcp.pubsub org.apache.flink.streaming.connectors.gcp.pubsub.common -
-
Uses of AcknowledgeIdsForCheckpoint in org.apache.flink.streaming.connectors.gcp.pubsub
Methods in org.apache.flink.streaming.connectors.gcp.pubsub that return types with arguments of type AcknowledgeIdsForCheckpoint Modifier and Type Method Description List<AcknowledgeIdsForCheckpoint<String>>PubSubSource. snapshotState(long checkpointId, long timestamp)Method parameters in org.apache.flink.streaming.connectors.gcp.pubsub with type arguments of type AcknowledgeIdsForCheckpoint Modifier and Type Method Description voidPubSubSource. restoreState(List<AcknowledgeIdsForCheckpoint<String>> state) -
Uses of AcknowledgeIdsForCheckpoint in org.apache.flink.streaming.connectors.gcp.pubsub.common
Methods in org.apache.flink.streaming.connectors.gcp.pubsub.common that return types with arguments of type AcknowledgeIdsForCheckpoint Modifier and Type Method Description List<AcknowledgeIdsForCheckpoint<ACKID>>AcknowledgeOnCheckpoint. snapshotState(long checkpointId, long timestamp)Method parameters in org.apache.flink.streaming.connectors.gcp.pubsub.common with type arguments of type AcknowledgeIdsForCheckpoint Modifier and Type Method Description voidAcknowledgeOnCheckpoint. restoreState(List<AcknowledgeIdsForCheckpoint<ACKID>> state)
-