Class NBComponentLoader

java.lang.Object
io.nosqlbench.nb.api.components.core.NBComponentLoader

public class NBComponentLoader extends Object
Since we like to use SPI/ServiceLoader, and we can't use the Provider-only interface as suggested in ServiceLoader, we have to indirect to the safe ctor from a parent context.
  • Constructor Details

    • NBComponentLoader

      public NBComponentLoader()
  • Method Details