Uses of Class
org.dataloader.annotations.PublicApi
-
Packages that use PublicApi Package Description org.dataloader org.dataloader.stats -
-
Uses of PublicApi in org.dataloader
Classes in org.dataloader with annotations of type PublicApi Modifier and Type Class Description class
BatchLoaderEnvironment
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
DataLoaderFactory
A factory class to createDataLoader
sclass
DataLoaderOptions
Configuration options forDataLoader
instances.class
DataLoaderRegistry
This allows data loaders to be registered together into a single place so they can be dispatched as one.class
DispatchResult<T>
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 Modifier and Type Class Description class
Statistics
This holds statistics on how aDataLoader
has performed
-