|
||||||||||
| 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.ha.AbstractHAGraphDatabase
public class AbstractHAGraphDatabase
TODO
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.neo4j.kernel.AbstractGraphDatabase |
|---|
org.neo4j.kernel.AbstractGraphDatabase.Configuration, org.neo4j.kernel.AbstractGraphDatabase.DefaultKernelData |
| Field Summary | |
|---|---|
protected Broker |
broker
|
| Fields inherited from class org.neo4j.kernel.AbstractGraphDatabase |
|---|
config, diagnosticsManager, extensions, fileSystem, guard, idGeneratorFactory, indexManager, indexProviders, indexStore, kernelEventHandlers, kernelPanicEventGenerator, lastCommittedTxIdSetter, life, lockManager, lockReleaser, logBufferFactory, logging, monitorGc, msgLog, neoDataSource, nodeAutoIndexer, nodeManager, params, persistenceManager, persistenceSource, propertyIndexManager, ragManager, recoveryVerifier, relationshipTypeCreator, relationshipTypeHolder, relAutoIndexer, storeDir, storeFactory, storeId, syncHook, transactionEventHandlers, txHook, txIdGenerator, txManager, xaDataSourceManager, xaFactory |
| Constructor Summary | |
|---|---|
AbstractHAGraphDatabase(String storeDir,
Map<String,String> params,
org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
HighlyAvailableGraphDatabase highlyAvailableGraphDatabase,
Broker broker,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.core.NodeProxy.NodeLookup nodeLookup,
org.neo4j.kernel.impl.core.RelationshipProxy.RelationshipLookups relationshipLookups,
Iterable<org.neo4j.graphdb.index.IndexProvider> indexProviders,
Iterable<org.neo4j.kernel.KernelExtension> kernelExtensions,
Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
org.neo4j.kernel.impl.core.Caches caches)
|
|
| Method Summary | |
|---|---|
protected org.neo4j.kernel.impl.core.Caches |
createCaches()
|
protected org.neo4j.kernel.KernelData |
createKernelData()
|
protected org.neo4j.kernel.impl.core.NodeProxy.NodeLookup |
createNodeLookup()
|
protected org.neo4j.kernel.impl.core.RelationshipProxy.RelationshipLookups |
createRelationshipLookups()
|
protected org.neo4j.kernel.logging.Logging |
createStringLogger()
|
HighlyAvailableGraphDatabase |
getHighlyAvailableGraphDatabase()
|
org.neo4j.kernel.impl.nioneo.store.StoreId |
getStoreId()
|
| Methods inherited from class org.neo4j.kernel.AbstractGraphDatabase |
|---|
beginTx, createFileSystemAbstraction, createIdGeneratorFactory, createLastCommittedTxIdSetter, createLockManager, createNode, createRecoveryVerifier, createRelationshipTypeCreator, createStoreFactory, createTxHook, createTxIdGenerator, equals, getAllNodes, getConfig, getDiagnosticsManager, getGuard, getIdGeneratorFactory, getKernelData, getKernelPanicGenerator, getLockManager, getLockReleaser, getManagementBean, getManagementBeans, getMessageLog, getNodeById, getNodeManager, getPersistenceSource, getReferenceNode, getRelationshipById, getRelationshipTypeHolder, getRelationshipTypes, getSingleManagementBean, getStoreDir, getTxManager, getXaDataSourceManager, hashCode, index, isEphemeral, registerKernelEventHandler, registerTransactionEventHandler, run, shutdown, toString, transactionRunning, tx, unregisterKernelEventHandler, unregisterTransactionEventHandler |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Broker broker
| Constructor Detail |
|---|
public AbstractHAGraphDatabase(String storeDir,
Map<String,String> params,
org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
HighlyAvailableGraphDatabase highlyAvailableGraphDatabase,
Broker broker,
org.neo4j.kernel.logging.Logging logging,
org.neo4j.kernel.impl.core.NodeProxy.NodeLookup nodeLookup,
org.neo4j.kernel.impl.core.RelationshipProxy.RelationshipLookups relationshipLookups,
Iterable<org.neo4j.graphdb.index.IndexProvider> indexProviders,
Iterable<org.neo4j.kernel.KernelExtension> kernelExtensions,
Iterable<org.neo4j.kernel.impl.cache.CacheProvider> cacheProviders,
org.neo4j.kernel.impl.core.Caches caches)
| Method Detail |
|---|
protected org.neo4j.kernel.KernelData createKernelData()
createKernelData in class org.neo4j.kernel.AbstractGraphDatabaseprotected org.neo4j.kernel.impl.core.NodeProxy.NodeLookup createNodeLookup()
createNodeLookup in class org.neo4j.kernel.AbstractGraphDatabaseprotected org.neo4j.kernel.impl.core.RelationshipProxy.RelationshipLookups createRelationshipLookups()
createRelationshipLookups in class org.neo4j.kernel.AbstractGraphDatabaseprotected org.neo4j.kernel.logging.Logging createStringLogger()
createStringLogger in class org.neo4j.kernel.AbstractGraphDatabasepublic HighlyAvailableGraphDatabase getHighlyAvailableGraphDatabase()
public org.neo4j.kernel.impl.nioneo.store.StoreId getStoreId()
getStoreId in class org.neo4j.kernel.AbstractGraphDatabaseprotected org.neo4j.kernel.impl.core.Caches createCaches()
createCaches in class org.neo4j.kernel.AbstractGraphDatabase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||