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:
org.neo4j.graphdb.GraphDatabaseService, org.neo4j.kernel.GraphDatabaseAPI

Deprecated.

@Deprecated
public class HighlyAvailableGraphDatabase
extends 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
org.neo4j.kernel.InternalAbstractGraphDatabase.Configuration, org.neo4j.kernel.InternalAbstractGraphDatabase.DefaultKernelData
 
Field Summary
 
Fields inherited from class org.neo4j.kernel.InternalAbstractGraphDatabase
cacheBridge, caches, config, dependencyResolver, diagnosticsManager, extensions, fileSystem, guard, idGeneratorFactory, indexManager, indexStore, jobScheduler, kernelAPI, kernelEventHandlers, kernelPanicEventGenerator, life, lockManager, logBufferFactory, logging, msgLog, neoDataSource, nodeAutoIndexer, nodeManager, params, persistenceManager, persistenceSource, propertyIndexManager, recoveryVerifier, relationshipTypeCreator, relationshipTypeHolder, relAutoIndexer, schema, stateFactory, statementContextProvider, storeDir, storeFactory, storeId, storeLocker, syncHook, transactionEventHandlers, txHook, txIdGenerator, txManager, updateableSchemaState, xaDataSourceManager, xaFactory
 
Constructor Summary
HighlyAvailableGraphDatabase(String storeDir, Map<String,String> config)
          Deprecated.  
HighlyAvailableGraphDatabase(String storeDir, Map<String,String> params, Iterable<org.neo4j.graphdb.index.IndexProvider> indexProviders, Iterable<org.neo4j.kernel.extension.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
beginTx, create, createCaches, createIdGeneratorFactory, createKernelData, createLockManager, createLogging, createNeoDataSource, createPropertyKeyCreator, createRelationshipTypeCreator, createTransactionStateFactory, createTxHook, createTxIdGenerator, createXaDataSourceManager, getDependencyResolver, getInstanceState, isMaster, registerRecovery, start, stop, toString
 
Methods inherited from class org.neo4j.kernel.InternalAbstractGraphDatabase
beginTx, createFileSystemAbstraction, createNode, createNode, createNodeLookup, createRecoveryVerifier, createRelationshipLookups, createStoreFactory, doAfterRecoveryAndStartup, equals, findNodesByLabelAndProperty, getAllNodes, getConfig, getDiagnosticsManager, getGuard, getIdGeneratorFactory, getKernelData, getKernelPanicGenerator, getLockManager, getMessageLog, getNodeById, getNodeManager, getPersistenceSource, getReferenceNode, getRelationshipById, getRelationshipTypeHolder, getRelationshipTypes, getStoreDir, getStoreId, getTxIdGenerator, getTxManager, getXaDataSourceManager, hashCode, index, isEphemeral, registerKernelEventHandler, registerTransactionEventHandler, run, schema, shutdown, transactionRunning, tx, unregisterKernelEventHandler, unregisterTransactionEventHandler
 
Methods inherited from class java.lang.Object
clone, finalize, 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<org.neo4j.graphdb.index.IndexProvider> indexProviders,
                                    Iterable<org.neo4j.kernel.extension.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. 



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