Modifier and Type | Method and Description |
---|---|
SportEventStatusCi |
SportEventStatusCache.getSportEventStatusCi(Urn eventId,
boolean makeApiCall)
Returns the status of the event associated with the provided identifier.
|
Modifier and Type | Method and Description |
---|---|
SportEventStatusCi |
SportEventStatusCacheImpl.getSportEventStatusCi(Urn eventId,
boolean makeApiCall)
Returns the status of the event associated with the provided identifier.
|
Constructor and Description |
---|
SportEventStatusCacheImpl(com.google.common.cache.Cache<String,SportEventStatusCi> sportEventStatusCache,
SportEventCache sportEventCache,
com.google.common.cache.Cache<String,Date> ignoreEventsTimelineCache)
Initializes a new
SportEventStatusCacheImpl instance |
Modifier and Type | Class and Description |
---|---|
class |
SportEventStatusCiImpl
A basic implementation of sport event status cache representation
|
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.Cache<String,SportEventStatusCi> |
InternalCachesProvider.getSportEventStatusCache() |
Constructor and Description |
---|
CompetitionStatusImpl(SportEventStatusCi statusCi) |
MatchStatusImpl(SportEventStatusCi statusCi,
LocalizedNamedValueCache matchStatuses) |
StageStatusImpl(SportEventStatusCi statusCi,
LocalizedNamedValueCache matchStatuses) |
Copyright © 2016–2025. All rights reserved.