public interface LogSource
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBytes(long fileOffset)
Fill the destination byte array with bytes.
|
ByteBuffer |
getBytes(long fileOffset,
int numBytes)
Fill the destination byte array with the requested number of bytes.
|
int |
getLogVersion()
Returns the log version of the log entries from this source.
|
void |
release()
We're done with this log source.
|
void release()
throws DatabaseException
DatabaseExceptionByteBuffer getBytes(long fileOffset) throws DatabaseException
DatabaseExceptionByteBuffer getBytes(long fileOffset, int numBytes) throws DatabaseException
DatabaseExceptionint getLogVersion()
Copyright © 2024. All rights reserved.