| Package | Description |
|---|---|
| com.alipay.sofa.jraft.storage.snapshot.remote |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All rights reserved.