public class SlaveTxHook extends Object implements org.neo4j.kernel.impl.transaction.RemoteTxHook
| Constructor and Description |
|---|
SlaveTxHook(Master master,
HaXaDataSourceManager xaDsm,
TxHookModeSwitcher.RequestContextFactoryResolver contextFactory,
org.neo4j.kernel.impl.util.StringLogger log) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
freeIdsDuringRollback() |
void |
remotelyFinishTransaction(int eventIdentifier,
boolean success) |
void |
remotelyInitializeTransaction(int eventIdentifier,
org.neo4j.kernel.impl.core.TransactionState state) |
public SlaveTxHook(Master master, HaXaDataSourceManager xaDsm, TxHookModeSwitcher.RequestContextFactoryResolver contextFactory, org.neo4j.kernel.impl.util.StringLogger log)
public void remotelyInitializeTransaction(int eventIdentifier,
org.neo4j.kernel.impl.core.TransactionState state)
remotelyInitializeTransaction in interface org.neo4j.kernel.impl.transaction.RemoteTxHookpublic void remotelyFinishTransaction(int eventIdentifier,
boolean success)
remotelyFinishTransaction in interface org.neo4j.kernel.impl.transaction.RemoteTxHookpublic boolean freeIdsDuringRollback()
freeIdsDuringRollback in interface org.neo4j.kernel.impl.transaction.RemoteTxHookCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.