Uses of Class
io.split.client.dtos.Partition
-
Packages that use Partition Package Description io.split.client.dtos io.split.engine.experiments io.split.engine.splitter -
-
Uses of Partition in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type Partition Modifier and Type Field Description List<Partition>Condition. partitions -
Uses of Partition in io.split.engine.experiments
Methods in io.split.engine.experiments that return types with arguments of type Partition Modifier and Type Method Description List<Partition>ParsedCondition. partitions()Method parameters in io.split.engine.experiments with type arguments of type Partition Modifier and Type Method Description static ParsedConditionParsedCondition. createParsedConditionForTests(CombiningMatcher matcher, List<Partition> partitions)Constructor parameters in io.split.engine.experiments with type arguments of type Partition Constructor Description ParsedCondition(ConditionType conditionType, CombiningMatcher matcher, List<Partition> partitions, String label) -
Uses of Partition in io.split.engine.splitter
Method parameters in io.split.engine.splitter with type arguments of type Partition Modifier and Type Method Description static StringSplitter. getTreatment(String key, int seed, List<Partition> partitions, int algo)
-