Class GridNearLockResponse

    • Constructor Detail

      • GridNearLockResponse

        public GridNearLockResponse()
        Empty constructor (required by Externalizable).
      • GridNearLockResponse

        public GridNearLockResponse​(int cacheId,
                                    GridCacheVersion lockVer,
                                    IgniteUuid futId,
                                    int miniId,
                                    boolean filterRes,
                                    int cnt,
                                    Throwable err,
                                    AffinityTopologyVersion clientRemapVer,
                                    boolean addDepInfo,
                                    boolean compatibleRemapVer)
        Parameters:
        cacheId - Cache ID.
        lockVer - Lock ID.
        futId - Future ID.
        miniId - Mini future ID.
        filterRes - True if need to allocate array for filter evaluation results.
        cnt - Count.
        err - Error.
        clientRemapVer - True if client node should remap lock request. If compatibleRemapVer is true when first request is not remapped, but all subsequent will use remap version.
        addDepInfo - Deployment info.
        compatibleRemapVer - True if remap version is compatible with lock version.