|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.kernel.AbstractGraphDatabase
org.neo4j.kernel.InternalAbstractGraphDatabase
org.neo4j.kernel.ha.HighlyAvailableGraphDatabase
org.neo4j.kernel.HighlyAvailableGraphDatabase
@Deprecated public class 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.DefaultKernelData |
| Field Summary |
|---|
| 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 |
|---|
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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HighlyAvailableGraphDatabase(String storeDir,
Map<String,String> config)
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)
| Method Detail |
|---|
@Deprecated public void pullUpdates()
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||