org.neo4j.kernel.impl.transaction.xaframework
Class InterceptingXaLogicalLog

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
      extended by org.neo4j.kernel.impl.transaction.xaframework.InterceptingXaLogicalLog
All Implemented Interfaces:
LogExtractor.LogLoader

public class InterceptingXaLogicalLog
extends XaLogicalLog


Nested Class Summary
 
Nested classes/interfaces inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
XaLogicalLog.LogDeserializer
 
Field Summary
 
Fields inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
MASTER_ID_REPRESENTING_NO_MASTER
 
Method Summary
protected  XaLogicalLog.LogDeserializer getLogDeserializer(ReadableByteChannel byteChannel)
           
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog
applyTransaction, applyTransactionWithoutTxId, close, commitOnePhase, commitTwoPhase, deleteLogicalLog, done, getBaseFileName, getCurrentTxIdentifier, getFileName, getHighestHistoryLogVersion, getHighestLogVersion, getHistoryFileNamePattern, getHistoryFileNamePattern, getHistoryLogVersion, getLogExtractor, getLogicalLog, getLogicalLog, getLogicalLogLength, getLogicalLogOrMyselfCommitted, getLogicalLogTargetSize, getMasterForCommittedTransaction, getPreparedTransaction, getPreparedTransaction, hasLogicalLog, isLogsAutoRotated, isLogsKept, prepare, rotate, scanIsComplete, setAutoRotateLogs, setKeepLogs, setLogicalLogTargetSize, start, wasNonClean, writeCommand, writeStartEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogDeserializer

protected XaLogicalLog.LogDeserializer getLogDeserializer(ReadableByteChannel byteChannel)
Overrides:
getLogDeserializer in class XaLogicalLog


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