[jira] [Commented] (GIRAPH-1168) Instantiate OutEdges through Factory class

2018-02-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349528#comment-16349528
 ] 

Hudson commented on GIRAPH-1168:


FAILURE: Integrated in Jenkins build Giraph-trunk-Commit #1725 (See 
[https://builds.apache.org/job/Giraph-trunk-Commit/1725/])
GIRAPH-1168 (majakabiljo: 
[http://git-wip-us.apache.org/repos/asf?p=giraph.git=commit=1f959d076ed7f29c3f8a5c6e99cbfcc62c1058d9])
* (edit) giraph-core/src/main/java/org/apache/giraph/conf/GiraphConstants.java
* (add) 
giraph-core/src/main/java/org/apache/giraph/factories/DefaultInputOutEdgesFactory.java
* (edit) 
giraph-core/src/main/java/org/apache/giraph/conf/ImmutableClassesGiraphConfiguration.java
* (add) 
giraph-core/src/main/java/org/apache/giraph/factories/DefaultOutEdgesFactory.java
* (add) 
giraph-core/src/main/java/org/apache/giraph/factories/OutEdgesFactory.java


> Instantiate OutEdges through Factory class
> --
>
> Key: GIRAPH-1168
> URL: https://issues.apache.org/jira/browse/GIRAPH-1168
> Project: Giraph
>  Issue Type: New Feature
>Reporter: Dionysios Logothetis
>Priority: Major
>
> Sometimes the instantiation of an OutEdges implementation might have large 
> overhead, e.g. if it access the configuration.  Instead of creating it 
> directly, introduce a factory class that can be instantiated once. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GIRAPH-1168) Instantiate OutEdges through Factory class

2018-02-01 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/GIRAPH-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16349412#comment-16349412
 ] 

ASF GitHub Bot commented on GIRAPH-1168:


Github user asfgit closed the pull request at:

https://github.com/apache/giraph/pull/57


> Instantiate OutEdges through Factory class
> --
>
> Key: GIRAPH-1168
> URL: https://issues.apache.org/jira/browse/GIRAPH-1168
> Project: Giraph
>  Issue Type: New Feature
>Reporter: Dionysios Logothetis
>Priority: Major
>
> Sometimes the instantiation of an OutEdges implementation might have large 
> overhead, e.g. if it access the configuration.  Instead of creating it 
> directly, introduce a factory class that can be instantiated once. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)