public interface SplitFetcher
| Modifier and Type | Method and Description |
|---|---|
ParsedSplit |
fetch(String splitName) |
List<ParsedSplit> |
fetchAll() |
Set<String> |
fetchKnownTrafficTypes()
Fetches all the traffic types that are being used by the splits that are currently stored.
|
void |
forceRefresh()
Forces a sync of splits, outside of any scheduled
syncs.
|
ParsedSplit fetch(String splitName)
List<ParsedSplit> fetchAll()
Set<String> fetchKnownTrafficTypes()
void forceRefresh()
Copyright © 2019. All rights reserved.