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

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.DefaultLogBufferFactory
All Implemented Interfaces:
LogBufferFactory

public class DefaultLogBufferFactory
extends Object
implements LogBufferFactory


Constructor Summary
DefaultLogBufferFactory()
           
 
Method Summary
 FileChannel combine(FileChannel fileChannel, LogBuffer logBuffer)
           
 LogBuffer create(FileChannel fileChannel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogBufferFactory

public DefaultLogBufferFactory()
Method Detail

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.