org.neo4j.server.enterprise
Class StandaloneClusterClient

java.lang.Object
  extended by 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

  1. reading from a db tuning file (neo4j.properties) appointed by the neo4j server configuration file, specified from org.neo4j.server.properties system property.
  2. Author:
    Mattias Persson

    Method Summary
    static void main(String[] args)
               
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Method Detail

    main

    public static void main(String[] args)


    Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.