A B C D E F G H I L M N O P R S T V W 
All Classes All Packages

A

AbstractDelegationTokenBinding - Class in com.google.cloud.hadoop.fs.gcs.auth
Binds file system with service and access token provider
AbstractDelegationTokenBinding(String, Text) - Constructor for class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
 
AbstractDelegationTokenBinding(Text) - Constructor for class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
 
AbstractDelegationTokenBinding.TokenSecretManager - Class in com.google.cloud.hadoop.fs.gcs.auth
The secret manager always uses the same secret; the factory for new identifiers is that of the token manager.
ACTION_HTTP_DELETE_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_DELETE_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_GET_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_GET_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_HEAD_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
HTTP request counters
ACTION_HTTP_HEAD_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_PATCH_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_PATCH_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_POST_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_POST_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_PUT_REQUEST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
ACTION_HTTP_PUT_REQUEST_FAILURE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
addDelegationTokens(Configuration, Credentials, String, String) - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDtFetcher
Returns Token object via FileSystem, null if bad argument.
append(Path, int, Progressable) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Appends to an existing file (optional operation).

B

bindToAnyDelegationToken() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Attempt to bind to any existing DT, including unmarshalling its contents and creating the GCP credentials provider used to authenticate the client.
bindToDelegationToken(Token<DelegationTokenIdentifier>) - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Bind to a delegation token retrieved for this filesystem.
bindToFileSystem(GoogleHadoopFileSystem, Text) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Bind to the filesystem.
bindToFileSystem(GoogleHadoopFileSystem, Text) - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Bind to the filesystem.
bindToTokenIdentifier(DelegationTokenIdentifier) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Bind to the token identifier, returning the credentials providers to use for the owner to talk to GCP services.
BLOCK_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for default block size of a file.

C

