You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Michael Han (JIRA)" <ji...@apache.org> on 2017/03/13 16:21:58 UTC

[jira] [Updated] (ZOOKEEPER-1259) central mapping from type to txn record class

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

Michael Han updated ZOOKEEPER-1259:
-----------------------------------
    Fix Version/s:     (was: 3.5.3)
                   3.5.4

> central mapping from type to txn record class
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-1259
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1259
>             Project: ZooKeeper
>          Issue Type: Sub-task
>            Reporter: Thomas Koch
>            Assignee: Thomas Koch
>             Fix For: 3.5.4, 3.6.0
>
>         Attachments: ZOOKEEPER-1259.patch, ZOOKEEPER-1259.patch, ZOOKEEPER-1259.patch, ZOOKEEPER-1259.patch
>
>
> There are two places where large switch statements do nothing else to get the correct Record class accorging to a txn type. Provided a static map in SerializeUtils from type to Class<? extends Record> and a method to retrieve a new txn Record instance for a type.
> Code size reduced by 28 lines.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)