Uses of Class
org.dataloader.annotations.PublicSpi
-
Packages that use PublicSpi Package Description org.dataloader org.dataloader.stats -
-
Uses of PublicSpi in org.dataloader
Classes in org.dataloader with annotations of type PublicSpi Modifier and Type Interface Description interface
BatchLoader<K,V>
A function that is invoked for batch loading a list of data values indicated by the provided list of keys.interface
BatchLoaderContextProvider
A BatchLoaderContextProvider is used by theDataLoader
code to provide overall calling context to theBatchLoader
call.interface
BatchLoaderEnvironmentProvider
A BatchLoaderEnvironmentProvider is used by theDataLoader
code to provideBatchLoaderEnvironment
calling context to theBatchLoader
call.interface
BatchLoaderWithContext<K,V>
This form ofBatchLoader
is given aBatchLoaderEnvironment
object that encapsulates the calling context.interface
CacheMap<K,V>
CacheMap is used by data loaders that use caching promises to values akaCompletableFuture
<V>.interface
ValueCache<K,V>
TheValueCache
is used by data loaders that use caching and want a long-lived or external cache of values. -
Uses of PublicSpi in org.dataloader.stats
Classes in org.dataloader.stats with annotations of type PublicSpi Modifier and Type Interface Description interface
StatisticsCollector
This allows statistics to be collected forDataLoader
operations
-