org.neo4j.kernel
Class HighlyAvailableGraphDatabase
java.lang.Object
org.neo4j.kernel.AbstractGraphDatabase
org.neo4j.kernel.InternalAbstractGraphDatabase
org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
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.
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 |
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.
pullUpdates
@Deprecated
public void pullUpdates()
- Deprecated.
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.