Package | Description |
---|---|
org.dataloader |
Modifier and Type | Method and Description |
---|---|
BatchLoaderEnvironment |
BatchLoaderEnvironment.Builder.build() |
BatchLoaderEnvironment |
BatchLoaderEnvironmentProvider.get() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<List<V>> |
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.
|
Copyright © 2017–2021. All rights reserved.