| Package | Description |
|---|---|
| io.cdap.delta.api |
| Modifier and Type | Field and Description |
|---|---|
protected Offset |
ChangeEvent.Builder.offset |
| Modifier and Type | Method and Description |
|---|---|
Offset |
ChangeEvent.getOffset() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaTargetContext.commitOffset(Offset offset,
long sequenceNumber)
Commit changes up to the given offset.
|
T |
ChangeEvent.Builder.setOffset(Offset offset) |
void |
EventReader.start(Offset offset)
Start reading events from the given offset.
|
| Constructor and Description |
|---|
ChangeEvent(Offset offset,
boolean isSnapshot,
ChangeType changeType) |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.