Neo4j

org.neo4j.kernel
Class HighlyAvailableGraphDatabase

java.lang.Object
  extended by org.neo4j.kernel.AbstractGraphDatabase
      extended by org.neo4j.kernel.InternalAbstractGraphDatabase
          extended by org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
              extended by org.neo4j.kernel.HighlyAvailableGraphDatabase
All Implemented Interfaces:
GraphDatabaseService, GraphDatabaseAPI

Deprecated.

@Deprecated
public class HighlyAvailableGraphDatabase
extends org.neo4j.kernel.ha.HighlyAvailableGraphDatabase

This is only for backwards compatibility with 1.8. Will be removed in the future. The right way to get this is to instantiate through GraphDatabaseFactory.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.kernel.InternalAbstractGraphDatabase
InternalAbstractGraphDatabase.Configuration, InternalAbstractGraphDatabase.Dependencies
 
Constructor Summary
HighlyAvailableGraphDatabase(String storeDir, Map<String,String> config)
          Deprecated.  
HighlyAvailableGraphDatabase(String storeDir, Map<String,String> params, Iterable<IndexProvider> indexProviders, Iterable<KernelExtensionFactory<?>> kernelExtensions, Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders, Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> txInterceptorProviders)
          Deprecated.  
 
Method Summary
 void pullUpdates()
          Deprecated. 
 
Methods inherited from class org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
getDependencyResolver, getInstanceState, index, isMaster, role, start, stop, toString
 
Methods inherited from class org.neo4j.kernel.InternalAbstractGraphDatabase
beginTx, createNode, equals, getAllNodes, getConfig, getDiagnosticsManager, getGuard, getIdGeneratorFactory, getKernelData, getKernelPanicGenerator, getLockManager, getMessageLog, getNodeById, getNodeManager, getPersistenceSource, getReferenceNode, getRelationshipById, getRelationshipTypeHolder, getRelationshipTypes, getStoreDir, getStoreId, getTxIdGenerator, getTxManager, getXaDataSourceManager, hashCode, isAvailable, registerKernelEventHandler, registerTransactionEventHandler, shutdown, transactionRunning, tx, unregisterKernelEventHandler, unregisterTransactionEventHandler
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HighlyAvailableGraphDatabase

public HighlyAvailableGraphDatabase(String storeDir,
                                    Map<String,String> config)
Deprecated. 

HighlyAvailableGraphDatabase

public HighlyAvailableGraphDatabase(String storeDir,
                                    Map<String,String> params,
                                    Iterable<IndexProvider> indexProviders,
                                    Iterable<KernelExtensionFactory<?>> kernelExtensions,
                                    Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
                                    Iterable<org.neo4j.kernel.impl.transaction.xaframework.TransactionInterceptorProvider> txInterceptorProviders)
Deprecated. 
Method Detail

pullUpdates

@Deprecated
public void pullUpdates()
Deprecated. 


Neo4j

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