Class GlobalRemoteContainersImpl
java.lang.Object
org.infinispan.persistence.remote.internal.GlobalRemoteContainersImpl
- All Implemented Interfaces:
GlobalRemoteContainers
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletionStage<org.infinispan.client.hotrod.RemoteCacheManager> cacheContainer(String name, org.infinispan.commons.marshall.Marshaller marshaller) voidstart()voidstop()
-
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:
cacheContainerin interfaceGlobalRemoteContainers
-