Uses of Class
org.infinispan.server.resp.json.EmbeddedJsonCache
Packages that use EmbeddedJsonCache
-
Uses of EmbeddedJsonCache in org.infinispan.server.resp
Fields in org.infinispan.server.resp declared as EmbeddedJsonCacheMethods in org.infinispan.server.resp that return EmbeddedJsonCache -
Uses of EmbeddedJsonCache in org.infinispan.server.resp.commands.json
Methods in org.infinispan.server.resp.commands.json with parameters of type EmbeddedJsonCacheModifier and TypeMethodDescriptionprotected CompletionStage
<List<Long>> JSONARRLEN.len
(EmbeddedJsonCache ejc, byte[] key, byte[] path) protected abstract CompletionStage
<List<Long>> JSONLEN.len
(EmbeddedJsonCache ejc, byte[] key, byte[] path) protected CompletionStage
<List<Long>> JSONOBJLEN.len
(EmbeddedJsonCache ejc, byte[] key, byte[] path) protected CompletionStage
<List<Long>> JSONSTRLEN.len
(EmbeddedJsonCache ejc, byte[] key, byte[] path)