Interface NearCacheFactory<K,​V>


  • public interface NearCacheFactory<K,​V>
    Factory for creating near cache services.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.infinispan.client.hotrod.near.NearCacheService<K,​V> createService​(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)
      Creates a near cache service using the specified notifier.
    • Method Detail

      • createService

        org.infinispan.client.hotrod.near.NearCacheService<K,​V> createService​(org.infinispan.client.hotrod.event.impl.ClientListenerNotifier notifier)
        Creates a near cache service using the specified notifier.
        Parameters:
        notifier - a notifier for client events
        Returns:
        a near cache service