Uses of Class
org.infinispan.query.remote.json.JsonQueryRequest
-
Packages that use JsonQueryRequest Package Description org.infinispan.query.remote.json org.infinispan.rest.operations REST Server Operations classes. -
-
Uses of JsonQueryRequest in org.infinispan.query.remote.json
Methods in org.infinispan.query.remote.json that return JsonQueryRequest Modifier and Type Method Description static JsonQueryRequest
JsonQueryReader. getQueryFromJSON(byte[] input)
-
Uses of JsonQueryRequest in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations with parameters of type JsonQueryRequest Modifier and Type Method Description InfinispanSearchResponse
SearchOperations. search(String cacheName, JsonQueryRequest query, InfinispanSearchRequest request)
-