Uses of Interface
org.infinispan.commons.dataconversion.internal.JsonSerialization
Package
Description
Commons package providing various utility classes
Cache manager API.
Cache statistics.
Server tasks API.
-
Uses of JsonSerialization in org.infinispan.commons.util
-
Uses of JsonSerialization in org.infinispan.health
Modifier and TypeInterfaceDescriptioninterface
Cache health information.interface
Cluster health information. -
Uses of JsonSerialization in org.infinispan.manager
-
Uses of JsonSerialization in org.infinispan.query.remote.json
Modifier and TypeClassDescriptionclass
class
Represents each of the search results.class
class
class
class
class
class
-
Uses of JsonSerialization in org.infinispan.rest.distribution
Modifier and TypeClassDescriptionclass
class
Collect node's information and statistics of the local JVM. -
Uses of JsonSerialization in org.infinispan.search.mapper.mapping.metamodel
Modifier and TypeClassDescriptionclass
class
class
-
Uses of JsonSerialization in org.infinispan.server.core.admin
-
Uses of JsonSerialization in org.infinispan.server.core.admin.embeddedserver
Modifier and TypeClassDescriptionclass
Admin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.class
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.class
Admin operation to obtain a list of cachesclass
Admin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedclass
Admin operation to remove a cache Parameters: name the name of the cache to remove flagsclass
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.class
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 unusedclass
* 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.class
Admin operation to obtain a list of cachesclass
* Admin operation to remove a template * Parameters: * * name the name of the template to remove * flags any flags, e.g. -
Uses of JsonSerialization in org.infinispan.stats
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3.interface
Similar toStats
but cluster wide.interface
Stats. -
Uses of JsonSerialization in org.infinispan.stats.impl
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3.class
final class
class
StatsImpl. -
Uses of JsonSerialization in org.infinispan.tasks
Modifier and TypeInterfaceDescriptioninterface
ServerTask<V>
An interface representing a deployed server task.interface