Uses of Class
io.split.client.api.SplitResult
-
Packages that use SplitResult Package Description io.split.client -
-
Uses of SplitResult in io.split.client
Fields in io.split.client declared as SplitResult Modifier and Type Field Description static SplitResultSplitClientImpl. SPLIT_RESULT_CONTROLMethods in io.split.client that return SplitResult Modifier and Type Method Description SplitResultAlwaysReturnControlSplitClient. getTreatmentWithConfig(Key key, String split, Map<String,Object> attributes)SplitResultAlwaysReturnControlSplitClient. getTreatmentWithConfig(String key, String split)SplitResultAlwaysReturnControlSplitClient. getTreatmentWithConfig(String key, String split, Map<String,Object> attributes)SplitResultLocalhostSplitClient. getTreatmentWithConfig(Key key, String split, Map<String,Object> attributes)SplitResultLocalhostSplitClient. getTreatmentWithConfig(String key, String split)SplitResultLocalhostSplitClient. getTreatmentWithConfig(String key, String split, Map<String,Object> attributes)SplitResultLocalhostSplitClientAndFactory. getTreatmentWithConfig(Key key, String split, Map<String,Object> attributes)SplitResultLocalhostSplitClientAndFactory. getTreatmentWithConfig(String key, String split)SplitResultLocalhostSplitClientAndFactory. getTreatmentWithConfig(String key, String split, Map<String,Object> attributes)SplitResultSplitClient. getTreatmentWithConfig(Key key, String split, Map<String,Object> attributes)Same asSplitClient.getTreatment(Key, String, Map)but it returns the configuration associated to the matching treatment if any.SplitResultSplitClient. getTreatmentWithConfig(String key, String split)Same asSplitClient.getTreatment(String, String)but it returns the configuration associated to the matching treatment if any.SplitResultSplitClient. getTreatmentWithConfig(String key, String split, Map<String,Object> attributes)Same asSplitClient.getTreatment(String, String, Map)but it returns the configuration associated to the matching treatment if any.SplitResultSplitClientImpl. getTreatmentWithConfig(Key key, String split, Map<String,Object> attributes)SplitResultSplitClientImpl. getTreatmentWithConfig(String key, String split)SplitResultSplitClientImpl. getTreatmentWithConfig(String key, String split, Map<String,Object> attributes)
-