Class CheckPointProperties
- java.lang.Object
-
- com.linkedin.venice.beam.consumer.CheckPointProperties
-
public class CheckPointProperties extends java.lang.Object
Properties used byVeniceChangelogConsumer
to seek checkpoints.
-
-
Constructor Summary
Constructors Constructor Description CheckPointProperties(java.util.Set<VeniceChangeCoordinate> coordinates, long seekTimestamp, java.lang.String store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<VeniceChangeCoordinate>
getCoordinates()
long
getSeekTimestamp()
java.lang.String
getStore()
-
-
-
Constructor Detail
-
CheckPointProperties
public CheckPointProperties(java.util.Set<VeniceChangeCoordinate> coordinates, long seekTimestamp, java.lang.String store)
-
-
Method Detail
-
getCoordinates
public java.util.Set<VeniceChangeCoordinate> getCoordinates()
-
getSeekTimestamp
public long getSeekTimestamp()
-
getStore
public java.lang.String getStore()
-
-