Class GridPartitionedGetFuture<K,​V>

    • Constructor Detail

      • GridPartitionedGetFuture

        public GridPartitionedGetFuture​(GridCacheContext<K,​V> cctx,
                                        Collection<KeyCacheObject> keys,
                                        boolean readThrough,
                                        boolean forcePrimary,
                                        String taskName,
                                        boolean deserializeBinary,
                                        boolean recovery,
                                        @Nullable
                                        @Nullable IgniteCacheExpiryPolicy expiryPlc,
                                        boolean skipVals,
                                        boolean needVer,
                                        boolean keepCacheObjects,
                                        @Nullable
                                        @Nullable String txLbl,
                                        ClusterNode affNode)
        Parameters:
        cctx - Context.
        keys - Keys.
        readThrough - Read through flag.
        forcePrimary - If true then will force network trip to primary node even if called on backup node.
        taskName - Task name.
        deserializeBinary - Deserialize binary flag.
        recovery - Recovery mode flag.
        expiryPlc - Expiry policy.
        skipVals - Skip values flag.
        needVer - If true returns values as tuples containing value and version.
        keepCacheObjects - Keep cache objects flag.
        txLbl - Transaction label.