Class AddSourceRemoteStoreTask
java.lang.Object
org.infinispan.persistence.remote.upgrade.AddSourceRemoteStoreTask
- All Implemented Interfaces:
Function<EmbeddedCacheManager, Void>
public class AddSourceRemoteStoreTask
extends Object
implements Function<EmbeddedCacheManager, Void>
Task to add a remote store to the cache.
- Since:
- 13.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAddSourceRemoteStoreTask
(String cacheName, RemoteStoreConfiguration storeConfiguration) -
Method Summary
-
Constructor Details
-
AddSourceRemoteStoreTask
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EmbeddedCacheManager, Void>
-