Uses of Class
io.debezium.connector.cassandra.CellData.ColumnType
-
Packages that use CellData.ColumnType Package Description io.debezium.connector.cassandra -
-
Uses of CellData.ColumnType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra declared as CellData.ColumnType Modifier and Type Field Description CellData.ColumnTypeCellData. columnTypeMethods in io.debezium.connector.cassandra that return CellData.ColumnType Modifier and Type Method Description private static CellData.ColumnTypeSnapshotProcessor. getType(String name, Set<String> partitionKeyNames, Set<String> clusteringKeyNames)static CellData.ColumnTypeCellData.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.Constructors in io.debezium.connector.cassandra with parameters of type CellData.ColumnType Constructor Description CellData(String name, Object value, Object deletionTs, CellData.ColumnType columnType)
-