Uses of Class
com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
-
Packages that use GoogleHadoopFileSystem Package Description com.google.cloud.hadoop.fs.gcs com.google.cloud.hadoop.fs.gcs.auth -
-
Uses of GoogleHadoopFileSystem in com.google.cloud.hadoop.fs.gcs
Constructors in com.google.cloud.hadoop.fs.gcs with parameters of type GoogleHadoopFileSystem Constructor Description GoogleHadoopFS(GoogleHadoopFileSystem ghfs, URI uri, org.apache.hadoop.conf.Configuration conf) -
Uses of GoogleHadoopFileSystem in com.google.cloud.hadoop.fs.gcs.auth
Methods in com.google.cloud.hadoop.fs.gcs.auth that return GoogleHadoopFileSystem Modifier and Type Method Description GoogleHadoopFileSystemAbstractDelegationTokenBinding. getFileSystem()Returns the bound file systemMethods in com.google.cloud.hadoop.fs.gcs.auth with parameters of type GoogleHadoopFileSystem Modifier and Type Method Description voidAbstractDelegationTokenBinding. bindToFileSystem(GoogleHadoopFileSystem fileSystem, org.apache.hadoop.io.Text service)Bind to the filesystem.voidGcsDelegationTokens. bindToFileSystem(GoogleHadoopFileSystem fileSystem, org.apache.hadoop.io.Text service)Bind to the filesystem.
-