Uses of Class
org.dataloader.DataLoaderRegistry
-
Packages that use DataLoaderRegistry Package Description org.dataloader org.dataloader.registries -
-
Uses of DataLoaderRegistry in org.dataloader
Methods in org.dataloader that return DataLoaderRegistry Modifier and Type Method Description DataLoaderRegistry
DataLoaderRegistry.Builder. build()
DataLoaderRegistry
DataLoaderRegistry. combine(DataLoaderRegistry registry)
This will combine all the current data loaders in this registry and all the data loaders from the specified registry and return a new combined registryDataLoaderRegistry
DataLoaderRegistry. register(java.lang.String key, DataLoader<?,?> dataLoader)
This will register a new dataloaderDataLoaderRegistry
DataLoaderRegistry. unregister(java.lang.String key)
This will unregister a new dataloaderMethods in org.dataloader with parameters of type DataLoaderRegistry Modifier and Type Method Description DataLoaderRegistry
DataLoaderRegistry. combine(DataLoaderRegistry registry)
This will combine all the current data loaders in this registry and all the data loaders from the specified registry and return a new combined registryDataLoaderRegistry.Builder
DataLoaderRegistry.Builder. registerAll(DataLoaderRegistry otherRegistry)
This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry
-
Uses of DataLoaderRegistry in org.dataloader.registries
Subclasses of DataLoaderRegistry in org.dataloader.registries Modifier and Type Class Description class
ScheduledDataLoaderRegistry
ThisDataLoaderRegistry
will use aDispatchPredicate
whenScheduledDataLoaderRegistry.dispatchAll()
is called to test (for eachDataLoader
in the registry) if a dispatch should proceed.Methods in org.dataloader.registries with parameters of type DataLoaderRegistry Modifier and Type Method Description ScheduledDataLoaderRegistry.Builder
ScheduledDataLoaderRegistry.Builder. registerAll(DataLoaderRegistry otherRegistry)
This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry
-