Uses of Enum
io.debezium.testing.system.tools.databases.mongodb.sharded.MongoShardKey.ShardingType
Packages that use MongoShardKey.ShardingType
-
Uses of MongoShardKey.ShardingType in io.debezium.testing.system.tools.databases.mongodb.sharded
Fields in io.debezium.testing.system.tools.databases.mongodb.sharded declared as MongoShardKey.ShardingTypeModifier and TypeFieldDescriptionprivate final MongoShardKey.ShardingTypeMongoShardKey.shardingTypeMethods in io.debezium.testing.system.tools.databases.mongodb.sharded that return MongoShardKey.ShardingTypeModifier and TypeMethodDescriptionMongoShardKey.getShardingType()static MongoShardKey.ShardingTypeReturns the enum constant of this type with the specified name.static MongoShardKey.ShardingType[]MongoShardKey.ShardingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.testing.system.tools.databases.mongodb.sharded with parameters of type MongoShardKey.ShardingTypeModifierConstructorDescriptionMongoShardKey(String collection, String key, MongoShardKey.ShardingType shardingType)