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 DataLoaderRegistryDataLoaderRegistry.Builder. build()DataLoaderRegistryDataLoaderRegistry. 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 registryDataLoaderRegistryDataLoaderRegistry. register(java.lang.String key, DataLoader<?,?> dataLoader)This will register a new dataloaderDataLoaderRegistryDataLoaderRegistry. unregister(java.lang.String key)This will unregister a new dataloaderMethods in org.dataloader with parameters of type DataLoaderRegistry Modifier and Type Method Description DataLoaderRegistryDataLoaderRegistry. 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.BuilderDataLoaderRegistry.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 classScheduledDataLoaderRegistryThisDataLoaderRegistrywill use aDispatchPredicatewhenScheduledDataLoaderRegistry.dispatchAll()is called to test (for eachDataLoaderin the registry) if a dispatch should proceed.Methods in org.dataloader.registries with parameters of type DataLoaderRegistry Modifier and Type Method Description ScheduledDataLoaderRegistry.BuilderScheduledDataLoaderRegistry.Builder. registerAll(DataLoaderRegistry otherRegistry)This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry
-