Class DataMapperLibraryFinder

java.lang.Object
io.nosqlbench.virtdata.core.bindings.DataMapperLibraryFinder

public class DataMapperLibraryFinder extends Object
Convenient singleton for accessing all loadable DataMapper Library instances.
  • Method Details

    • get

      public static DataMapperLibrary get(String libraryName)
    • getAll

      public static List<DataMapperLibrary> getAll()
      Return list of libraries that have been found by this runtime, in alphabetical order of their type names.
      Returns:
      a list of DataMapperLibrary instances.