Uses of Class
org.dataloader.annotations.Internal
-
Packages that use Internal Package Description org.dataloader org.dataloader.annotations org.dataloader.impl -
-
Uses of Internal in org.dataloader
Classes in org.dataloader with annotations of type Internal Modifier and Type Class Description (package private) class
DataLoaderHelper<K,V>
This helps break up the large DataLoader class functionality and it contains the logic to dispatch the promises on behalf of its peer dataloader -
Uses of Internal in org.dataloader.annotations
Classes in org.dataloader.annotations with annotations of type Internal Modifier and Type Class Description interface
VisibleForTesting
Marks fields, methods etc as more visible than actually needed for testing purposes. -
Uses of Internal in org.dataloader.impl
Classes in org.dataloader.impl with annotations of type Internal Modifier and Type Class Description class
Assertions
class
CompletableFutureKit
Some really basic helpers when working with CompletableFuturesclass
DefaultCacheMap<K,V>
Default implementation ofCacheMap
that is based on a regularHashMap
.class
NoOpValueCache<K,V>
Implementation ofValueCache
that does nothing.interface
PromisedValues<T>
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.class
PromisedValuesImpl<T>
-