Uses of Class
org.citrusframework.sharding.ShardingConfiguration
Packages that use ShardingConfiguration
-
Uses of ShardingConfiguration in org.citrusframework.sharding
Methods in org.citrusframework.sharding with parameters of type ShardingConfigurationModifier and TypeMethodDescriptionstatic <T> Stream<T>Shard.createShard(Stream<T> testCases, ShardingConfiguration shardingConfiguration) Creates a sharded stream from the input stream using the provided sharding configuration.static <T> Stream<T>Shard.createShard(Stream<T> testCases, ShardingConfiguration shardingConfiguration, boolean parallel) Creates a sharded stream from the input stream using the provided sharding configuration and a flag to determine whether the stream should be parallel.static <T> T[]Shard.createShard(T[] testCases, ShardingConfiguration shardingConfiguration)