You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Robert Joseph Evans (JIRA)" <ji...@apache.org> on 2015/11/23 16:39:10 UTC

[jira] [Commented] (STORM-1226) Port backtype.storm.util to java

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

Robert Joseph Evans commented on STORM-1226:
--------------------------------------------

Some of the code may need to be left in clojure for the time being, as it only makes since in clojure, like clojurify-structure.

> Port backtype.storm.util to java
> --------------------------------
>
>                 Key: STORM-1226
>                 URL: https://issues.apache.org/jira/browse/STORM-1226
>             Project: Apache Storm
>          Issue Type: New Feature
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>              Labels: java-mirgration, jstorm-merger
>
> Port backtype.storm.util from clojure to java.  In as many instances as possible the same interface should be maintained, and calls to clojure functions in the rest of the code should be replaces with calls to the corresponding java code.
> Some similar functions can be found at  
> https://github.com/apache/storm/blob/jstorm-import/jstorm-core/src/main/java/com/alibaba/jstorm/utils/JStormUtils.java
> Although they are not identical.
> For function callbacks we may need to evaluate adding in appropriate callback interfaces instead.  Please try to avoid using clojure internal java classes unless necessary.



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