Package | Description |
---|---|
org.dataloader |
Modifier and Type | Method and 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 registry
|
DataLoaderRegistry |
DataLoaderRegistry.register(String key,
DataLoader<?,?> dataLoader)
This will register a new dataloader
|
DataLoaderRegistry |
DataLoaderRegistry.unregister(String key)
This will unregister a new dataloader
|
Modifier and Type | Method and 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 registry
|
Copyright © 2017–2020. All rights reserved.