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 SplitResultSplitClient. getTreatmentWithConfig(Key key, String featureFlagName, 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 featureFlagName)Same asSplitClient.getTreatment(String, String)but it returns the configuration associated to the matching treatment if any.SplitResultSplitClient. getTreatmentWithConfig(String key, String featureFlagName, 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 featureFlagName, Map<String,Object> attributes)SplitResultSplitClientImpl. getTreatmentWithConfig(String key, String featureFlagName)SplitResultSplitClientImpl. getTreatmentWithConfig(String key, String featureFlagName, Map<String,Object> attributes)Methods in io.split.client that return types with arguments of type SplitResult Modifier and Type Method Description Map<String,SplitResult>SplitClient. getTreatmentsWithConfig(Key key, List<String> featureFlagNames, Map<String,Object> attributes)Same as#getTreatments(Key, Listbut it returns for each feature flag the configuration associated to the matching treatment if any., Map) Map<String,SplitResult>SplitClient. getTreatmentsWithConfig(String key, List<String> featureFlagNames)Same as#getTreatments(String, Listbut it returns the configuration associated to the matching treatments if any.) Map<String,SplitResult>SplitClient. getTreatmentsWithConfig(String key, List<String> featureFlagNames, Map<String,Object> attributes)Same as#getTreatments(String, Listbut it returns for each feature flag the configuration associated to the matching treatment if any., Map) Map<String,SplitResult>SplitClientImpl. getTreatmentsWithConfig(Key key, List<String> featureFlagNames, Map<String,Object> attributes)Map<String,SplitResult>SplitClientImpl. getTreatmentsWithConfig(String key, List<String> featureFlagNames)Map<String,SplitResult>SplitClientImpl. getTreatmentsWithConfig(String key, List<String> featureFlagNames, Map<String,Object> attributes)
-