Uses of Enum
io.debezium.relational.RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrder
Packages that use RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrder
-
Uses of RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrder in io.debezium.relational
Fields in io.debezium.relational declared as RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrderMethods in io.debezium.relational that return RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrderModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrder.parse(String value, String defaultValue) Determine if the supplied value is one of the predefined options.RelationalDatabaseConnectorConfig.snapshotOrderByRowCount()Returns the enum constant of this type with the specified name.RelationalDatabaseConnectorConfig.SnapshotTablesRowCountOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.