Class GridNearLockFuture

    • Constructor Detail

      • GridNearLockFuture

        public GridNearLockFuture​(GridCacheContext<?,​?> cctx,
                                  Collection<KeyCacheObject> keys,
                                  @Nullable
                                  @Nullable GridNearTxLocal tx,
                                  boolean read,
                                  boolean retval,
                                  long timeout,
                                  long createTtl,
                                  long accessTtl,
                                  boolean skipStore,
                                  boolean keepBinary,
                                  boolean recovery)
        Parameters:
        cctx - Registry.
        keys - Keys to lock.
        tx - Transaction.
        read - Read flag.
        retval - Flag to return value or not.
        timeout - Lock acquisition timeout.
        createTtl - TTL for create operation.
        accessTtl - TTL for read operation.
        skipStore - skipStore
        keepBinary - Keep binary flag.
        recovery - Recovery flag.