public final class IncrementalScanEvent
extends java.lang.Object
Constructor and Description |
---|
IncrementalScanEvent(java.lang.String tableName,
long fromSnapshotId,
long toSnapshotId,
Expression filter,
Schema projection,
boolean fromSnapshotInclusive) |
Modifier and Type | Method and Description |
---|---|
Expression |
filter() |
long |
fromSnapshotId() |
boolean |
isFromSnapshotInclusive() |
Schema |
projection() |
java.lang.String |
tableName() |
long |
toSnapshotId() |
public IncrementalScanEvent(java.lang.String tableName, long fromSnapshotId, long toSnapshotId, Expression filter, Schema projection, boolean fromSnapshotInclusive)
public java.lang.String tableName()
public long fromSnapshotId()
public long toSnapshotId()
public Expression filter()
public Schema projection()
public boolean isFromSnapshotInclusive()