public class MultiPathMmapFileList extends MmapFileList
BLANK_MAGIC_CODE, MIN_BLANK_LEN| 构造器和说明 |
|---|
MultiPathMmapFileList(DLedgerConfig config,
int mappedFileSize,
java.util.function.Supplier<java.util.Set<java.lang.String>> fullStorePathsSupplier) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy() |
boolean |
load() |
protected MmapFile |
tryCreateMappedFile(long createOffset) |
append, append, append, append, checkSelf, commit, deleteExpiredFileByOffset, deleteExpiredFileByTime, deleteLastMappedFile, doCreateMappedFile, doLoad, findMappedFileByOffset, findMappedFileByOffset, flush, getCommittedWhere, getData, getData, getFirstMappedFile, getFlushedWhere, getLastMappedFile, getLastMappedFile, getLastMappedFile, getMappedFileByTime, getMappedFiles, getMappedFileSize, getMappedMemorySize, getMaxReadPosition, getMaxWrotePosition, getMinOffset, getStoreTimestamp, preAppend, preAppend, rebuildWithPos, remainHowManyDataToCommit, remainHowManyDataToFlush, resetOffset, retryDeleteFirstFile, setCommittedWhere, setFlushedWhere, shutdown, truncateOffset, updateWherePositionpublic MultiPathMmapFileList(DLedgerConfig config, int mappedFileSize, java.util.function.Supplier<java.util.Set<java.lang.String>> fullStorePathsSupplier)
public boolean load()
load 在类中 MmapFileListprotected MmapFile tryCreateMappedFile(long createOffset)
tryCreateMappedFile 在类中 MmapFileListpublic void destroy()
destroy 在类中 MmapFileListCopyright © 2022. All Rights Reserved.