Interface DataLoaderConfigurer<T extends DataLoader,C extends DataLoaderConfig>

Type Parameters:
T - the type of DataLoader this configurer produces
C - the type of DataLoaderConfig this configurer consumes
All Known Subinterfaces:
SingleCellDataLoaderConfigurer<T>
All Known Implementing Classes:
AbstractAnnDataSingleCellDataLoaderConfigurer, AbstractMexSingleCellDataLoaderConfigurer, AnnDataSingleCellDataLoaderConfigurer, GenericMetadataSingleCellDataLoaderConfigurer, GeoMexSingleCellDataLoaderConfigurer, MexSingleCellDataLoaderConfigurer, NullSingleCellDataLoaderConfigurer, SequencingMetadataFileSingleCellDataLoaderConfigurer

public interface DataLoaderConfigurer<T extends DataLoader,C extends DataLoaderConfig>
Configures a DataLoader from a DataLoaderConfig.

The main reason we have this is to allow for different data loading strategies for a given configuration.

Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a DataLoader from the given configuration.
  • Method Details

    • configureLoader

      T configureLoader(C config)
      Create a DataLoader from the given configuration.