Uses of Annotation Type
org.dataloader.annotations.PublicApi
Packages that use PublicApi
-
Uses of PublicApi in org.dataloader
Classes in org.dataloader with annotations of type PublicApiModifier and TypeClassDescriptionclass
This object is passed to a batch loader as calling context.class
DataLoader<K,
V> Data loader is a utility class that allows batch loading of data that is identified by a set of unique keys.class
A factory class to createDataLoader
sclass
Configuration options forDataLoader
instances.class
This allows data loaders to be registered together into a single place so they can be dispatched as one.class
When a DataLoader is dispatched this object holds the promised results and also the count of key asked for via methods likeDataLoader.load(Object)
orDataLoader.loadMany(java.util.List)
class
Try<V>
Try is class that allows you to hold the result of computation or the throwable it produced. -
Uses of PublicApi in org.dataloader.stats
Classes in org.dataloader.stats with annotations of type PublicApi