Uses of Class
org.dataloader.BatchLoaderEnvironment
Packages that use BatchLoaderEnvironment
-
Uses of BatchLoaderEnvironment in org.dataloader
Methods in org.dataloader that return BatchLoaderEnvironmentModifier and TypeMethodDescriptionBatchLoaderEnvironment.Builder.build()BatchLoaderEnvironmentProvider.get()Methods in org.dataloader with parameters of type BatchLoaderEnvironmentModifier and TypeMethodDescriptionprivate CompletableFuture<List<V>> DataLoaderHelper.invokeListBatchLoader(List<K> keys, BatchLoaderEnvironment environment) private CompletableFuture<List<V>> DataLoaderHelper.invokeMapBatchLoader(List<K> keys, BatchLoaderEnvironment environment) BatchLoaderWithContext.load(List<K> keys, BatchLoaderEnvironment environment) Called to batch load the provided keys and return a promise to a list of values.CompletionStage<Map<K, V>> MappedBatchLoaderWithContext.load(Set<K> keys, BatchLoaderEnvironment environment) Called to batch load the provided keys and return a promise to a map of values.