| Package | Description |
|---|---|
| com.alipay.sofa.jraft.storage.io | |
| com.alipay.sofa.jraft.storage.snapshot.local |
| Modifier and Type | Method and Description |
|---|---|
int |
LocalDirReader.readFile(ByteBufferCollector buf,
String fileName,
long offset,
long maxCount) |
int |
FileReader.readFile(ByteBufferCollector buf,
String fileName,
long offset,
long maxCount)
Read file into buf starts from offset at most maxCount.
|
protected int |
LocalDirReader.readFileWithMeta(ByteBufferCollector buf,
String fileName,
com.google.protobuf.Message fileMeta,
long offset,
long maxCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
SnapshotFileReader.readFile(ByteBufferCollector metaBufferCollector,
String fileName,
long offset,
long maxCount) |
Copyright © 2024. All rights reserved.