public class DBReplicationOffsetStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static io.cdap.cdap.spi.data.table.StructuredTableSpecification |
TABLE_SPEC |
| Modifier and Type | Method and Description |
|---|---|
OffsetAndSequence |
getOffsets(DeltaWorkerId id) |
void |
writeOffset(DeltaWorkerId id,
OffsetAndSequence data) |
public static final io.cdap.cdap.spi.data.table.StructuredTableSpecification TABLE_SPEC
@Nullable public OffsetAndSequence getOffsets(DeltaWorkerId id) throws IOException
IOExceptionpublic void writeOffset(DeltaWorkerId id, OffsetAndSequence data) throws IOException
IOExceptionCopyright © 2023 CDAP Licensed under the Apache License, Version 2.0.