Package org.infinispan.query.remote.json
Class JsonQueryResponse
- java.lang.Object
-
- org.infinispan.query.remote.json.JsonQueryResponse
-
- All Implemented Interfaces:
JsonSerialization
- Direct Known Subclasses:
JsonQueryResult
,ProjectedJsonResult
public abstract class JsonQueryResponse extends Object implements JsonSerialization
- Since:
- 9.4
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTotalResults()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.dataconversion.internal.JsonSerialization
toJson
-
-