Class RemoteMultimapCacheManager<K,V>
java.lang.Object
org.infinispan.client.hotrod.multimap.RemoteMultimapCacheManager<K,V>
- All Implemented Interfaces:
MultimapCacheManager<K,
V>
- Since:
- 9.2
- Author:
- Katia Aresti, karesti@redhat.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a named multimap cache from the system.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.client.hotrod.multimap.MultimapCacheManager
get
-
Constructor Details
-
RemoteMultimapCacheManager
-
-
Method Details
-
get
Description copied from interface:MultimapCacheManager
Retrieves a named multimap cache from the system.- Specified by:
get
in interfaceMultimapCacheManager<K,
V> - Parameters:
cacheName
- , name of multimap cache to retrievesupportsDuplicates
- , boolean check for identifying whether it supports duplicates or not.- Returns:
- null if no configuration exists as per rules set above, otherwise returns a multimap cache instance identified by cacheName
-