Uses of Class
io.split.engine.common.FetchOptions
-
Packages that use FetchOptions Package Description io.split.client io.split.engine.common io.split.engine.experiments io.split.engine.segments io.split.service -
-
Uses of FetchOptions in io.split.client
Methods in io.split.client with parameters of type FetchOptions Modifier and Type Method Description SegmentChangeHttpSegmentChangeFetcher. fetch(String segmentName, long since, FetchOptions options)SplitChangeHttpSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SplitChangeJsonLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SplitChangeLegacyLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)SegmentChangeLocalhostSegmentChangeFetcher. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options)SegmentChangeLocalhostSegmentFetcherNoop. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options)SplitChangeYamlLocalhostSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options) -
Uses of FetchOptions in io.split.engine.common
Methods in io.split.engine.common that return FetchOptions Modifier and Type Method Description FetchOptionsFetchOptions.Builder. build()Methods in io.split.engine.common with parameters of type FetchOptions Modifier and Type Method Description io.split.engine.common.SynchronizerImp.SyncResultSynchronizerImp. attemptSegmentSync(String segmentName, long targetChangeNumber, FetchOptions opts, Function<Void,Long> nextWaitMs, int maxRetries)Constructors in io.split.engine.common with parameters of type FetchOptions Constructor Description Builder(FetchOptions opts) -
Uses of FetchOptions in io.split.engine.experiments
Methods in io.split.engine.experiments with parameters of type FetchOptions Modifier and Type Method Description SplitChangeSplitChangeFetcher. fetch(long since, long sinceRBS, FetchOptions options)The returned list should contain AT MOST one split per name.FetchResultSplitFetcher. forceRefresh(FetchOptions options)Forces a sync of splits, outside of any scheduled syncs.FetchResultSplitFetcherImp. forceRefresh(FetchOptions options) -
Uses of FetchOptions in io.split.engine.segments
Methods in io.split.engine.segments with parameters of type FetchOptions Modifier and Type Method Description SegmentChangeSegmentChangeFetcher. fetch(String segmentName, long changesSinceThisChangeNumber, FetchOptions options)booleanSegmentFetcher. fetch(FetchOptions opts)fetchbooleanSegmentFetcherImp. fetch(FetchOptions opts) -
Uses of FetchOptions in io.split.service
Methods in io.split.service with parameters of type FetchOptions Modifier and Type Method Description SplitHttpResponseSplitHttpClient. get(URI uri, FetchOptions options, Map<String,List<String>> additionalHeaders)Wrapper for HTTP get methodSplitHttpResponseSplitHttpClientImpl. get(URI uri, FetchOptions options, Map<String,List<String>> additionalHeaders)
-