| 程序包 | 说明 |
|---|---|
| io.openmessaging.storage.dledger.store.file |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
SelectMmapBufferResult.release(SelectMmapBufferResult sbr) |
Copyright © 2020. All Rights Reserved.