[ 
https://issues.apache.org/jira/browse/IGNITE-24033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maksim Zhuravkov updated IGNITE-24033:
--------------------------------------
      Epic Link: IGNITE-23577
    Description: 
Update job colocated targets in compute API to use qualified names:

{code:java}
interface JobTarget {
...
  /** Creates a colocated job target for a specific table and key. */
  static JobTarget colocated(QuafliedName tableName, Tuple key) { .. }
  
  /** Creates a colocated job target for a specific table and key with mapper. 
*/
  static JobTarget colocated(QuafliedName tableName, K key, Mapper<K> 
keyMapper) { .. }
..
}
{code}


  was:Update compute API to use qualified names.


> Make Compute API use QualifiedName
> ----------------------------------
>
>                 Key: IGNITE-24033
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24033
>             Project: Ignite
>          Issue Type: Improvement
>          Components: compute
>            Reporter: Maksim Zhuravkov
>            Priority: Major
>              Labels: ignite-3
>
> Update job colocated targets in compute API to use qualified names:
> {code:java}
> interface JobTarget {
> ...
>   /** Creates a colocated job target for a specific table and key. */
>   static JobTarget colocated(QuafliedName tableName, Tuple key) { .. }
>   
>   /** Creates a colocated job target for a specific table and key with 
> mapper. */
>   static JobTarget colocated(QuafliedName tableName, K key, Mapper<K> 
> keyMapper) { .. }
> ..
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to