Package org.gridgain.internal.dr.mapping
Interface CacheMappingFactory
- All Known Implementing Classes:
CacheMappingFactoryImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory to build
CacheMapping.-
Method Summary
Modifier and TypeMethodDescriptiongetMapping(String cacheName) Returns aCacheMappingfor the given cache.
-
Method Details
-
getMapping
Returns aCacheMappingfor the given cache.
-