Uses of Class
io.split.client.dtos.SegmentChange
-
Packages that use SegmentChange Package Description io.split.client io.split.client.utils io.split.engine.segments -
-
Uses of SegmentChange in io.split.client
Methods in io.split.client that return SegmentChange Modifier and Type Method Description SegmentChangeHttpSegmentChangeFetcher. fetch(String segmentName, long since, FetchOptions options)SegmentChangeLocalhostSegmentChangeFetcher. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options)SegmentChangeLocalhostSegmentFetcherNoop. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options) -
Uses of SegmentChange in io.split.client.utils
Methods in io.split.client.utils that return SegmentChange Modifier and Type Method Description static SegmentChangeLocalhostSanitizer. sanitization(SegmentChange segmentChange)Methods in io.split.client.utils with parameters of type SegmentChange Modifier and Type Method Description static SegmentChangeLocalhostSanitizer. sanitization(SegmentChange segmentChange) -
Uses of SegmentChange in io.split.engine.segments
Methods in io.split.engine.segments that return SegmentChange Modifier and Type Method Description SegmentChangeSegmentChangeFetcher. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options)
-