Module methanol
Interface InternalStorageExtension
-
- All Superinterfaces:
StorageExtension
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface InternalStorageExtension extends StorageExtension
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StorecreateStore(java.util.concurrent.Executor executor, int appVersion)static InternalStorageExtensionsingleton(Store store)
-
-
-
Method Detail
-
createStore
Store createStore(java.util.concurrent.Executor executor, int appVersion)
-
singleton
static InternalStorageExtension singleton(Store store)
-
-