Uses of Annotation Type
org.dataloader.annotations.Internal
Packages that use Internal
-
Uses of Internal in org.dataloader
Classes in org.dataloader with annotations of type InternalModifier and TypeClassDescription(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 InternalModifier and TypeClassDescription@interface
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 InternalModifier and TypeClassDescriptionclass
class
Some really basic helpers when working with CompletableFuturesclass
DefaultCacheMap<K,
V> class
NoOpValueCache<K,
V> Implementation ofValueCache
that does nothing.interface
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