- All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,Boolean>
public class CheckRemoteStoreTask
extends Object
implements Function<org.infinispan.manager.EmbeddedCacheManager,Boolean>
Task to check for the remote store in a cache.
- Since:
- 13.0
-
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
-
CheckRemoteStoreTask
public CheckRemoteStoreTask(String cacheName)
-
Method Details
-
apply
public Boolean apply(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
- Specified by:
apply in interface Function<org.infinispan.manager.EmbeddedCacheManager,Boolean>