| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.snapshot.local | |
| com.alipay.sofa.jraft.storage.snapshot.remote |
| 限定符和类型 | 方法和说明 |
|---|---|
SnapshotReader |
SnapshotStorage.copyFrom(String uri,
SnapshotCopierOptions opts)
Copy data from remote uri.
|
SnapshotCopier |
SnapshotStorage.startToCopyFrom(String uri,
SnapshotCopierOptions opts)
Starts a copy job to copy data from remote uri.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SnapshotReader |
LocalSnapshotStorage.copyFrom(String uri,
SnapshotCopierOptions opts) |
boolean |
LocalSnapshotCopier.init(String uri,
SnapshotCopierOptions opts) |
SnapshotCopier |
LocalSnapshotStorage.startToCopyFrom(String uri,
SnapshotCopierOptions opts) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
RemoteFileCopier.init(String uri,
SnapshotThrottle snapshotThrottle,
SnapshotCopierOptions opts) |
Copyright © 2021. All rights reserved.