public class CopyAction extends Conveyor implements ActionSource
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
CopyAction.Sink |
| 限定符和类型 | 字段和说明 |
|---|---|
CopyAction.Sink |
sink |
engineStarted, exceptionAtomicReference| 构造器和说明 |
|---|
CopyAction(Ks3FileSystemStore store) |
CopyAction(Ks3FileSystemStore store,
AtomicReference<Exception> exceptionAtomicReference) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
initCopyEngine() |
static void |
sendCopyParts(MultiActionEngine engine,
int blockSize,
long contentLength,
String srcKey,
String dstKey,
String uploadId) |
void |
shutdown() |
MultiActionEngine |
source() |
void |
startEnginesWithoutCheckStarted() |
getExceptionAtomicReference, startEnginesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdownAllpublic CopyAction.Sink sink
public CopyAction(Ks3FileSystemStore store)
public CopyAction(Ks3FileSystemStore store, AtomicReference<Exception> exceptionAtomicReference)
public void startEnginesWithoutCheckStarted()
startEnginesWithoutCheckStarted 在类中 Conveyorpublic void shutdown()
shutdown 在接口中 EngineShutterpublic MultiActionEngine source()
source 在接口中 ActionSourcepublic void initCopyEngine()
public static void sendCopyParts(MultiActionEngine engine, int blockSize, long contentLength, String srcKey, String dstKey, String uploadId)
Copyright © 2022. All rights reserved.