Package | Description |
---|---|
org.dataloader | |
org.dataloader.impl |
Class and Description |
---|
BatchLoader
A function that is invoked for batch loading a list of data values indicated by the provided list of keys.
|
BatchLoaderContextProvider
A BatchLoaderContextProvider is used by the
DataLoader code to
provide overall calling context to the BatchLoader call. |
BatchLoaderEnvironment
This object is passed to a batch loader as calling context.
|
BatchLoaderEnvironment.Builder |
BatchLoaderWithContext
This form of
BatchLoader is given a BatchLoaderEnvironment object
that encapsulates the calling context. |
CacheKey
Function that is invoked on input keys of type
K to derive keys that are required by the CacheMap
implementation. |
CacheMap
Cache map interface for data loaders that use caching.
|
DataLoader
Data loader is a utility class that allows batch loading of data that is identified by a set of unique keys.
|
DataLoaderOptions
Configuration options for
DataLoader instances. |
DataLoaderRegistry
This allows data loaders to be registered together into a single place so
they can be dispatched as one.
|
MappedBatchLoader
A function that is invoked for batch loading a map of of data values indicated by the provided set of keys.
|
MappedBatchLoaderWithContext
This form of
MappedBatchLoader is given a BatchLoaderEnvironment object
that encapsulates the calling context. |
Try
Try is class that allows you to hold the result of computation or the throwable it produced.
|
Class and Description |
---|
CacheMap
Cache map interface for data loaders that use caching.
|
Copyright © 2019. All rights reserved.