Class RemoteMultimapCacheManager<K,V>

java.lang.Object
org.infinispan.client.hotrod.multimap.RemoteMultimapCacheManager<K,V>
All Implemented Interfaces:
MultimapCacheManager<K,V>

public class RemoteMultimapCacheManager<K,V> extends Object implements MultimapCacheManager<K,V>
Since:
9.2
Author:
Katia Aresti, karesti@redhat.com
  • Constructor Details

    • RemoteMultimapCacheManager

      public RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
  • Method Details

    • get

      public RemoteMultimapCache<K,V> get(String cacheName, boolean supportsDuplicates)
      Description copied from interface: MultimapCacheManager
      Retrieves a named multimap cache from the system.
      Specified by:
      get in interface MultimapCacheManager<K,V>
      Parameters:
      cacheName - , name of multimap cache to retrieve
      supportsDuplicates - , 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