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 TypeClassDescriptionclassThis object is passed to a batch loader as calling context.classDataLoader<K,V> Data loader is a utility class that allows batch loading of data that is identified by a set of unique keys.classA factory class to createDataLoadersclassConfiguration options forDataLoaderinstances.classThis allows data loaders to be registered together into a single place so they can be dispatched as one.classWhen 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)classTry<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