checkPath(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
checkPath(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
Only accept valid AbstractFileSystem and GoogleHadoopFileSystem Paths.
close() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
 
close() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
com.google.cloud.hadoop.fs.gcs - package com.google.cloud.hadoop.fs.gcs
 
com.google.cloud.hadoop.fs.gcs.auth - package com.google.cloud.hadoop.fs.gcs.auth
 
completeLocalOutput(Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
concat(Path, Path[]) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Concat existing files into one file.
CONCURRENT - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
 
CONFIG_KEY_PREFIXES - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
 
convertTokenIdentifier(DelegationTokenIdentifier, Class<T>) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Verify that a token identifier is of a specific class.
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
copyToLocalFile(boolean, Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
counter(GhfsStatistic) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a counter in the registry.
counter(String, String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a counter in the registry.
CRC32C - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
createDelegationToken(String, DelegationTokenStatistics) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Create a delegation token for the user.
createEmptyIdentifier() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Create a new "empty" token identifier.
createIdentifier() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding.TokenSecretManager
 
createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
createPassword(DelegationTokenIdentifier) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding.TokenSecretManager
 
createTokenIdentifier() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Create a token identifier with all the information needed to be included in a delegation token.
createTokenIdentifier(Text) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Create a token identifier with all the information needed to be included in a delegation token.

D

DEFAULT - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
 
DELEGATION_TOKEN_BINDING_CLASS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for Delegation Token binding class.
DELEGATION_TOKENS_ISSUED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Delegation token operations
DelegationTokenIOException - Exception in com.google.cloud.hadoop.fs.gcs.auth
General IOException for Delegation Token issues.
DelegationTokenIOException(String) - Constructor for exception com.google.cloud.hadoop.fs.gcs.auth.DelegationTokenIOException
 
DelegationTokenIOException(String, Throwable) - Constructor for exception com.google.cloud.hadoop.fs.gcs.auth.DelegationTokenIOException
 
DelegationTokenStatistics - Interface in com.google.cloud.hadoop.fs.gcs
Statistics updated by a GcsDelegationTokens during its use.
delete(Path, boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
delete(Path, boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
deleteOnExit(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
deployUnbonded() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Perform any actions when deploying unbonded, and return a list of credentials providers.
deployUnbonded() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Perform the unbonded deployment operations.
DIRECTORIES_CREATED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
FileSystem-level statistics
DIRECTORIES_DELETED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
directoryCreated() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Indicate that GCS created a directory.
directoryDeleted() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Indicate that GCS just deleted a directory.
duration(GhfsStatistic) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Registering a duration adds the success and failure counters.

E

exists(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
extractIdentifier(Token<? extends DelegationTokenIdentifier>) - Static method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
From a token, get the session token identifier.

F

fileCreated() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Indicate that GCS created a file.
fileDeleted(int) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Indicate that GCS deleted one or more files.
FILES_CREATED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
FILES_DELETE_REJECTED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
FILES_DELETED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
FLAT - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
 
fromSymbol(String) - Static method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Get a statistic from a symbol.
FsBenchmark - Class in com.google.cloud.hadoop.fs.gcs
File system operations benchmark tool.

G

gauge(GhfsStatistic) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a gauge in the registry.
gauge(String, String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a gauge in the registry.
GCE_BUCKET_DELETE_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
If true, recursive delete on a path that refers to a GCS bucket itself ('/' for any bucket-rooted GoogleHadoopFileSystem) or delete on that path when it's empty will result in fully deleting the GCS bucket.
GCS_APPLICATION_NAME_SUFFIX - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for adding a suffix to the GHFS application name sent to GCS.
GCS_BATCH_THREADS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for a number of threads to execute batch requests.
GCS_CLIENT_TYPE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key to configure client to use for GCS access.
GCS_CONFIG_PREFIX - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
 
GCS_COPY_WITH_REWRITE_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling the use of Rewrite requests for copy operations.
GCS_CREATE_ITEMS_CONFLICT_CHECK_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling check to ensure that conflicting directories do not exist when creating files and conflicting files do not exist when creating directories.
GCS_ENCRYPTION_ALGORITHM - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the CSEK encryption algorithm.
GCS_ENCRYPTION_KEY - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the CSEK encryption key.
GCS_ENCRYPTION_KEY_HASH - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for sha256 hash of the CSEK encryption key.
GCS_FILE_CHECKSUM_TYPE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for which type of FileChecksum to return; if a particular file doesn't support the requested type, then getFileChecksum() will return null for that file.
GCS_GLOB_ALGORITHM - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for customizing glob search algorithm.
GCS_GRPC_CHECK_INTERVAL_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for check interval for gRPC request timeout to GCS.
GCS_GRPC_CHECKSUMS_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling checksum validation for the gRPC API.
GCS_GRPC_DIRECTPATH_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling use of directpath gRPC API for read/write.
GCS_GRPC_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling use of the gRPC API for read/write.
GCS_GRPC_READ_MESSAGE_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the message timeout for gRPC read requests to GCS.
GCS_GRPC_READ_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the connection timeout for gRPC read requests to GCS.
GCS_GRPC_READ_ZEROCOPY_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling the zero-copy deserializer for the gRPC API.
GCS_GRPC_SERVER_ADDRESS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the Cloud Storage gRPC server address.
GCS_GRPC_TRAFFICDIRECTOR_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling use of traffic director gRPC API for read/write.
GCS_GRPC_UPLOAD_BUFFERED_REQUESTS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the number of requests to be buffered for uploads to GCS.
GCS_GRPC_WRITE_MESSAGE_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the message timeout for gRPC write requests to GCS.
GCS_GRPC_WRITE_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the connect timeout for gRPC write requests to GCS.
GCS_HTTP_CONNECT_TIMEOUT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the connect timeout for HTTP request to GCS.
GCS_HTTP_HEADERS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the headers for HTTP request to GCS.
GCS_HTTP_MAX_RETRY - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the max number of retries for failed HTTP request to GCS.
GCS_INPUT_STREAM_FADVISE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Tunes reading objects behavior to optimize HTTP GET requests for various use cases.
GCS_INPUT_STREAM_FAST_FAIL_ON_NOT_FOUND_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
If true, on opening a file we will proactively perform a metadata GET to check whether the object exists, even though the underlying channel will not open a data stream until read() is actually called.
GCS_INPUT_STREAM_INPLACE_SEEK_LIMIT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
If forward seeks are within this many bytes of the current position, seeks are performed by reading and discarding bytes in-place rather than opening a new underlying stream.
GCS_INPUT_STREAM_MIN_RANGE_REQUEST_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Minimum size in bytes of the HTTP Range header set in GCS request when opening new stream to read an object.
GCS_INPUT_STREAM_SUPPORT_GZIP_ENCODING_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
If false, reading a file with GZIP content encoding (HTTP header "Content-Encoding: gzip") will result in failure (IOException is thrown).
GCS_LAZY_INITIALIZATION_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling lazy initialization of GCS FS instance.
GCS_MARKER_FILE_PATTERN - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for marker file pattern.
GCS_MAX_LIST_ITEMS_PER_CALL - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for number of items to return per call to the list* GCS RPCs.
GCS_MAX_REQUESTS_PER_BATCH - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for a max number of GCS RPCs in batch request.
GCS_MAX_WAIT_TIME_EMPTY_OBJECT_CREATE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for modifying the maximum amount of time to wait for empty object creation.
GCS_METRICS_SINK - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key to enable publishing metrics to Google cloud monitoring.
GCS_OUTPUT_STREAM_BUFFER_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for setting write buffer size.
GCS_OUTPUT_STREAM_DIRECT_UPLOAD_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling GCS direct upload.
GCS_OUTPUT_STREAM_PIPE_BUFFER_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for setting pipe buffer size.
GCS_OUTPUT_STREAM_PIPE_TYPE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for setting pipe type.
GCS_OUTPUT_STREAM_SYNC_MIN_INTERVAL - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the minimal time interval between consecutive sync/hsync/hflush calls.
GCS_OUTPUT_STREAM_UPLOAD_CACHE_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration for setting GCS upload cache size.
GCS_OUTPUT_STREAM_UPLOAD_CHUNK_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for setting GCS upload chunk size.
GCS_PERFORMANCE_CACHE_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for using a local item cache to supplement GCS API "getFile" results.
GCS_PERFORMANCE_CACHE_MAX_ENTRY_AGE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for maximum time a GoogleCloudStorageItemInfo will remain "valid" in the performance cache before it's invalidated.
GCS_PROJECT_ID - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for GCS project ID.
GCS_REPAIR_IMPLICIT_DIRECTORIES_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for enabling automatic repair of implicit directories whenever detected inside delete and rename calls.
GCS_REQUESTER_PAYS_BUCKETS - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for GCS Requester Pays Buckets.
GCS_REQUESTER_PAYS_MODE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for GCS project ID.
GCS_REQUESTER_PAYS_PROJECT_ID - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for GCS Requester Pays Project ID.
GCS_REWRITE_MAX_CHUNK_SIZE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for specifying max number of bytes rewritten in a single rewrite request when fs.gs.copy.with.rewrite.enable is set to 'true'.
GCS_ROOT_URL - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the Cloud Storage API endpoint root URL.
GCS_SERVICE_PATH - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for the Cloud Storage API endpoint service path.
GCS_STATUS_PARALLEL_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
If true, executes GCS requests in listStatus and getFileStatus methods in parallel to reduce latency.
GCS_TRACE_LOG_ENABLE - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key to enable logging of additional trace details.
GCS_WORKING_DIRECTORY - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Configuration key for initial working directory of a GHFS instance.
GcsDelegationTokens - Class in com.google.cloud.hadoop.fs.gcs.auth
Manages delegation tokens for files system
GcsDelegationTokens() - Constructor for class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
GcsDtFetcher - Class in com.google.cloud.hadoop.fs.gcs.auth
A DT fetcher for GCS.
GcsDtFetcher() - Constructor for class com.google.cloud.hadoop.fs.gcs.auth.GcsDtFetcher
 
getAccessTokenProvider() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
getAlgorithmName() - Method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
 
getBoundDT() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Get any bound DT.
getBoundOrNewDT(String) - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Get any bound DT or create a new one.
getByteLength() - Method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
 
getCanonicalServiceName() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
getContentSummary(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getDefaultBlockSize() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getDefaultPort() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
The default port is listed as -1 as an indication that ports are not used.
getDefaultReplication() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Gets the default replication factor.
getDelegationToken(String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getDescription() - Method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
The description of the Statistic
getDurationTrackerFactory() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Get the duration tracker factory.
getFileBlockLocations(Path, long, long) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getFileChecksum(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getFileChecksum(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getFileStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getFileStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getFileSystem() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
Returns the bound file system
getFsStatus() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getGcsFs() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Gets GCS FS instance.
getHomeDirectory() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Returns home directory of the current user.
getInstrumentation() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getIOStatistics() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Get the instance IO Statistics.
getIOStatistics() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Get the instrumentation's IOStatistics.
getKind() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
 
getMax(String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsStorageStatistics
To get the maximum value which is stored with MAXIMUM extension
getMean(String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsStorageStatistics
To get the mean value which is stored with MEAN extension
getMetrics(MetricsCollector, boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
 
getMetricsSystem() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Get the metrics system.
getMin(String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsStorageStatistics
To get the minimum value which is stored with MINIMUM extension
getRegistry() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Get the metrics registry.
getScheme() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getServerDefaults() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getService() - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
 
getService() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
getServiceName() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDtFetcher
Returns the service name for GCS, which is also a valid URL prefix.
getStorageStatistics() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Get the storage statistics of this filesystem.
getSymbol() - Method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
the name of the statistic
getType() - Method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
What type is this statistic?
getUri() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Returns a URI of the root of this FileSystem.
getUri() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
This is overridden to use GoogleHadoopFileSystem's URI, because AbstractFileSystem appends the default port to the authority.
getUriDefaultPort() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
getUsed() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getWorkingDirectory() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Gets the current working directory.
getXAttr(Path, String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getXAttrs(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
getXAttrs(Path, List<String>) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
GhfsInstrumentation - Class in com.google.cloud.hadoop.fs.gcs
Instrumentation of GCS.
GhfsInstrumentation(URI) - Constructor for class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Construct the instrumentation for a filesystem.
GhfsStatistic - Enum in com.google.cloud.hadoop.fs.gcs
Statistics which are collected in GCS.
GhfsStatisticInterface - Interface in com.google.cloud.hadoop.fs.gcs
Base Interface for GoogleHadoopFileSystem Statistics, as a way of managing Input Stream Statistics and Output Stream Statistics.
GhfsStatisticTypeEnum - Enum in com.google.cloud.hadoop.fs.gcs
Enum of statistic types.
GhfsStorageStatistics - Class in com.google.cloud.hadoop.fs.gcs
Storage statistics for GCS, dynamically generated from the IOStatistics.
GhfsStorageStatistics(IOStatistics) - Constructor for class com.google.cloud.hadoop.fs.gcs.GhfsStorageStatistics
Create the Storage Statistics instance from the IOStatistics
globStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Returns an array of FileStatus objects whose path names match pathPattern.
globStatus(Path, PathFilter) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
GoogleHadoopFileSystem - Class in com.google.cloud.hadoop.fs.gcs
GoogleHadoopFileSystem is rooted in a single bucket at initialization time; in this case, Hadoop paths no longer correspond directly to general GCS paths, and all Hadoop operations going through this FileSystem will never touch any GCS bucket other than the bucket on which this FileSystem is rooted.
GoogleHadoopFileSystem() - Constructor for class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Constructs an instance of GoogleHadoopFileSystem; the internal GoogleCloudStorageFileSystem will be set up with config settings when initialize() is called.
GoogleHadoopFileSystem.GcsFileChecksumType - Enum in com.google.cloud.hadoop.fs.gcs
Available GCS checksum types for use with GoogleHadoopFileSystemConfiguration.GCS_FILE_CHECKSUM_TYPE.
GoogleHadoopFileSystem.GlobAlgorithm - Enum in com.google.cloud.hadoop.fs.gcs
Available GCS glob algorithms for use with GoogleHadoopFileSystemConfiguration.GCS_GLOB_ALGORITHM.
GoogleHadoopFileSystemConfiguration - Class in com.google.cloud.hadoop.fs.gcs
This class provides a configuration for the GoogleHadoopFileSystem implementations.
GoogleHadoopFileSystemConfiguration() - Constructor for class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
 
GoogleHadoopFS - Class in com.google.cloud.hadoop.fs.gcs
GoogleHadoopFS provides a YARN compatible Abstract File System on top of Google Cloud Storage (GCS).
GoogleHadoopFS(GoogleHadoopFileSystem, URI, Configuration) - Constructor for class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
GoogleHadoopFS(URI, Configuration) - Constructor for class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 

H

HadoopConfigurationProperty<T> - Class in com.google.cloud.hadoop.fs.gcs
Hadoop configuration property for Google Cloud Storage Connector
HadoopConfigurationProperty(String) - Constructor for class com.google.cloud.hadoop.fs.gcs.HadoopConfigurationProperty
 
HadoopConfigurationProperty(String, T, String...) - Constructor for class com.google.cloud.hadoop.fs.gcs.HadoopConfigurationProperty
 
HadoopCredentialsConfiguration - Class in com.google.cloud.hadoop.fs.gcs
HadoopCredentialsConfiguration for Google Cloud Storage Connector
HadoopCredentialsConfiguration() - Constructor for class com.google.cloud.hadoop.fs.gcs.HadoopCredentialsConfiguration
 
hasPathCapability(Path, String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 

I

incrementCounter(GhfsStatistic, long) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Increments a mutable counter and the matching instance IOStatistics counter.
initialize(URI, Configuration) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
INVOCATION_COPY_FROM_LOCAL_FILE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_CREATE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_CREATE_NON_RECURSIVE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_DELETE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_EXISTS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_GET_DELEGATION_TOKEN - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_GET_FILE_CHECKSUM - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_GET_FILE_STATUS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_GLOB_STATUS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_HFLUSH - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_HSYNC - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_LIST_FILES - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_LIST_LOCATED_STATUS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_LIST_STATUS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_MKDIRS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_OP_XATTR_LIST - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_OPEN - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_RENAME - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_XATTR_GET_MAP - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
The XAttr API statistics
INVOCATION_XATTR_GET_NAMED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
INVOCATION_XATTR_GET_NAMED_MAP - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
isBoundToDT() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Predicate: is there a bound DT?
isTokenRequired() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDtFetcher
 
isValidName(String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
Follow HDFS conventions except allow for ':' in paths.

L

listLocatedStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
listStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
listStatus(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
listXAttrs(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
lookupMetric(String) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Look up a metric from both the registered set and the lighter weight stream entries.

M

main(String[]) - Static method in class com.google.cloud.hadoop.fs.gcs.FsBenchmark
 
makeQualified(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Overridden to make root its own parent.
MD5 - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
 
mkdir(Path, FsPermission, boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
mkdirs(Path, FsPermission) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 

N

NAME - Static variable in class com.google.cloud.hadoop.fs.gcs.GhfsStorageStatistics
"GhfsStorageStatistics" The key that stores all the registered metrics
newDelegationTokenStatistics() - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a delegation token statistics instance.
newInputStreamStatistics(FileSystem.Statistics) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a stream input statistics instance.
newOutputStreamStatistics(FileSystem.Statistics) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
Create a stream output statistics instance.
NONE - com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
 

O

open(Path, int) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
open(Path, int) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
openFileWithOptions(Path, OpenFileParameters) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
Initiate the open operation.

P

PERMISSIONS_TO_REPORT - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystemConfiguration
Key for the permissions that we report a file or directory to have.
processDeleteOnExit() - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 

R

removeXAttr(Path, String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
rename(Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
renameInternal(Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
retrievePassword(DelegationTokenIdentifier) - Method in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding.TokenSecretManager
 
run(String[]) - Method in class com.google.cloud.hadoop.fs.gcs.FsBenchmark
 

S

SCHEME - Static variable in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
URI scheme for GoogleHadoopFileSystem
secretManager - Variable in class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding
 
selectTokenFromFsOwner() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
Find a token for the FS user and service name.
serviceInit(Configuration) - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
serviceStart() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
serviceStop() - Method in class com.google.cloud.hadoop.fs.gcs.auth.GcsDelegationTokens
 
setOwner(Path, String, String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
setOwner(Path, String, String) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
setPermission(Path, FsPermission) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
setPermission(Path, FsPermission) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
setReplication(Path, short) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
setTimes(Path, long, long) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
setTimes(Path, long, long) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
setVerifyChecksum(boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
setVerifyChecksum(boolean) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFS
 
setWorkingDirectory(Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
startLocalOutput(Path, Path) - Method in class com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem
 
STREAM_READ_BYTES - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Stream reads
STREAM_READ_CLOSE_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_EXCEPTIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_OPERATIONS_INCOMPLETE - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_SEEK_BACKWARD_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_SEEK_BYTES_BACKWARDS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_SEEK_BYTES_SKIPPED - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_SEEK_FORWARD_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_SEEK_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_READ_TOTAL_BYTES - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_WRITE_BYTES - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_WRITE_CLOSE_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 
STREAM_WRITE_EXCEPTIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Stream writes
STREAM_WRITE_OPERATIONS - com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 

T

tokenIssued() - Method in interface com.google.cloud.hadoop.fs.gcs.DelegationTokenStatistics
A token has been issued.
tokenMismatch(Text, Text, Text) - Static method in exception com.google.cloud.hadoop.fs.gcs.auth.DelegationTokenIOException
 
TokenSecretManager() - Constructor for class com.google.cloud.hadoop.fs.gcs.auth.AbstractDelegationTokenBinding.TokenSecretManager
 
toString() - Method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
The string value is simply the symbol.
trackDuration(String, long) - Method in class com.google.cloud.hadoop.fs.gcs.GhfsInstrumentation
The duration tracker updates the metrics with the count and IOStatistics will full duration information.
TYPE_COUNTER - com.google.cloud.hadoop.fs.gcs.GhfsStatisticTypeEnum
Counter.
TYPE_DURATION - com.google.cloud.hadoop.fs.gcs.GhfsStatisticTypeEnum
Duration.
TYPE_GAUGE - com.google.cloud.hadoop.fs.gcs.GhfsStatisticTypeEnum
Gauge.

V

valueOf(String) - Static method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatisticTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.hadoop.fs.gcs.GhfsStatisticTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GcsFileChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.hadoop.fs.gcs.GoogleHadoopFileSystem.GlobAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum com.google.cloud.hadoop.fs.gcs.GhfsStatistic
 

W

wrongTokenType(Class<? extends DelegationTokenIdentifier>, DelegationTokenIdentifier) - Static method in exception com.google.cloud.hadoop.fs.gcs.auth.DelegationTokenIOException
 
A B C D E F G H I L M N O P R S T V W 
All Classes All Packages