-
public class AutoDetectStorageProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AutoDetectStorageProvider.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringdetectDataStoreClassName(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. -
-
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
-
-
-
-