public class CheckpointableWatermarkState extends State
CheckpointableWatermark look like State so it can be
stored in a Gobblin state store.| Constructor and Description |
|---|
CheckpointableWatermarkState()
Needed for reflection based construction.
|
CheckpointableWatermarkState(CheckpointableWatermark watermark,
com.google.gson.Gson gson)
Create a CheckpointableWatermarkState object from a CheckpointableWatermark
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSource() |
addAll, addAll, addAllIfNotExist, addAllIfNotExist, appendToListProp, appendToSetProp, contains, getId, getProp, getProp, getPropAsBoolean, getPropAsBoolean, getPropAsCaseInsensitiveSet, getPropAsCaseInsensitiveSet, getPropAsDouble, getPropAsDouble, getPropAsInt, getPropAsInt, getPropAsJsonArray, getPropAsList, getPropAsList, getPropAsLong, getPropAsLong, getPropAsSet, getPropAsSet, getPropAsShort, getPropAsShort, getPropAsShortWithRadix, getPropAsShortWithRadix, getProperties, getProperty, getProperty, getPropertyNames, overrideWith, overrideWith, readFields, removeProp, removePropsWithPrefix, setId, setProp, setProps, toString, writepublic CheckpointableWatermarkState(CheckpointableWatermark watermark, com.google.gson.Gson gson)
watermark: - the checkpointable watermarkgson: - the instance of Gson to use for serializing the .public CheckpointableWatermarkState()
public String getSource()