@groovy.util.logging.Slf4j @groovy.transform.ToString(includeNames: true) class CarnivalNeo4jConfiguration extends java.lang.Object
A configuration object for a CarnivalNeo4j.
Modifiers | Name | Description |
---|---|---|
static class |
CarnivalNeo4jConfiguration.Gremlin |
A data holder for CarnivalNeo4j configuration elements. |
Type | Name and description |
---|---|
static java.lang.String |
GRAPH_PATH_DEFAULT The default relative file path for the neo4j graph |
CarnivalNeo4jConfiguration.Gremlin |
gremlin |
Constructor and description |
---|
CarnivalNeo4jConfiguration
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static CarnivalNeo4jConfiguration |
defaultConfiguration() Returns a default configuration object. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The default relative file path for the neo4j graph
Returns a default configuration object.
Groovy Documentation