Uses of Class
io.split.client.dtos.Condition
-
Packages that use Condition Package Description io.split.client.dtos io.split.client.utils -
-
Uses of Condition in io.split.client.dtos
Fields in io.split.client.dtos with type parameters of type Condition Modifier and Type Field Description List<Condition>RuleBasedSegment. conditionsList<Condition>Split. conditions -
Uses of Condition in io.split.client.utils
Methods in io.split.client.utils that return Condition Modifier and Type Method Description static ConditionLocalhostSanitizer. createCondition(Object keyOrKeys, String treatment)static ConditionLocalhostSanitizer. createRolloutCondition(Condition condition, String trafficType, String treatment, boolean createPartition)static ConditionLocalhostSanitizer. createWhitelistCondition(Condition condition, String trafficType, String treatment, List<String> keys)Methods in io.split.client.utils with parameters of type Condition Modifier and Type Method Description static ConditionLocalhostSanitizer. createRolloutCondition(Condition condition, String trafficType, String treatment, boolean createPartition)static ConditionLocalhostSanitizer. createWhitelistCondition(Condition condition, String trafficType, String treatment, List<String> keys)
-