Modifier and Type | Method and Description |
---|---|
long |
MarketManagerImpl.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets) |
long |
MarketManagerImpl.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets,
boolean onlyVariantMarkets) |
long |
MarketManagerImpl.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets,
boolean onlyVariantMarkets,
int threadPoolSize)
Prefetch variant market descriptions in parallel
Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint
|
Modifier and Type | Class and Description |
---|---|
class |
MarketWithProbabilitiesImpl
Created on 16/10/2017.
|
Modifier and Type | Method and Description |
---|---|
Optional<Market> |
MarketFactoryImpl.buildMarket(SportEvent sportEvent,
com.sportradar.uf.datamodel.UfMarket market,
int producerId) |
Optional<Market> |
MarketFactory.buildMarket(SportEvent sportEvent,
com.sportradar.uf.datamodel.UfMarket m,
int producerId) |
Modifier and Type | Method and Description |
---|---|
long |
MarketDescriptionManager.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets)
Prefetch variant market descriptions in parallel
Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint
Only call this if name of the market is needed.
|
long |
MarketDescriptionManager.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets,
boolean onlyVariantMarkets)
Prefetch variant market descriptions in parallel
Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint
Only call this if name of the market is needed.
|
long |
MarketDescriptionManager.parallelPrefetchVariantMarketDescriptions(List<? extends Market> markets,
boolean onlyVariantMarkets,
int threadPoolSize)
Prefetch variant market descriptions in parallel
Useful when list of markets on feed message contains many variant markets which calls single variant market description api endpoint
Only call this if name of the market is needed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MarketCancel
Information about a market that was cancelled
|
interface |
MarketWithOdds
This represents the odds changes for one market in the
OddsChange message. |
interface |
MarketWithProbabilities
Defines methods used to access data of markets with probabilities
|
interface |
MarketWithSettlement
Information about how to clear bets for the outcomes of a particular market
|
Modifier and Type | Method and Description |
---|---|
List<? extends Market> |
MarketMessage.getMarkets()
Returns a list of markets that are affected by the associated message
|
Copyright © 2016–2025. All rights reserved.