Uses of Class
io.debezium.testing.system.tools.databases.mongodb.sharded.MongoShardKey
Packages that use MongoShardKey
-
Uses of MongoShardKey in io.debezium.testing.system.tools.databases.mongodb.sharded
Fields in io.debezium.testing.system.tools.databases.mongodb.sharded with type parameters of type MongoShardKeyModifier and TypeFieldDescriptionprivate List<MongoShardKey>OcpMongoShardedCluster.OcpMongoShardedClusterBuilder.shardKeysprivate final List<MongoShardKey>OcpMongoShardedCluster.shardKeysprivate List<MongoShardKey>OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.shardKeysprivate List<MongoShardKey>OcpMongoShardedDeployer.shardKeysMethods in io.debezium.testing.system.tools.databases.mongodb.sharded that return MongoShardKeyMethods in io.debezium.testing.system.tools.databases.mongodb.sharded that return types with arguments of type MongoShardKeyModifier and TypeMethodDescriptionOcpMongoShardedCluster.getShardKeys()static List<MongoShardKey>MongoShardedUtil.getTestShardKeys()Methods in io.debezium.testing.system.tools.databases.mongodb.sharded with parameters of type MongoShardKeyModifier and TypeMethodDescriptionprivate StringOcpMongoShardedCluster.addShardKeyRangeCommand(MongoShardKey key, ShardKeyRange range) private StringOcpMongoShardedCluster.createKeyRangeCommand(ShardKeyRange range, MongoShardKey key) private StringOcpMongoShardedCluster.shardCollectionCommand(MongoShardKey key) Method parameters in io.debezium.testing.system.tools.databases.mongodb.sharded with type arguments of type MongoShardKeyModifier and TypeMethodDescriptionOcpMongoShardedCluster.addShard(@Nullable Map<MongoShardKey, ShardKeyRange> rangeMap) deploy new shard and initialize it.private voidOcpMongoShardedCluster.registerShardInMongos(@Nullable Map<MongoShardKey, ShardKeyRange> rangeMap, OcpMongoReplicaSet rs) OcpMongoShardedCluster.OcpMongoShardedClusterBuilder.withShardKeys(List<MongoShardKey> shardKeys) OcpMongoShardedDeployer.OcpMongoShardedDeployerBuilder.withShardKeys(List<MongoShardKey> shardKeys) Constructor parameters in io.debezium.testing.system.tools.databases.mongodb.sharded with type arguments of type MongoShardKeyModifierConstructorDescriptionOcpMongoShardedCluster(int initialShardCount, int replicaCount, int configServerCount, @Nullable String rootUserName, @Nullable String rootPassword, boolean useInternalAuth, boolean useTls, io.fabric8.openshift.client.OpenShiftClient ocp, String project, List<MongoShardKey> shardKeys) OcpMongoShardedDeployer(int shardCount, int replicaCount, int configServerCount, String rootUserName, String rootPassword, boolean useKeyfile, io.fabric8.openshift.client.OpenShiftClient ocp, String project, boolean useTls, List<MongoShardKey> shardKeys)