JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
O
R
S
T
W
A
alluxio.underfs.gcs
- package alluxio.underfs.gcs
C
close()
- Method in class alluxio.underfs.gcs.
GCSInputStream
close()
- Method in class alluxio.underfs.gcs.
GCSOutputStream
copyObject(String, String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
create(String, UnderFileSystemConfiguration)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystemFactory
createEmptyObject(String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
createInstance(AlluxioURI, UnderFileSystemConfiguration)
- Static method in class alluxio.underfs.gcs.
GCSUnderFileSystem
Constructs a new instance of
GCSUnderFileSystem
.
createObject(String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
D
deleteObject(String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
F
flush()
- Method in class alluxio.underfs.gcs.
GCSOutputStream
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
GCS FS
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
.
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.
getExistingDirectoryStatus(String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getFolderSuffix()
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getObjectListingChunk(String, boolean)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getObjectStatus(String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getPermissions()
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getRootKey()
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
getUnderFSType()
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
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
R
read()
- Method in class alluxio.underfs.gcs.
GCSInputStream
read(byte[])
- Method in class alluxio.underfs.gcs.
GCSInputStream
read(byte[], int, int)
- Method in class alluxio.underfs.gcs.
GCSInputStream
S
setMode(String, short)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
setOwner(String, String, String)
- Method in class alluxio.underfs.gcs.
GCSUnderFileSystem
skip(long)
- Method in class alluxio.underfs.gcs.
GCSInputStream
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(int)
- Method in class alluxio.underfs.gcs.
GCSOutputStream
write(byte[])
- Method in class alluxio.underfs.gcs.
GCSOutputStream
write(byte[], int, int)
- Method in class alluxio.underfs.gcs.
GCSOutputStream
A
C
D
F
G
O
R
S
T
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All Rights Reserved.