java.lang.Runnablepublic class AliyunOSSCopyFileTask
extends java.lang.Object
implements java.lang.Runnable
AliyunOSSFileSystem as an task that submitted
to the thread pool to accelerate the copy progress.
Each AliyunOSSCopyFileTask copies one file from src path to dst path| Modifier and Type | Field | Description |
|---|---|---|
static org.slf4j.Logger |
LOG |
| Constructor | Description |
|---|---|
AliyunOSSCopyFileTask(AliyunOSSFileSystemStore store,
java.lang.String srcKey,
long srcLen,
java.lang.String dstKey,
AliyunOSSCopyFileContext copyFileContext) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
public AliyunOSSCopyFileTask(AliyunOSSFileSystemStore store, java.lang.String srcKey, long srcLen, java.lang.String dstKey, AliyunOSSCopyFileContext copyFileContext)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.