| Package | Description |
|---|---|
| io.debezium.connector.cassandra |
| Modifier and Type | Field and Description |
|---|---|
CellData.ColumnType |
CellData.columnType |
| Modifier and Type | Method and Description |
|---|---|
private static CellData.ColumnType |
SnapshotProcessor.getType(String name,
Set<String> partitionKeyNames,
Set<String> clusteringKeyNames) |
static CellData.ColumnType |
CellData.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellData.ColumnType[] |
CellData.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CellData(String name,
Object value,
Object deletionTs,
CellData.ColumnType columnType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.