Uses of Class
io.debezium.connector.cassandra.Cassandra4CommitLogReadHandlerImpl.PartitionType
-
-
Uses of Cassandra4CommitLogReadHandlerImpl.PartitionType in io.debezium.connector.cassandra
Fields in io.debezium.connector.cassandra with type parameters of type Cassandra4CommitLogReadHandlerImpl.PartitionType Modifier and Type Field Description (package private) static Set<Cassandra4CommitLogReadHandlerImpl.PartitionType>Cassandra4CommitLogReadHandlerImpl.PartitionType. supportedPartitionTypesMethods in io.debezium.connector.cassandra that return Cassandra4CommitLogReadHandlerImpl.PartitionType Modifier and Type Method Description static Cassandra4CommitLogReadHandlerImpl.PartitionTypeCassandra4CommitLogReadHandlerImpl.PartitionType. getPartitionType(org.apache.cassandra.db.partitions.PartitionUpdate pu)static Cassandra4CommitLogReadHandlerImpl.PartitionTypeCassandra4CommitLogReadHandlerImpl.PartitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Cassandra4CommitLogReadHandlerImpl.PartitionType[]Cassandra4CommitLogReadHandlerImpl.PartitionType. 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 Cassandra4CommitLogReadHandlerImpl.PartitionType Modifier and Type Method Description static booleanCassandra4CommitLogReadHandlerImpl.PartitionType. isValid(Cassandra4CommitLogReadHandlerImpl.PartitionType type)
-