Class JsonQueryResult

java.lang.Object
org.infinispan.query.remote.json.JsonQueryResponse
org.infinispan.query.remote.json.JsonQueryResult
All Implemented Interfaces:
JsonSerialization

public class JsonQueryResult extends JsonQueryResponse
Since:
9.4
  • Constructor Details

    • JsonQueryResult

      public JsonQueryResult(List<Hit> hits, long total)
  • Method Details

    • getHits

      public List<Hit> getHits()
    • toJson

      public Json toJson()