Sergey Edunov created GIRAPH-1007: ------------------------------------- Summary: Allow configuration of arbitrary objects via reflection Key: GIRAPH-1007 URL: https://issues.apache.org/jira/browse/GIRAPH-1007 Project: Giraph Issue Type: Improvement Reporter: Sergey Edunov Priority: Minor
Currently we need to pull data from configuration object by using various getSmth methods. Each get call has to go through synchronized call to Hashtable and then parse string value. It would be convenient to be able to load configuration values into arbitrary object with typed fields and annotated with special annotations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)