Class GlobalRemoteContainersImpl

java.lang.Object
org.infinispan.persistence.remote.internal.GlobalRemoteContainersImpl
All Implemented Interfaces:
GlobalRemoteContainers

public class GlobalRemoteContainersImpl extends Object implements GlobalRemoteContainers
Since:
15.0
  • Constructor Details

    • GlobalRemoteContainersImpl

      public GlobalRemoteContainersImpl()
  • Method Details

    • start

      public void start()
    • stop

      public void stop()
    • cacheContainer

      public CompletionStage<org.infinispan.client.hotrod.RemoteCacheManager> cacheContainer(String name, org.infinispan.commons.marshall.Marshaller marshaller)
      Specified by:
      cacheContainer in interface GlobalRemoteContainers