| 接口 | 说明 |
|---|---|
| Ks3FileSystemStore.EngineSender | |
| RetryHandler.Processor<T> | |
| Utils.RecordRunnable |
| 类 | 说明 |
|---|---|
| Constants | |
| ExceptionHandler | |
| Ks3AuthorizationProvider | |
| Ks3BlockBuffer | |
| Ks3FileStatus | |
| Ks3FileSystem |
Ks3FileSystem: Hadoop File System Ks3 Implementation
KS3 URI Format ks3://[AccessKey]:[AccessSecret]@[Bucket]/[objectKey]
About folder structure:
using object key a/b.txt to represent a file within folder
There will not having fake object to represent folder if the folder is not empty;
but if a folder is empty, then will have a empty object to represent the folder, i.e.
|
| Ks3FileSystemStore | |
| Ks3InputStream |
Ks3InputStream a wrapper for ks3 file input stream
|
| Ks3OutputStream | |
| ListObjectsResult | |
| RetryHandler | |
| Utils |
Copyright © 2022. All rights reserved.