org.neo4j.kernel.impl.transaction.xaframework
Interface LogBufferFactory

All Known Implementing Classes:
DefaultLogBufferFactory

public interface LogBufferFactory


Method Summary
 FileChannel combine(FileChannel fileChannel, LogBuffer logBuffer)
           
 LogBuffer create(FileChannel fileChannel)
           
 

Method Detail

create

LogBuffer create(FileChannel fileChannel)
                 throws IOException
Throws:
IOException

combine

FileChannel combine(FileChannel fileChannel,
                    LogBuffer logBuffer)
                    throws IOException
Throws:
IOException


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