Uses of Class
org.dataloader.DataLoaderRegistry
Packages that use DataLoaderRegistry
-
Uses of DataLoaderRegistry in org.dataloader
Methods in org.dataloader that return DataLoaderRegistryModifier and TypeMethodDescriptionDataLoaderRegistry.Builder.build()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.register(String key, DataLoader<?, ?> dataLoader) This will register a new dataloaderDataLoaderRegistry.unregister(String key) This will unregister a new dataloaderMethods in org.dataloader with parameters of type DataLoaderRegistryModifier and TypeMethodDescriptionDataLoaderRegistry.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.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.registriesModifier and TypeClassDescriptionclassThisDataLoaderRegistrywill 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 DataLoaderRegistryModifier and TypeMethodDescriptionScheduledDataLoaderRegistry.Builder.registerAll(DataLoaderRegistry otherRegistry) This will combine together the data loaders in this builder with the ones from a previousDataLoaderRegistry