Uses of Class
io.split.client.LocalhostSplit
-
Packages that use LocalhostSplit Package Description io.split.client -
-
Uses of LocalhostSplit in io.split.client
Methods in io.split.client that return LocalhostSplit Modifier and Type Method Description static LocalhostSplitLocalhostSplit. of(String treatment)static LocalhostSplitLocalhostSplit. of(String treatment, String config)Methods in io.split.client that return types with arguments of type LocalhostSplit Modifier and Type Method Description abstract Map<SplitAndKey,LocalhostSplit>AbstractLocalhostSplitFile. readOnSplits()Map<SplitAndKey,LocalhostSplit>LegacyLocalhostSplitFile. readOnSplits()Map<SplitAndKey,LocalhostSplit>YamlLocalhostSplitFile. readOnSplits()Method parameters in io.split.client with type arguments of type LocalhostSplit Modifier and Type Method Description static LocalhostSplitManagerLocalhostSplitManager. of(Map<SplitAndKey,LocalhostSplit> featureToTreatmentMap)voidLocalhostSplitClient. updateFeatureToTreatmentMap(Map<SplitAndKey,LocalhostSplit> map)voidLocalhostSplitClientAndFactory. updateFeatureToTreatmentMap(Map<SplitAndKey,LocalhostSplit> map)voidLocalhostSplitFactory. updateFeatureToTreatmentMap(Map<SplitAndKey,LocalhostSplit> featureToTreatmentMap)Constructor parameters in io.split.client with type arguments of type LocalhostSplit Constructor Description LocalhostSplitClient(Map<SplitAndKey,LocalhostSplit> map)
-