Class AbstractDataStoreService

    • Constructor Detail

      • AbstractDataStoreService

        public AbstractDataStoreService()
    • Method Detail

      • activate

        protected void activate​(org.osgi.service.component.ComponentContext context,
                                java.util.Map<java.lang.String,​java.lang.Object> config)
                         throws RepositoryException
        Throws:
        RepositoryException
      • createDataStore

        protected abstract DataStore createDataStore​(org.osgi.service.component.ComponentContext context,
                                                     java.util.Map<java.lang.String,​java.lang.Object> config)
      • getStatisticsProvider

        @NotNull
        protected abstract @NotNull StatisticsProvider getStatisticsProvider()
      • setStatisticsProvider

        protected abstract void setStatisticsProvider​(StatisticsProvider statisticsProvider)
      • getDescription

        protected java.lang.String[] getDescription()
      • lookup

        protected static java.lang.String lookup​(org.osgi.service.component.ComponentContext context,
                                                 java.lang.String property)