|
||||||||||
| 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 |
|---|
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 |
|---|
public HighlyAvailableGraphDatabase(String storeDir,
Map<String,String> config)
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)
| Method Detail |
|---|
@Deprecated public void pullUpdates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||