Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionResult
-
Packages that use PartitionResult Package Description org.apache.ignite.internal.jdbc.thin org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.odbc.jdbc org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionResult in org.apache.ignite.internal.jdbc.thin
Methods in org.apache.ignite.internal.jdbc.thin that return PartitionResult Modifier and Type Method Description PartitionResultJdbcThinPartitionResultDescriptor. partitionResult()Constructors in org.apache.ignite.internal.jdbc.thin with parameters of type PartitionResult Constructor Description JdbcThinPartitionResultDescriptor(PartitionResult partRes, int cacheId, PartitionClientContext partClientCtx)Constructor. -
Uses of PartitionResult in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return PartitionResult Modifier and Type Method Description PartitionResultQueryCursorImpl. partitionResult()Methods in org.apache.ignite.internal.processors.cache with parameters of type PartitionResult Modifier and Type Method Description voidQueryCursorImpl. partitionResult(PartitionResult partRes) -
Uses of PartitionResult in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return PartitionResult Modifier and Type Method Description PartitionResultJdbcQueryExecuteResult. partitionResult()Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type PartitionResult Constructor Description JdbcQueryExecuteResult(long cursorId, long updateCnt, PartitionResult partRes, int txId) -
Uses of PartitionResult in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity that return PartitionResult Modifier and Type Method Description static PartitionResultPartitionResultMarshaler. unmarshal(BinaryReaderExImpl reader)Reads fields from provided reader.Methods in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionResult Modifier and Type Method Description static int[]PartitionResult. calculatePartitions(int[] explicitParts, PartitionResult derivedParts, Object[] args)Calculate partitions for the query.static voidPartitionResultMarshaler. marshal(BinaryWriterExImpl writer, PartitionResult partRes)Writes partition result to provided writer.
-