org.neo4j.kernel.impl.transaction.xaframework
Class DefaultLogBufferFactory
java.lang.Object
org.neo4j.kernel.impl.transaction.xaframework.DefaultLogBufferFactory
- All Implemented Interfaces:
- LogBufferFactory
public class DefaultLogBufferFactory
- extends Object
- implements LogBufferFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLogBufferFactory
public DefaultLogBufferFactory()
create
public LogBuffer create(FileChannel fileChannel)
throws IOException
- Specified by:
create in interface LogBufferFactory
- Throws:
IOException
combine
public FileChannel combine(FileChannel fileChannel,
LogBuffer logBuffer)
throws IOException
- Specified by:
combine in interface LogBufferFactory
- Throws:
IOException
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.