[ 
https://issues.apache.org/jira/browse/STORM-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397648#comment-15397648
 ] 

ASF GitHub Bot commented on STORM-1277:
---------------------------------------

Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1445#discussion_r72638327
  
    --- Diff: storm-core/src/jvm/org/apache/storm/utils/Utils.java ---
    @@ -2364,4 +2374,23 @@ public static long bitXor(Long a, Long b) {
             return rtn;
         }
     
    +    /**
    +     * converts a clojure PersistentMap to java HashMap
    +     */
    +    public static Map<String, Object> convertMap(Map map) {
    --- End diff --
    
    It might be better to rename to `convertClojureMapToJavaMap` or others 
which can represent from and to.
    If we can specialize parameter's type it would be better.


> port backtype.storm.daemon.executor to java
> -------------------------------------------
>
>                 Key: STORM-1277
>                 URL: https://issues.apache.org/jira/browse/STORM-1277
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Cody
>              Labels: java-migration, jstorm-merger
>
> https://github.com/apache/storm/tree/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/task
>  kind of.  Tasks and executors are combined in jstorm.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to