Class CheckRemoteStoreTask

  • 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
    • Constructor Detail

      • CheckRemoteStoreTask

        public CheckRemoteStoreTask​(String cacheName)
    • Method Detail

      • apply

        public Boolean apply​(org.infinispan.manager.EmbeddedCacheManager embeddedCacheManager)
        Specified by:
        apply in interface Function<org.infinispan.manager.EmbeddedCacheManager,​Boolean>