Interface KeyValueStorageFactory
-
public interface KeyValueStorageFactoryFactory class to create instances of the key-value storage implementation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKeyValueStorageFactory.DbConfigTypeEnum used to specify different config profiles in the underlying storage.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyValueStoragenewKeyValueStorage(java.lang.String defaultBasePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf)
-
-
-
Method Detail
-
newKeyValueStorage
KeyValueStorage newKeyValueStorage(java.lang.String defaultBasePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf) throws java.io.IOException
- Throws:
java.io.IOException
-
-