Class AbstractDataStoreService

    • Constructor Detail

      • AbstractDataStoreService

        public AbstractDataStoreService()
    • Method Detail

      • createDataStore

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

        @NotNull
        protected abstract @NotNull org.apache.jackrabbit.oak.stats.StatisticsProvider getStatisticsProvider()
      • setStatisticsProvider

        protected abstract void setStatisticsProvider​(org.apache.jackrabbit.oak.stats.StatisticsProvider statisticsProvider)
      • getDescription

        protected String[] getDescription()
      • lookup

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