java.lang.Object
org.infinispan.persistence.remote.upgrade.DisconnectRemoteStoreTask
- All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,Void>
public class DisconnectRemoteStoreTask
extends Object
implements Function<org.infinispan.manager.EmbeddedCacheManager,Void>
Cluster task to remove the remote store from a set a caches
- Since:
- 12.1
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DisconnectRemoteStoreTask
public DisconnectRemoteStoreTask(String cacheName)
-
Method Details
-
apply
public Void apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
- Specified by:
apply in interface Function<org.infinispan.manager.EmbeddedCacheManager,Void>