Package org.infinispan.server.core.admin.embeddedserver


package org.infinispan.server.core.admin.embeddedserver
  • Classes
    Class
    Description
    Admin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.
    Admin operation to create a cache Parameters: name the name of the cache to create template the name of the template to use configuration the XML configuration to use flags any flags, e.g.
    Admin operation to obtain a list of caches
    Admin operation to reindex a cache Parameters: name the name of the cache to reindex flags unused
    Admin operation to remove a cache Parameters: name the name of the cache to remove flags
    Administrative operation to update a specific configuration attribute for a given cache with the following parameters: Parameters: name specifies the cache for which its configuration attribute will be updated. attribute the path of the attribute we want to change, e.g.
    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
    EmbeddedServerAdminOperationHandler is an implementation of AdminOperationsHandler which uses CacheContainerAdmin to apply changes to the cache manager configuration
    * Admin operation to create a template * Parameters: * * name the name of the template to create * configuration the XML configuration to use * flags any flags, e.g.
    Admin operation to obtain a list of caches
    * Admin operation to remove a template * Parameters: * * name the name of the template to remove * flags any flags, e.g.