Class CacheUpdateIndexSchemaTask

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

public class CacheUpdateIndexSchemaTask extends AdminServerTask<Void>
Administrative operation to update the index schema for a cache with the following parameters: Parameters:
  • name specifies the cache for which its index schema will be updated.
  • flags unused
Since:
14.0
Author:
Fabio Massimo Ercoli