private CacheMap<java.lang.Object,V> |
DataLoader.determineFutureCache(DataLoaderOptions loaderOptions) |
|
private ValueCache<K,V> |
DataLoader.determineValueCache(DataLoaderOptions loaderOptions) |
|
(package private) static <K,V> DataLoader<K,V> |
DataLoaderFactory.mkDataLoader(java.lang.Object batchLoadFunction,
DataLoaderOptions options) |
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoader(BatchLoader<K,V> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoader(BatchLoaderWithContext<K,V> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoader(BatchLoader<K,V> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function with the provided options
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoader(BatchLoaderWithContext<K,V> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function with the provided options
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newDataLoaderWithTry(BatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoader(MappedBatchLoader<K,V> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoader(MappedBatchLoaderWithContext<K,V> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoader(MappedBatchLoader<K,V> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function with the provided options
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoader(MappedBatchLoaderWithContext<K,V> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function with the provided options
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoader.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Deprecated.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoader<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|
static <K,V> DataLoader<K,V> |
DataLoaderFactory.newMappedDataLoaderWithTry(MappedBatchLoaderWithContext<K,Try<V>> batchLoadFunction,
DataLoaderOptions options) |
Creates new DataLoader with the specified batch loader function and with the provided options
where the batch loader function returns a list of
Try objects.
|