Uses of Class
org.apache.ignite.internal.processors.query.h2.twostep.PartitionReservation
-
Packages that use PartitionReservation Package Description org.apache.ignite.internal.processors.query.h2.opt org.apache.ignite.internal.processors.query.h2.twostep -
-
Uses of PartitionReservation in org.apache.ignite.internal.processors.query.h2.opt
Constructors in org.apache.ignite.internal.processors.query.h2.opt with parameters of type PartitionReservation Constructor Description QueryContext(int segment, @Nullable IndexingQueryFilter filter, @Nullable DistributedJoinContext distributedJoinCtx, @Nullable PartitionReservation reservations, boolean loc)Constructor. -
Uses of PartitionReservation in org.apache.ignite.internal.processors.query.h2.twostep
Methods in org.apache.ignite.internal.processors.query.h2.twostep that return PartitionReservation Modifier and Type Method Description PartitionReservationPartitionReservationManager. reservePartitions(@Nullable List<Integer> cacheIds, AffinityTopologyVersion reqTopVer, int[] explicitParts, UUID nodeId, long reqId)
-