| Package | Description |
|---|---|
| io.openmessaging.storage.dledger.store.file |
| Modifier and Type | Method and Description |
|---|---|
SelectMmapBufferResult |
MmapFileList.getData(long offset) |
SelectMmapBufferResult |
MmapFileList.getData(long offset,
int size) |
SelectMmapBufferResult |
MmapFile.selectMappedBuffer(int pos)
Selects a slice of the mapped byte buffer's sub-region behind the mapped file,
starting at the given position.
|
SelectMmapBufferResult |
DefaultMmapFile.selectMappedBuffer(int pos) |
SelectMmapBufferResult |
MmapFile.selectMappedBuffer(int pos,
int size)
Selects a slice of the mapped byte buffer's sub-region behind the mapped file,
starting at the given position.
|
SelectMmapBufferResult |
DefaultMmapFile.selectMappedBuffer(int pos,
int size) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SelectMmapBufferResult.release(SelectMmapBufferResult sbr) |
Copyright © 2023. All rights reserved.