A C D F G O R S T W 
All Classes All Packages

A

alluxio.underfs.gcs - package alluxio.underfs.gcs
 
alluxio.underfs.gcs.v2 - package alluxio.underfs.gcs.v2
 

C

close() - Method in class alluxio.underfs.gcs.GCSInputStream
 
close() - Method in class alluxio.underfs.gcs.GCSOutputStream
 
close() - Method in class alluxio.underfs.gcs.v2.GCSV2InputStream
 
close() - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 
copyObject(String, String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
copyObject(String, String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
create(String, UnderFileSystemConfiguration) - Method in class alluxio.underfs.gcs.GCSUnderFileSystemFactory
 
createEmptyObject(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
createEmptyObject(String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
createInstance(AlluxioURI, UnderFileSystemConfiguration) - Static method in class alluxio.underfs.gcs.GCSUnderFileSystem
Constructs a new instance of GCSUnderFileSystem.
createInstance(AlluxioURI, UnderFileSystemConfiguration) - Static method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
Constructs a new instance of GCSV2UnderFileSystem.
createObject(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
createObject(String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 

D

deleteObject(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
deleteObject(String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 

F

flush() - Method in class alluxio.underfs.gcs.GCSOutputStream
 
flush() - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 

G

GCSInputStream - Class in alluxio.underfs.gcs
A stream for reading a file from GCS.
GCSOutputStream - Class in alluxio.underfs.gcs
A stream for writing a file into GCS.
GCSOutputStream(String, String, GoogleStorageService, List<String>) - Constructor for class alluxio.underfs.gcs.GCSOutputStream
Constructs a new stream for writing a file.
GCSUnderFileSystem - Class in alluxio.underfs.gcs
Google Cloud Storage UnderFileSystem implementation based on the jets3t library.
GCSUnderFileSystem(AlluxioURI, GoogleStorageService, String, UnderFileSystemConfiguration) - Constructor for class alluxio.underfs.gcs.GCSUnderFileSystem
Constructor for GCSUnderFileSystem.
GCSUnderFileSystemFactory - Class in alluxio.underfs.gcs
Factory for creating GCSUnderFileSystem or GCSV2UnderFileSystem based on the PropertyKey.UNDERFS_GCS_VERSION.
GCSUnderFileSystemFactory() - Constructor for class alluxio.underfs.gcs.GCSUnderFileSystemFactory
Constructs a new GCSUnderFileSystemFactory.
GCSUtils - Class in alluxio.underfs.gcs
Util functions for GCS under file system.
GCSV2InputStream - Class in alluxio.underfs.gcs.v2
A stream for reading a file from GCS using Google cloud API (GCS input stream version 2).
GCSV2OutputStream - Class in alluxio.underfs.gcs.v2
A stream for writing a file into GCS using Google cloud API (GCS output stream version 2).
GCSV2OutputStream(String, String, Storage) - Constructor for class alluxio.underfs.gcs.v2.GCSV2OutputStream
Constructs a new stream for writing a file.
GCSV2UnderFileSystem - Class in alluxio.underfs.gcs.v2
GCS FS UnderFileSystem implementation based on the Google cloud storage library.
GCSV2UnderFileSystem(AlluxioURI, Storage, String, UnderFileSystemConfiguration) - Constructor for class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
Constructor for GCSV2UnderFileSystem.
getContentHash() - Method in class alluxio.underfs.gcs.GCSOutputStream
 
getContentHash() - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 
getExistingDirectoryStatus(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getFolderSuffix() - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getFolderSuffix() - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
getObjectListingChunk(String, boolean) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getObjectListingChunk(String, boolean) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
getObjectStatus(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getObjectStatus(String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
getPermissions() - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getPermissions() - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
getRootKey() - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getRootKey() - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
getUnderFSType() - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
getUnderFSType() - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 

O

openExistingFile(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
openExistingFile(String, OpenOptions) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
openObject(String, OpenOptions, RetryPolicy) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
openObject(String, OpenOptions, RetryPolicy) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
openPositionRead(String, long) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
openPositionRead(String, long) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 

R

read() - Method in class alluxio.underfs.gcs.GCSInputStream
 
read() - Method in class alluxio.underfs.gcs.v2.GCSV2InputStream
 
read(byte[]) - Method in class alluxio.underfs.gcs.GCSInputStream
 
read(byte[]) - Method in class alluxio.underfs.gcs.v2.GCSV2InputStream
 
read(byte[], int, int) - Method in class alluxio.underfs.gcs.GCSInputStream
 
read(byte[], int, int) - Method in class alluxio.underfs.gcs.v2.GCSV2InputStream
 

S

setMode(String, short) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
setMode(String, short) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
setOwner(String, String, String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystem
 
setOwner(String, String, String) - Method in class alluxio.underfs.gcs.v2.GCSV2UnderFileSystem
 
skip(long) - Method in class alluxio.underfs.gcs.GCSInputStream
This method leverages the ability to open a stream from GCS from a given offset.
skip(long) - Method in class alluxio.underfs.gcs.v2.GCSV2InputStream
This method leverages the ability to open a stream from GCS from a given offset.
supportsPath(String) - Method in class alluxio.underfs.gcs.GCSUnderFileSystemFactory
 

T

translateBucketAcl(GSAccessControlList, String) - Static method in class alluxio.underfs.gcs.GCSUtils
Translates GCS bucket owner ACL to Alluxio owner mode.

W

write(byte[]) - Method in class alluxio.underfs.gcs.GCSOutputStream
 
write(byte[]) - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 
write(byte[], int, int) - Method in class alluxio.underfs.gcs.GCSOutputStream
 
write(byte[], int, int) - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 
write(int) - Method in class alluxio.underfs.gcs.GCSOutputStream
 
write(int) - Method in class alluxio.underfs.gcs.v2.GCSV2OutputStream
 
A C D F G O R S T W 
All Classes All Packages