Class PendingSplitsCheckpoint<SplitT extends FileSourceSplit>
java.lang.Object
org.apache.flink.connector.file.src.PendingSplitsCheckpoint<SplitT>
A checkpoint of the current state of the containing the currently pending splits that are not yet
assigned.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPendingSplitsCheckpoint(Collection<SplitT> splits, Collection<org.apache.flink.core.fs.Path> alreadyProcessedPaths) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends FileSourceSplit>
PendingSplitsCheckpoint<T>fromCollectionSnapshot(Collection<T> splits) static <T extends FileSourceSplit>
PendingSplitsCheckpoint<T>fromCollectionSnapshot(Collection<T> splits, Collection<org.apache.flink.core.fs.Path> alreadyProcessedPaths) Collection<org.apache.flink.core.fs.Path>toString()
-
Constructor Details
-
PendingSplitsCheckpoint
protected PendingSplitsCheckpoint(Collection<SplitT> splits, Collection<org.apache.flink.core.fs.Path> alreadyProcessedPaths)
-
-
Method Details
-
getSplits
-
getAlreadyProcessedPaths
-
toString
-
fromCollectionSnapshot
public static <T extends FileSourceSplit> PendingSplitsCheckpoint<T> fromCollectionSnapshot(Collection<T> splits) -
fromCollectionSnapshot
public static <T extends FileSourceSplit> PendingSplitsCheckpoint<T> fromCollectionSnapshot(Collection<T> splits, Collection<org.apache.flink.core.fs.Path> alreadyProcessedPaths)
-