Class GridCacheQueryResponse

    • Constructor Detail

      • GridCacheQueryResponse

        public GridCacheQueryResponse()
        Empty constructor for Externalizable
      • GridCacheQueryResponse

        public GridCacheQueryResponse​(int cacheId,
                                      long reqId,
                                      boolean finished,
                                      boolean fields,
                                      boolean addDepInfo)
        Parameters:
        cacheId - Cache ID.
        reqId - Request id.
        finished - Last response or not.
        fields - Fields query or not.
        addDepInfo - Deployment info flag.
      • GridCacheQueryResponse

        public GridCacheQueryResponse​(int cacheId,
                                      long reqId,
                                      Throwable err,
                                      boolean addDepInfo)
        Parameters:
        cacheId - Cache ID.
        reqId - Request id.
        err - Error.
        addDepInfo - Deployment info flag.