org.neo4j.server.enterprise
Class StandaloneClusterClient
java.lang.Object
org.neo4j.server.enterprise.StandaloneClusterClient
public class StandaloneClusterClient
- extends Object
Wrapper around a ClusterClient to fit the environment of the Neo4j server,
mostly regarding the use of the server config file passed in from the script starting
this class. That server config file will be parsed and necessary parts passed on.
Configuration of the cluster client can be specified by
- reading from a db tuning file (neo4j.properties) appointed by the neo4j server configuration file,
specified from org.neo4j.server.properties system property.
-
- Author:
- Mattias Persson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.