Package 

Object AutoDetectStorageProvider.Companion

    • Method Summary

      Modifier and Type Method Description
      final String detectDataStoreClassName(ImmutableConfig conf) Return the DataStore persistent class used to persist WebPage.
      final <K extends Any, V extends Persistent> Class<out DataStore<K, V>> detectDataStoreClass(ImmutableConfig conf) Return the DataStore persistent class used to persist WebPage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • detectDataStoreClassName

         final String detectDataStoreClassName(ImmutableConfig conf)

        Return the DataStore persistent class used to persist WebPage.

        Parameters:
        conf - AppConstants configuration
      • detectDataStoreClass

         final <K extends Any, V extends Persistent> Class<out DataStore<K, V>> detectDataStoreClass(ImmutableConfig conf)

        Return the DataStore persistent class used to persist WebPage.

        Parameters:
        conf - AppConstants configuration