Class CheckPointProperties
java.lang.Object
com.linkedin.venice.beam.consumer.CheckPointProperties
Properties used by
VeniceChangelogConsumer
to seek
checkpoints.-
Constructor Summary
ConstructorDescriptionCheckPointProperties
(Set<VeniceChangeCoordinate> coordinates, long seekTimestamp, String store) -
Method Summary
-
Constructor Details
-
CheckPointProperties
public CheckPointProperties(Set<VeniceChangeCoordinate> coordinates, long seekTimestamp, String store)
-
-
Method Details
-
getCoordinates
-
getSeekTimestamp
public long getSeekTimestamp() -
getStore
-