Uses of Class
io.split.client.dtos.SplitChange
-
Packages that use SplitChange Package Description io.split.client io.split.client.dtos io.split.client.utils io.split.engine.experiments -
-
Uses of SplitChange in io.split.client
Methods in io.split.client that return SplitChange Modifier and Type Method Description SplitChangeHttpSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SplitChangeJsonLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SplitChangeLegacyLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SplitChangeYamlLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options) -
Uses of SplitChange in io.split.client.dtos
Methods in io.split.client.dtos that return SplitChange Modifier and Type Method Description SplitChangeSplitChangesOldPayloadDto. toSplitChange() -
Uses of SplitChange in io.split.client.utils
Methods in io.split.client.utils that return SplitChange Modifier and Type Method Description static SplitChangeLocalhostSanitizer. sanitization(SplitChange splitChange)Methods in io.split.client.utils with parameters of type SplitChange Modifier and Type Method Description static SplitChangeLocalhostSanitizer. sanitization(SplitChange splitChange) -
Uses of SplitChange in io.split.engine.experiments
Methods in io.split.engine.experiments that return SplitChange Modifier and Type Method Description SplitChangeSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)The returned list should contain AT MOST one split per name.
-