public interface LogSource
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getBytes(long fileOffset)
Fill the destination byte array with bytes.
|
java.nio.ByteBuffer |
getBytes(long fileOffset,
int numBytes)
Fill the destination byte array with the requested number of bytes.
|
void |
release()
We're done with this log source.
|
void release()
throws DatabaseException
DatabaseExceptionjava.nio.ByteBuffer getBytes(long fileOffset)
throws DatabaseException,
java.io.IOException
DatabaseExceptionjava.io.IOExceptionjava.nio.ByteBuffer getBytes(long fileOffset,
int numBytes)
throws DatabaseException,
java.io.IOException
DatabaseExceptionjava.io.IOExceptionCopyright (c) 2004,2008 Oracle. All rights reserved.