Class CdiTestingProviders

java.lang.Object
org.apache.polaris.persistence.nosql.weld.CdiTestingProviders

@ApplicationScoped public class CdiTestingProviders extends Object
  • Constructor Details

    • CdiTestingProviders

      public CdiTestingProviders()
  • Method Details

    • asyncConfiguration

      @Produces @ApplicationScoped org.apache.polaris.nosql.async.AsyncConfiguration asyncConfiguration()
    • backendConfiguration

      @Produces @ApplicationScoped org.apache.polaris.persistence.nosql.api.backend.BackendConfiguration backendConfiguration()
    • inMemoryConfiguration

      @Produces @ApplicationScoped org.apache.polaris.persistence.nosql.inmemory.InMemoryConfiguration inMemoryConfiguration()
    • cacheConfig

      @Produces @ApplicationScoped org.apache.polaris.persistence.nosql.api.cache.CacheConfig cacheConfig(org.apache.polaris.ids.api.MonotonicClock monotonicClock)
    • nodeManagementConfig

      @Produces @ApplicationScoped org.apache.polaris.persistence.nosql.nodeids.api.NodeManagementConfig nodeManagementConfig()
    • persistenceBaseConfig

      @Produces @ApplicationScoped org.apache.polaris.persistence.nosql.api.PersistenceParams persistenceBaseConfig()
    • initScheduler

      @PostConstruct void initScheduler()
    • stopScheduler

      @PreDestroy void stopScheduler()