org.jboss.messaging.core.journal.impl
Class AIOSequentialFileFactory
java.lang.Object
org.jboss.messaging.core.journal.impl.AbstractSequentialFactory
org.jboss.messaging.core.journal.impl.AIOSequentialFileFactory
- All Implemented Interfaces:
- SequentialFileFactory
public class AIOSequentialFileFactory
- extends AbstractSequentialFactory
A AIOSequentialFileFactory
- Author:
- clebert.suconic@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AIOSequentialFileFactory
public AIOSequentialFileFactory(java.lang.String journalDir)
createSequentialFile
public SequentialFile createSequentialFile(java.lang.String fileName,
int maxIO,
long timeout)
throws java.lang.Exception
- Throws:
java.lang.Exception
isSupportsCallbacks
public boolean isSupportsCallbacks()
isSupported
public static boolean isSupported()
newBuffer
public java.nio.ByteBuffer newBuffer(int size)
wrapBuffer
public java.nio.ByteBuffer wrapBuffer(byte[] bytes)
Copyright © 2006 JBoss Inc. All Rights Reserved.