Uses of Class
org.infinispan.query.remote.json.Hit
-
Packages that use Hit Package Description org.infinispan.query.remote.json -
-
Uses of Hit in org.infinispan.query.remote.json
Methods in org.infinispan.query.remote.json that return types with arguments of type Hit Modifier and Type Method Description List<Hit>
JsonQueryResult. getHits()
Constructor parameters in org.infinispan.query.remote.json with type arguments of type Hit Constructor Description JsonQueryResult(List<Hit> hits, int total)
-