|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XaCommandFactory | |
|---|---|
| org.neo4j.index.impl.lucene | An indexing implementation using Apache Lucene as backend. |
| org.neo4j.kernel.impl.transaction.xaframework | |
| org.neo4j.kernel.impl.util | |
| Uses of XaCommandFactory in org.neo4j.index.impl.lucene |
|---|
| Methods in org.neo4j.index.impl.lucene that return XaCommandFactory | |
|---|---|
protected XaCommandFactory |
DumpLogicalLog.instantiateCommandFactory()
|
| Uses of XaCommandFactory in org.neo4j.kernel.impl.transaction.xaframework |
|---|
| Methods in org.neo4j.kernel.impl.transaction.xaframework that return XaCommandFactory | |
|---|---|
XaCommandFactory |
XaContainer.getCommandFactory()
|
| Methods in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaCommandFactory | |
|---|---|
static XaContainer |
XaContainer.create(XaDataSource dataSource,
String logicalLog,
XaCommandFactory cf,
XaTransactionFactory tf,
List<Pair<TransactionInterceptorProvider,Object>> providers,
Map<Object,Object> config)
Creates a XaContainer. |
static LogEntry |
LogIoUtils.readEntry(ByteBuffer buffer,
ReadableByteChannel channel,
XaCommandFactory cf)
|
static LogEntry |
LogIoUtils.readLogEntry(ByteBuffer buffer,
ReadableByteChannel channel,
XaCommandFactory cf)
|
| Constructors in org.neo4j.kernel.impl.transaction.xaframework with parameters of type XaCommandFactory | |
|---|---|
LogExtractor(LogExtractor.LogPositionCache cache,
LogExtractor.LogLoader logLoader,
XaCommandFactory commandFactory,
long startTxId,
long endTxIdHint)
|
|
| Uses of XaCommandFactory in org.neo4j.kernel.impl.util |
|---|
| Methods in org.neo4j.kernel.impl.util that return XaCommandFactory | |
|---|---|
protected XaCommandFactory |
DumpLogicalLog.instantiateCommandFactory()
|
| Methods in org.neo4j.kernel.impl.util with parameters of type XaCommandFactory | |
|---|---|
protected boolean |
DumpLogicalLog.readAndPrintEntry(FileChannel fileChannel,
ByteBuffer buffer,
XaCommandFactory cf)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||