Package org.infinispan.query.remote.json
Class JsonQueryResult
- java.lang.Object
-
- org.infinispan.query.remote.json.JsonQueryResponse
-
- org.infinispan.query.remote.json.JsonQueryResult
-
public class JsonQueryResult extends JsonQueryResponse
- Since:
- 9.4
-
-
Constructor Summary
Constructors Constructor Description JsonQueryResult(List<Hit> hits, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Hit>
getHits()
int
getTotalResults()
-
Methods inherited from class org.infinispan.query.remote.json.JsonQueryResponse
asBytes
-
-