Interface StoreConfiguration
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DatabaseStorageConfiguration,FileStorageConfiguration
public interface StoreConfiguration extends Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStoreConfiguration.StoreType
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetAllowedPageSize(int pageSize)StoreConfiguration.StoreTypegetStoreType()
-
-
-
Method Detail
-
getStoreType
StoreConfiguration.StoreType getStoreType()
-
getAllowedPageSize
default int getAllowedPageSize(int pageSize)
-
-