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 SummaryConstructors Constructor Description ProjectedJsonResult(int totalResults, String[] projections, List<Object> values)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JsonProjection>getHits()intgetTotalResults()- 
Methods inherited from class org.infinispan.query.remote.json.JsonQueryResponseasBytes
 
- 
 
- 
- 
- 
Method Detail- 
getHitspublic List<JsonProjection> getHits() 
 - 
getTotalResultspublic int getTotalResults() 
 
- 
 
-