| 限定符和类型 | 方法和说明 |
|---|---|
SnapshotReader |
copyFrom(String uri,
SnapshotCopierOptions opts)
Copy data from remote uri.
|
SnapshotWriter |
create()
Create a snapshot writer.
|
SnapshotReader |
open()
Open a snapshot reader.
|
boolean |
setFilterBeforeCopyRemote()
Set filterBeforeCopyRemote to be true.When true,
it will filter the data before copy to remote.
|
void |
setSnapshotThrottle(SnapshotThrottle snapshotThrottle)
Configure a SnapshotThrottle.
|
SnapshotCopier |
startToCopyFrom(String uri,
SnapshotCopierOptions opts)
Starts a copy job to copy data from remote uri.
|
boolean setFilterBeforeCopyRemote()
SnapshotWriter create()
SnapshotReader open()
SnapshotReader copyFrom(String uri, SnapshotCopierOptions opts)
uri - remote uriopts - copy optionsSnapshotCopier startToCopyFrom(String uri, SnapshotCopierOptions opts)
uri - remote uriopts - copy optionsvoid setSnapshotThrottle(SnapshotThrottle snapshotThrottle)
snapshotThrottle - throttle of snapshotCopyright © 2021. All rights reserved.