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 TypeInterfaceDescriptioninterfaceBatchLoader<K,V> A function that is invoked for batch loading a list of data values indicated by the provided list of keys.interfaceA BatchLoaderContextProvider is used by theDataLoadercode to provide overall calling context to theBatchLoadercall.interfaceA BatchLoaderEnvironmentProvider is used by theDataLoadercode to provideBatchLoaderEnvironmentcalling context to theBatchLoadercall.interfaceThis form ofBatchLoaderis given aBatchLoaderEnvironmentobject that encapsulates the calling context.interfaceCacheMap<K,V> CacheMap is used by data loaders that use caching promises to values akaCompletableFuture<V>.interfaceValueCache<K,V> TheValueCacheis 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 TypeInterfaceDescriptioninterfaceThis allows statistics to be collected forDataLoaderoperations