protected class EmbeddedEngine.SourceRecordOffsets extends Object implements io.debezium.engine.DebeziumEngine.Offsets
DebeziumEngine.Offsets which can be used to construct a SourceRecord
with its offsets.| Modifier | Constructor and Description |
|---|---|
protected |
SourceRecordOffsets() |
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<String,Object> |
getOffsets()
Retrieves the offsets map.
|
void |
set(String key,
Object value)
Performs
HashMap.put(Object, Object) on the offsets map. |
public void set(String key, Object value)
HashMap.put(Object, Object) on the offsets map.set in interface io.debezium.engine.DebeziumEngine.Offsetskey - key with which to put the valuevalue - value to be put with the keyCopyright © 2021 JBoss by Red Hat. All rights reserved.