Uses of Class
org.neo4j.kernel.KernelData

Packages that use KernelData
org.neo4j.backup   
org.neo4j.ext.udc.impl   
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.jmx.impl   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.management Advanced management support using JMX. 
org.neo4j.management.impl   
 

Uses of KernelData in org.neo4j.backup
 

Methods in org.neo4j.backup with parameters of type KernelData
protected  org.neo4j.backup.BackupServer OnlineBackupExtension.load(KernelData kernel)
           
protected  void OnlineBackupExtension.loadConfiguration(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.ext.udc.impl
 

Methods in org.neo4j.ext.udc.impl with parameters of type KernelData
protected  UdcTimerTask UdcExtensionImpl.load(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index with parameters of type KernelData
abstract  IndexImplementation IndexProvider.load(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.index.lucene
 

Methods in org.neo4j.index.lucene with parameters of type KernelData
 IndexImplementation LuceneIndexProvider.load(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.jmx.impl
 

Methods in org.neo4j.jmx.impl that return KernelData
 KernelData ManagementData.getKernelData()
           
 

Methods in org.neo4j.jmx.impl with parameters of type KernelData
 JMXServiceURL JmxExtension.getConnectionURL(KernelData kernel)
           
protected  JMXServiceURL ManagementSupport.getJMXServiceURL(KernelData kernel)
          Get the URI to which connections can be made to the MBeanServer of this JVM.
static NeoStoreXaDataSource KernelBean.getNeoDataSource(KernelData kernel)
           
protected  JmxExtension.JmxData JmxExtension.load(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type KernelData
protected  S KernelExtension.agentLoad(KernelData kernel, Object param)
           
protected  void KernelExtension.agentVisit(KernelData kernel, S state, Object param)
           
protected  S KernelExtension.getState(KernelData kernel)
           
protected  boolean KernelExtension.isLoaded(KernelData kernel)
           
protected abstract  S KernelExtension.load(KernelData kernel)
          Load this extension for a particular Neo4j Kernel.
protected  void KernelExtension.loadAgent(KernelData kernel, Object param)
           
protected  void KernelExtension.loadConfiguration(KernelData kernel)
          Takes place before any data sources has been registered and is there to let extensions affect the configuration of other things starting up.
 

Uses of KernelData in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha with parameters of type KernelData
 void Broker.setConnectionInformation(KernelData kernel)
           
 void AbstractBroker.setConnectionInformation(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.kernel.ha.zookeeper
 

Methods in org.neo4j.kernel.ha.zookeeper with parameters of type KernelData
 void ZooKeeperBroker.setConnectionInformation(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.management
 

Methods in org.neo4j.management with parameters of type KernelData
static JMXServiceURL Neo4jManager.getConnectionURL(KernelData kernel)
           
 

Uses of KernelData in org.neo4j.management.impl
 

Methods in org.neo4j.management.impl with parameters of type KernelData
protected  JMXServiceURL HotspotManagementSupport.getJMXServiceURL(KernelData kernel)
           
 



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