Uses of Interface
org.infinispan.commons.dataconversion.internal.JsonSerialization
Packages that use 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
Classes in org.infinispan.commons.util that implement JsonSerialization -
Uses of JsonSerialization in org.infinispan.health
Subinterfaces of JsonSerialization in org.infinispan.healthModifier and TypeInterfaceDescriptioninterfaceCache health information.interfaceCluster health information. -
Uses of JsonSerialization in org.infinispan.health.impl
Classes in org.infinispan.health.impl that implement JsonSerialization -
Uses of JsonSerialization in org.infinispan.manager
Classes in org.infinispan.manager that implement JsonSerialization -
Uses of JsonSerialization in org.infinispan.query.core.stats
Subinterfaces of JsonSerialization in org.infinispan.query.core.statsModifier and TypeInterfaceDescriptioninterfaceA snapshot ofIndexStatistics.interfaceA snapshot ofQueryStatistics.interfaceA snapshot ofSearchStatistics.Classes in org.infinispan.query.core.stats that implement JsonSerialization -
Uses of JsonSerialization in org.infinispan.query.core.stats.impl
Classes in org.infinispan.query.core.stats.impl that implement JsonSerializationModifier and TypeClassDescriptionclassA snapshot forIndexStatistics.classManages query statistics for a Cache.final classQuery and Index statistics for a Cache. -
Uses of JsonSerialization in org.infinispan.query.mapper.mapping.metamodel
Classes in org.infinispan.query.mapper.mapping.metamodel that implement JsonSerializationModifier and TypeClassDescriptionclassclassclass -
Uses of JsonSerialization in org.infinispan.rest.distribution
Classes in org.infinispan.rest.distribution that implement JsonSerializationModifier and TypeClassDescriptionclassclassclassclassCollect node's information and statistics of the local JVM. -
Uses of JsonSerialization in org.infinispan.rest.framework.openapi
Classes in org.infinispan.rest.framework.openapi that implement JsonSerializationModifier and TypeClassDescriptionfinal recordfinal recordTheInfoobject holds metadata about the API.final recordLicense information for the exposed API.final recordThis is the root document object of the OpenAPI document.final recordfinal recordDescribe the parameters of a single operation.final recordHolds information about the relative paths and operations.final recordfinal recordfinal recordfinal record -
Uses of JsonSerialization in org.infinispan.rest.resources.mcp
Classes in org.infinispan.rest.resources.mcp that implement JsonSerializationModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal record -
Uses of JsonSerialization in org.infinispan.server.core.admin
Classes in org.infinispan.server.core.admin that implement JsonSerialization -
Uses of JsonSerialization in org.infinispan.server.core.admin.embeddedserver
Classes in org.infinispan.server.core.admin.embeddedserver that implement JsonSerializationModifier and TypeClassDescriptionclassAdmin 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 unusedclassAdmin operation to create a cache Parameters: name the name of the cache to create flags any flags, e.g.classAdmin 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.classAdmin operation to obtain a list of cachesclassAdmin operation to reindex a cache Parameters: name the name of the cache to reindex flags unusedclassAdmin operation to remove a cache Parameters: name the name of the cache to remove flagsclassAdministrative 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.classAdministrative 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 unusedclassCreates or updates a ProtoStream schema in the server.classSafely deletes a ProtoStream schema from the server.classAdmin 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.classAdmin operation to obtain a list of cachesclassAdmin 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.server.core.query.json
Classes in org.infinispan.server.core.query.json that implement JsonSerializationModifier and TypeClassDescriptionclassclassRepresents each of the search results.classclassclassclassclassclass -
Uses of JsonSerialization in org.infinispan.stats
Subinterfaces of JsonSerialization in org.infinispan.statsModifier and TypeInterfaceDescriptioninterfaceSimilar toStatsbut cluster wide.interfaceStats. -
Uses of JsonSerialization in org.infinispan.stats.impl
Classes in org.infinispan.stats.impl that implement JsonSerializationModifier and TypeClassDescriptionclassfinal classclassStatsImpl. -
Uses of JsonSerialization in org.infinispan.tasks
Subinterfaces of JsonSerialization in org.infinispan.tasksModifier and TypeInterfaceDescriptioninterfaceServerTask<V>An interface representing a deployed server task.interface