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