| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.storage.io | |
| com.alipay.sofa.jraft.storage.snapshot.local |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
FileReader.readFile(ByteBufferCollector buf,
String fileName,
long offset,
long maxCount)
Read file into buf starts from offset at most maxCount.
|
int |
LocalDirReader.readFile(ByteBufferCollector buf,
String fileName,
long offset,
long maxCount) |
protected int |
LocalDirReader.readFileWithMeta(ByteBufferCollector buf,
String fileName,
com.google.protobuf.Message fileMeta,
long offset,
long maxCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
SnapshotFileReader.readFile(ByteBufferCollector metaBufferCollector,
String fileName,
long offset,
long maxCount) |
Copyright © 2021. All rights reserved.