| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.jraft.storage.snapshot.remote |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
RemoteFileCopier.copy2IoBuffer(String source,
ByteBufferCollector destBuf,
CopyOptions opt)
Copy `source` from remote to buffer.
|
boolean |
RemoteFileCopier.copyToFile(String source,
String destPath,
CopyOptions opts)
Copy `source` from remote to local dest.
|
void |
CopySession.setCopyOptions(CopyOptions copyOptions) |
Session |
RemoteFileCopier.startCopy2IoBuffer(String source,
ByteBufferCollector destBuf,
CopyOptions opts) |
Session |
RemoteFileCopier.startCopyToFile(String source,
String destPath,
CopyOptions opts) |
Copyright © 2021. All rights reserved.