Class GridNearGetRequest

    • Constructor Detail

      • GridNearGetRequest

        public GridNearGetRequest()
        Empty constructor required for Externalizable.
      • GridNearGetRequest

        public GridNearGetRequest​(int cacheId,
                                  IgniteUuid futId,
                                  IgniteUuid miniId,
                                  GridCacheVersion ver,
                                  Map<KeyCacheObject,​Boolean> keys,
                                  boolean readThrough,
                                  @NotNull
                                  @NotNull AffinityTopologyVersion topVer,
                                  int taskNameHash,
                                  long createTtl,
                                  long accessTtl,
                                  boolean addReader,
                                  boolean skipVals,
                                  boolean addDepInfo,
                                  boolean recovery,
                                  @Nullable
                                  @Nullable String txLbl)
        Parameters:
        cacheId - Cache ID.
        futId - Future ID.
        miniId - Sub ID.
        ver - Version.
        keys - Keys.
        readThrough - Read through flag.
        skipVals - Skip values flag. When false, only boolean values will be returned indicating whether cache entry has a value.
        topVer - Topology version.
        taskNameHash - Task name hash.
        createTtl - New TTL to set after entry is created, -1 to leave unchanged.
        accessTtl - New TTL to set after entry is accessed, -1 to leave unchanged.
        addDepInfo - Deployment info.
        txLbl - Transaction label.