Class CacheAssignAliasTask

java.lang.Object
org.infinispan.server.core.admin.AdminServerTask<Void>
org.infinispan.server.core.admin.embeddedserver.CacheAssignAliasTask
All Implemented Interfaces:
JsonSerialization, Task

public class CacheAssignAliasTask extends AdminServerTask<Void>
Admin operation to (re)-assign an alias to a cache Parameters:
  • name the name of the cache to which the alias should be assigned
  • alias the name of the alias
  • flags unused
Since:
15.1
Author:
Tristan Tarrant