Package org.dataloader.impl
-
Interface Summary Interface Description PromisedValues<T> This allows multipleCompletionStage
s to be combined and completed as one and should something go wrong, instead of throwingCompletionException
s it captures the cause and returns null for that data value, otherwise it allows you to access them as a list of values. -
Class Summary Class Description Assertions CompletableFutureKit Some really basic helpers when working with CompletableFuturesDefaultCacheMap<K,V> Default implementation ofCacheMap
that is based on a regularHashMap
.NoOpValueCache<K,V> Implementation ofValueCache
that does nothing.PromisedValuesImpl<T> -
Exception Summary Exception Description DataLoaderAssertionException