Package org.dataloader.impl
package org.dataloader.impl
-
ClassDescriptionSome really basic helpers when working with CompletableFuturesDefaultCacheMap<K,
V> NoOpValueCache<K,V> Implementation ofValueCache
that does nothing.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.