Package | Description |
---|---|
alluxio.underfs | |
alluxio.underfs.cos | |
alluxio.underfs.gcs | |
alluxio.underfs.gcs.v2 | |
alluxio.underfs.hdfs | |
alluxio.underfs.obs | |
alluxio.underfs.oss | |
alluxio.underfs.s3a |
Modifier and Type | Class and Description |
---|---|
class |
AtomicFileOutputStream
A
AtomicFileOutputStream writes to a temporary file and renames on close. |
class |
ObjectLowLevelOutputStream
[Experimental] A stream for writing a file into object storage using streaming upload.
|
Modifier and Type | Class and Description |
---|---|
class |
COSOutputStream
A stream for writing a file into COS.
|
Modifier and Type | Class and Description |
---|---|
class |
GCSOutputStream
A stream for writing a file into GCS.
|
Modifier and Type | Class and Description |
---|---|
class |
GCSV2OutputStream
A stream for writing a file into GCS using Google cloud API (GCS output stream version 2).
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsUnderFileOutputStream
Output stream implementation for
HdfsUnderFileSystem . |
Modifier and Type | Class and Description |
---|---|
class |
OBSLowLevelOutputStream
ObjectLowLevelOutputStream implement for OBS. |
class |
OBSOutputStream
A stream for writing a file into OBS.
|
Modifier and Type | Class and Description |
---|---|
class |
OSSLowLevelOutputStream
ObjectLowLevelOutputStream implement for OSS. |
class |
OSSOutputStream
A stream for writing a file into OSS.
|
Modifier and Type | Class and Description |
---|---|
class |
S3ALowLevelOutputStream
Object storage low output stream for aws s3.
|
class |
S3AOutputStream
A stream for writing a file into S3.
|
Copyright © 2023. All Rights Reserved.