Package org.infinispan.query.remote.json
Class ProjectedJsonResult
- java.lang.Object
-
- org.infinispan.query.remote.json.JsonQueryResponse
-
- org.infinispan.query.remote.json.ProjectedJsonResult
-
public class ProjectedJsonResult extends JsonQueryResponse
- Since:
- 9.4
-
-
Constructor Summary
Constructors Constructor Description ProjectedJsonResult(int totalResults, String[] projections, List<Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonProjection>
getHits()
int
getTotalResults()
-
Methods inherited from class org.infinispan.query.remote.json.JsonQueryResponse
asBytes
-
-
-
-
Method Detail
-
getHits
public List<JsonProjection> getHits()
-
getTotalResults
public int getTotalResults()
-
-