public interface MapStorageProvider extends Provider
Modifier and Type | Method and Description |
---|---|
<K,V extends AbstractEntity<K>,M> |
getStorage(Class<V> valueType,
Class<M> modelType,
MapStorageProviderFactory.Flag... flags)
Returns a key-value storage implementation for the particular types.
|
<K,V extends AbstractEntity<K>,M> MapStorage<K,V,M> getStorage(Class<V> valueType, Class<M> modelType, MapStorageProviderFactory.Flag... flags)
K
- type of the primary keyV
- type of the valuename
- Name of the storageflags
- IllegalArgumentException
- If some of the types is not supported by the underlying implementation.Copyright © 2021 JBoss by Red Hat. All rights reserved.