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 interfaceBatchLoader<K,V>A function that is invoked for batch loading a list of data values indicated by the provided list of keys.interfaceBatchLoaderContextProviderA BatchLoaderContextProvider is used by theDataLoadercode to provide overall calling context to theBatchLoadercall.interfaceBatchLoaderEnvironmentProviderA BatchLoaderEnvironmentProvider is used by theDataLoadercode to provideBatchLoaderEnvironmentcalling context to theBatchLoadercall.interfaceBatchLoaderWithContext<K,V>This 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 PublicSpi Modifier and Type Interface Description interfaceStatisticsCollectorThis allows statistics to be collected forDataLoaderoperations
-