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 Modifier and Type Class Description static class
AddSourceRemoteStoreTask.Externalizer
-
Constructor Summary
Constructors Constructor Description AddSourceRemoteStoreTask(String cacheName, RemoteStoreConfiguration storeConfiguration)
-
-
-
Constructor Detail
-
AddSourceRemoteStoreTask
public AddSourceRemoteStoreTask(String cacheName, RemoteStoreConfiguration storeConfiguration)
-
-
Method Detail
-
apply
public Void apply(EmbeddedCacheManager embeddedCacheManager)
- Specified by:
apply
in interfaceFunction<EmbeddedCacheManager,Void>
-
-