Uses of Class
org.neo4j.kernel.impl.transaction.xaframework.XaDataSource

Packages that use XaDataSource
org.neo4j.backup.log   
org.neo4j.com   
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.kernel.ha   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
org.neo4j.kernel.impl.transaction   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of XaDataSource in org.neo4j.backup.log
 

Methods in org.neo4j.backup.log with parameters of type XaDataSource
 org.neo4j.backup.log.VerifyingTransactionInterceptor VerifyingTransactionInterceptorProvider.create(TransactionInterceptor next, XaDataSource ds, Object options)
           
 org.neo4j.backup.log.VerifyingTransactionInterceptor InconsistencyLoggingTransactionInterceptorProvider.create(TransactionInterceptor next, XaDataSource ds, Object options)
           
 org.neo4j.backup.log.VerifyingTransactionInterceptor VerifyingTransactionInterceptorProvider.create(XaDataSource ds, Object options)
           
 org.neo4j.backup.log.VerifyingTransactionInterceptor InconsistencyLoggingTransactionInterceptorProvider.create(XaDataSource ds, Object options)
           
 

Uses of XaDataSource in org.neo4j.com
 

Methods in org.neo4j.com with parameters of type XaDataSource
 void MasterUtil.TxHandler.accept(Triplet<String,Long,TxExtractor> tx, XaDataSource dataSource)
           
 

Uses of XaDataSource in org.neo4j.index.impl.lucene
 

Subclasses of XaDataSource in org.neo4j.index.impl.lucene
 class LuceneDataSource
          An XaDataSource optimized for the LuceneIndexImplementation.
 

Uses of XaDataSource in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha with parameters of type XaDataSource
 long SlaveTxIdGenerator.generate(XaDataSource dataSource, int identifier)
           
 long MasterTxIdGenerator.generate(XaDataSource dataSource, int identifier)
           
 

Uses of XaDataSource in org.neo4j.kernel.impl.nioneo.xa
 

Subclasses of XaDataSource in org.neo4j.kernel.impl.nioneo.xa
 class NeoStoreXaDataSource
          A NeoStoreXaDataSource is a factory for NeoStoreXaConnections.
 

Methods in org.neo4j.kernel.impl.nioneo.xa that return XaDataSource
 XaDataSource NioNeoDbPersistenceSource.getXaDataSource()
           
 

Uses of XaDataSource in org.neo4j.kernel.impl.persistence
 

Methods in org.neo4j.kernel.impl.persistence that return XaDataSource
 XaDataSource PersistenceSource.getXaDataSource()
           
 

Uses of XaDataSource in org.neo4j.kernel.impl.transaction
 

Methods in org.neo4j.kernel.impl.transaction that return XaDataSource
 XaDataSource XaDataSourceManager.getXaDataSource(String name)
          Returns the XaDataSource registered as name.
 XaDataSource TxModule.registerDataSource(String dsName, String className, byte[] resourceId, Map<?,?> params)
          Use this method to add data source that can participate in transactions if you don't want a data source configuration file.
 XaDataSource TxModule.registerDataSource(String dsName, String className, byte[] resourceId, Map<?,?> params, boolean useExisting)
           
 

Methods in org.neo4j.kernel.impl.transaction that return types with arguments of type XaDataSource
 Collection<XaDataSource> XaDataSourceManager.getAllRegisteredDataSources()
           
 

Methods in org.neo4j.kernel.impl.transaction with parameters of type XaDataSource
 void XaDataSourceManager.registerDataSource(String name, XaDataSource dataSource, byte[] branchId)
          Public for testing purpose.
 

Uses of XaDataSource in org.neo4j.kernel.impl.transaction.xaframework
 

Subclasses of XaDataSource in org.neo4j.kernel.impl.transaction.xaframework
 class LogBackedXaDataSource
           
 

Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaDataSource
abstract  TransactionInterceptor TransactionInterceptorProvider.create(TransactionInterceptor next, XaDataSource ds, Object options)
          Creates a TransactionInterceptor with the given datasource and options and the given TransactionInterceptor as the next in the chain.
abstract  TransactionInterceptor TransactionInterceptorProvider.create(XaDataSource ds, Object options)
          Creates a TransactionInterceptor with the given datasource and options.
static XaContainer XaContainer.create(XaDataSource dataSource, String logicalLog, XaCommandFactory cf, XaTransactionFactory tf, List<Pair<TransactionInterceptorProvider,Object>> providers, Map<Object,Object> config)
          Creates a XaContainer.
 long TxIdGenerator.generate(XaDataSource dataSource, int identifier)
           
static TransactionInterceptor TransactionInterceptorProvider.resolveChain(List<Pair<TransactionInterceptorProvider,Object>> providers, XaDataSource ds)
          A utility method that given some TransactionInterceptorProviders and their configuration objects returns a fully resolved chain of TransactionInterceptors - the return object is the first interceptor in the chain.
 



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