Uses of Class
org.neo4j.kernel.AbstractGraphDatabase

Packages that use AbstractGraphDatabase
org.neo4j.jmx Management support using JMX. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.tooling.wrap   
 

Uses of AbstractGraphDatabase in org.neo4j.jmx
 

Methods in org.neo4j.jmx with parameters of type AbstractGraphDatabase
static ObjectName JmxUtils.getObjectName(AbstractGraphDatabase database, String name)
           
 

Uses of AbstractGraphDatabase in org.neo4j.kernel
 

Subclasses of AbstractGraphDatabase in org.neo4j.kernel
 class EmbeddedGraphDatabase
          An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
 class EmbeddedReadOnlyGraphDatabase
          A read-only version of EmbeddedGraphDatabase.
 class HAGraphDb
           
 class HighlyAvailableGraphDatabase
           
 

Uses of AbstractGraphDatabase in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return AbstractGraphDatabase
protected  AbstractGraphDatabase AbstractBroker.getGraphDb()
           
 

Methods in org.neo4j.kernel.ha with parameters of type AbstractGraphDatabase
 Broker BrokerFactory.create(AbstractGraphDatabase graphDb, Map<String,String> graphDbConfig)
           
 

Constructors in org.neo4j.kernel.ha with parameters of type AbstractGraphDatabase
AbstractBroker(int myMachineId, AbstractGraphDatabase graphDb)
           
MasterClient(String hostNameOrIp, int port, AbstractGraphDatabase graphDb, Client.ConnectionLostHandler connectionLostHandler, int readTimeoutSeconds, int lockReadTimeout, int maxConcurrentChannels)
           
 

Uses of AbstractGraphDatabase in org.neo4j.kernel.ha.zookeeper
 

Methods in org.neo4j.kernel.ha.zookeeper that return AbstractGraphDatabase
protected  AbstractGraphDatabase AbstractZooKeeperManager.getGraphDb()
           
 

Constructors in org.neo4j.kernel.ha.zookeeper with parameters of type AbstractGraphDatabase
AbstractZooKeeperManager(String servers, AbstractGraphDatabase graphDb, int clientReadTimeout, int clientLockReadTimeout, int maxConcurrentChannelsPerSlave, long sessionTimeout)
           
ZooClient(AbstractGraphDatabase graphDb, Map<String,String> config, ResponseReceiver receiver)
           
ZooKeeperBroker(AbstractGraphDatabase graphDb, Map<String,String> config, ResponseReceiver receiver)
           
ZooKeeperClusterClient(String zooKeeperServers, AbstractGraphDatabase db)
           
ZooKeeperClusterClient(String zooKeeperServers, String clusterName, AbstractGraphDatabase db, long sessionTimeout)
           
 

Uses of AbstractGraphDatabase in org.neo4j.kernel.impl.nioneo.store
 

Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type AbstractGraphDatabase
StoreAccess(AbstractGraphDatabase graphdb)
           
 

Uses of AbstractGraphDatabase in org.neo4j.tooling.wrap
 

Subclasses of AbstractGraphDatabase in org.neo4j.tooling.wrap
 class WrappedGraphDatabase
           
 



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