- mBucketName - Variable in class alluxio.underfs.s3a.S3AInputStream
-
Name of the bucket the object resides in.
- mClient - Variable in class alluxio.underfs.s3a.S3AInputStream
-
Client for operations with s3.
- mClient - Variable in class alluxio.underfs.s3a.S3ALowLevelOutputStream
-
The Amazon S3 client to interact with S3.
- mIn - Variable in class alluxio.underfs.s3a.S3AInputStream
-
The backing input stream from s3.
- mKey - Variable in class alluxio.underfs.s3a.S3AInputStream
-
The path of the object to read.
- mKey - Variable in class alluxio.underfs.s3a.S3ALowLevelOutputStream
-
Key of the file when it is uploaded to S3.
- mKey - Variable in class alluxio.underfs.s3a.S3AOutputStream
-
Key of the file when it is uploaded to S3.
- mManager - Variable in class alluxio.underfs.s3a.S3AOutputStream
-
A TransferManager to upload the file to S3 using Multipart Uploads.
- mPos - Variable in class alluxio.underfs.s3a.S3AInputStream
-
The current position of the stream.
- mRetryPolicy - Variable in class alluxio.underfs.s3a.S3AInputStream
-
Policy determining the retry behavior in case the key does not exist.