Uses of Class
org.apache.ignite.internal.jdbc.thin.JdbcThinPartitionResultDescriptor
-
Packages that use JdbcThinPartitionResultDescriptor Package Description org.apache.ignite.internal.jdbc.thin -
-
Uses of JdbcThinPartitionResultDescriptor in org.apache.ignite.internal.jdbc.thin
Fields in org.apache.ignite.internal.jdbc.thin declared as JdbcThinPartitionResultDescriptor Modifier and Type Field Description static JdbcThinPartitionResultDescriptorJdbcThinPartitionResultDescriptor. EMPTY_DESCRIPTORStub to use as empty descriptor.Methods in org.apache.ignite.internal.jdbc.thin that return JdbcThinPartitionResultDescriptor Modifier and Type Method Description JdbcThinPartitionResultDescriptorAffinityCache. partitionResult(QualifiedSQLQuery sqlQry)Retrieves partition result descriptor related to corresponding sql query.Methods in org.apache.ignite.internal.jdbc.thin with parameters of type JdbcThinPartitionResultDescriptor Modifier and Type Method Description static Collection<Integer>JdbcThinConnection. calculatePartitions(JdbcThinPartitionResultDescriptor partResDesc, Object[] args)Calculate partitions for the query.
-