Uses of Enum
io.debezium.connector.cassandra.CassandraSchemaFactory.CellData.ColumnType
Packages that use CassandraSchemaFactory.CellData.ColumnType
-
Uses of CassandraSchemaFactory.CellData.ColumnType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra declared as CassandraSchemaFactory.CellData.ColumnTypeMethods in io.debezium.connector.cassandra that return CassandraSchemaFactory.CellData.ColumnTypeModifier and TypeMethodDescriptionprivate static CassandraSchemaFactory.CellData.ColumnTypeSnapshotProcessor.getType(String name, Set<String> partitionKeyNames, Set<String> clusteringKeyNames) Returns the enum constant of this type with the specified name.CassandraSchemaFactory.CellData.ColumnType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.cassandra with parameters of type CassandraSchemaFactory.CellData.ColumnTypeModifier and TypeMethodDescriptionCassandraSchemaFactory.cellData(String name, Object value, Object deletionTs, CassandraSchemaFactory.CellData.ColumnType columnType) Constructors in io.debezium.connector.cassandra with parameters of type CassandraSchemaFactory.CellData.ColumnTypeModifierConstructorDescriptionprivateCellData(String name, Object value, Object deletionTs, CassandraSchemaFactory.CellData.ColumnType columnType)