Interface RemoteCacheContainerConfiguration

All Superinterfaces:
BasicCacheContainerConfiguration
All Known Subinterfaces:
RemoteCacheConfiguration

public interface RemoteCacheContainerConfiguration extends BasicCacheContainerConfiguration
A configuration with an associated remote cache container.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.client.hotrod.RemoteCacheContainer
    Returns the associated cache container.
    default String
    Returns the name of the associated cache container.
    of(org.infinispan.client.hotrod.RemoteCacheManager container)
    Creates a configuration for the specified container.

    Methods inherited from interface BasicCacheContainerConfiguration

    getExecutor