Class QueryRequest

java.lang.Object
org.infinispan.api.common.query.QueryRequest

public final class QueryRequest extends Object
QueryRequest creates a request for Query or Continuous Query. It is built with the QueryRequestBuilder
Since:
14.0
  • Constructor Details

    • QueryRequest

      public QueryRequest(String queryString, Map<String,Object> params, long skip, int limit)
  • Method Details

    • isCreated

      public boolean isCreated()
    • isUpdated

      public boolean isUpdated()
    • isDeleted

      public boolean isDeleted()
    • getQueryString

      public String getQueryString()
    • getParams

      public Map<String,Object> getParams()
    • skip

      public long skip()
    • limit

      public int limit()