stephen mallette created TINKERPOP3-659:
-------------------------------------------
Summary: GraphConfiguration Class
Key: TINKERPOP3-659
URL: https://issues.apache.org/jira/browse/TINKERPOP3-659
Project: TinkerPop 3
Issue Type: Improvement
Components: structure
Reporter: stephen mallette
{{GraphFactory}} currently takes a {{Configuration}} object to construct graph
instances. At first, this was the only TinkerPop use of the {{Configuration}}
- the rest was passed on to graph instances for their internal usage. More
recently, the {{Configuration}} can have other important keys like
configurations for the {{IoRegistry}}. The keys for these settings are
scattered about gremlin-core (e.g {{gremlin.io.gryo.poolSize}} is in
{{GryoPool}}, {{gremlin.graph}} is in {{Graph}}).
To better centralize the configuration keys and better support passing around
this configuration, a {{GraphConfiguration}} class should be created to be a
holder for these configurations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)