Interface HotRodConnectionProvider

    • Method Detail

      • getRemoteCache

        <K,​V> org.infinispan.client.hotrod.RemoteCache<K,​V> getRemoteCache​(String name)
        Returns a remote Infinispan cache specified by the given name.
        Type Parameters:
        K - key
        V - value
        Parameters:
        name - String Name of the remote cache.
        Returns:
        A remote Infinispan cache specified by name.