Uses of Annotation Type
org.dataloader.annotations.PublicSpi
Packages that use PublicSpi
-
Uses of PublicSpi in org.dataloader
Classes in org.dataloader with annotations of type PublicSpiModifier and TypeInterfaceDescriptioninterface
BatchLoader<K,
V> A function that is invoked for batch loading a list of data values indicated by the provided list of keys.interface
A BatchLoaderContextProvider is used by theDataLoader
code to provide overall calling context to theBatchLoader
call.interface
A BatchLoaderEnvironmentProvider is used by theDataLoader
code to provideBatchLoaderEnvironment
calling context to theBatchLoader
call.interface
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 PublicSpiModifier and TypeInterfaceDescriptioninterface
This allows statistics to be collected forDataLoader
operations