Uses of Enum
io.debezium.connector.cassandra.CellData.ColumnType
Packages that use CellData.ColumnType
-
Uses of CellData.ColumnType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra declared as CellData.ColumnTypeMethods in io.debezium.connector.cassandra that return CellData.ColumnTypeModifier and TypeMethodDescriptionprivate static CellData.ColumnTypeSnapshotProcessor.getType(String name, Set<String> partitionKeyNames, Set<String> clusteringKeyNames) static CellData.ColumnTypeReturns 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.ColumnTypeModifierConstructorDescriptionCellData(String name, Object value, Object deletionTs, CellData.ColumnType columnType)