| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Field and Description |
|---|---|
private Record.Operation |
Record.op |
| Modifier and Type | Method and Description |
|---|---|
Record.Operation |
Record.getOp() |
static Record.Operation |
Record.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Record.Operation[] |
Record.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
RecordMaker.createRecord(SourceInfo source,
RowData data,
org.apache.avro.Schema keySchema,
org.apache.avro.Schema valueSchema,
boolean markOffset,
Consumer<Record> consumer,
Record.Operation operation) |
| Constructor and Description |
|---|
ChangeRecord(SourceInfo source,
RowData rowData,
org.apache.avro.Schema keySchema,
org.apache.avro.Schema valueSchema,
Record.Operation op,
boolean markOffset) |
Record(SourceInfo source,
RowData rowData,
org.apache.avro.Schema keySchema,
org.apache.avro.Schema valueSchema,
Record.Operation op,
boolean shouldMarkOffset,
long ts) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.