Uses of Package
org.dataloader.impl
-
Packages that use org.dataloader.impl Package Description org.dataloader.impl -
Classes in org.dataloader.impl used by org.dataloader.impl Class Description NoOpValueCache Implementation ofValueCache
that does nothing.PromisedValues This allows multipleCompletionStage
s to be combined together and completed as one and should something go wrong, instead of throwingCompletionException
s it captures the cause and returns null for that data value, other wise it allows you to access them as a list of values.PromisedValuesImpl