You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2021/12/08 08:47:00 UTC

[jira] [Updated] (IGNITE-16079) Rename search and data keys for the Partition Storage

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

Aleksandr Polovtcev updated IGNITE-16079:
-----------------------------------------
    Description: 
There are currently the following classes in the {{PartitionStorage}} that act as data and search keys: {{SearchRow}} and {{DataRow}}. This makes the {{SortedIndexStorage}} interface hard to understand, because it stores {{SearchRows}} as values. It is proposed to rename these classes:
 {{SearchRow}} -> {{PartitionKey}}
 {{DataRow}} -> {{PartitionData}}

> Rename search and data keys for the Partition Storage
> -----------------------------------------------------
>
>                 Key: IGNITE-16079
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16079
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Major
>
> There are currently the following classes in the {{PartitionStorage}} that act as data and search keys: {{SearchRow}} and {{DataRow}}. This makes the {{SortedIndexStorage}} interface hard to understand, because it stores {{SearchRows}} as values. It is proposed to rename these classes:
>  {{SearchRow}} -> {{PartitionKey}}
>  {{DataRow}} -> {{PartitionData}}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)