Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionClientContext
-
Packages that use PartitionClientContext Package Description org.apache.ignite.internal.jdbc.thin org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionClientContext in org.apache.ignite.internal.jdbc.thin
Methods in org.apache.ignite.internal.jdbc.thin that return PartitionClientContext Modifier and Type Method Description PartitionClientContextJdbcThinPartitionResultDescriptor. partitionClientContext()Constructors in org.apache.ignite.internal.jdbc.thin with parameters of type PartitionClientContext Constructor Description JdbcThinPartitionResultDescriptor(PartitionResult partRes, int cacheId, PartitionClientContext partClientCtx)Constructor. -
Uses of PartitionClientContext in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionClientContext Modifier and Type Method Description Collection<Integer>PartitionAllNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionCompositeNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionGroupNode. apply(PartitionClientContext ctx, Object... args)Get partitions.Collection<Integer>PartitionNode. apply(@Nullable PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionNoneNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.Collection<Integer>PartitionSingleNode. apply(PartitionClientContext cliCtx, Object... args)Get partitions.IntegerPartitionConstantNode. applySingle(PartitionClientContext cliCtx, Object... args)Apply arguments and get single partition.IntegerPartitionParameterNode. applySingle(PartitionClientContext cliCtx, Object... args)Apply arguments and get single partition.abstract IntegerPartitionSingleNode. applySingle(@Nullable PartitionClientContext cliCtx, Object... args)Apply arguments and get single partition.
-