Uses of Interface
com.google.cloud.hadoop.gcsio.GoogleCloudStorage
-
Packages that use GoogleCloudStorage Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of GoogleCloudStorage in com.google.cloud.hadoop.gcsio
Classes in com.google.cloud.hadoop.gcsio that implement GoogleCloudStorage Modifier and Type Class Description classForwardingGoogleCloudStorageA class that wraps aGoogleCloudStorageobject, delegating all calls to it.classGoogleCloudStorageClientImplProvides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.classGoogleCloudStorageImplProvides read/write access to Google Cloud Storage (GCS), using Java nio channel semantics.classPerformanceCachingGoogleCloudStorageThis class adds a caching layer around a GoogleCloudStorage instance, caching calls that create, update, remove, and query for GoogleCloudStorageItemInfo.Methods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorage Modifier and Type Method Description GoogleCloudStorageForwardingGoogleCloudStorage. getDelegate()Gets theGoogleCloudStorageobjected wrapped by this class.GoogleCloudStorageGoogleCloudStorageFileSystem. getGcs()Retrieve our internal gcs.GoogleCloudStorageGoogleCloudStorageFileSystemImpl. getGcs()Methods in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorage Modifier and Type Method Description static voidGoogleCloudStorageImpl. validateCopyArguments(String srcBucketName, List<String> srcObjectNames, String dstBucketName, List<String> dstObjectNames, GoogleCloudStorage googleCloudStorage)static voidGoogleCloudStorageImpl. validateCopyArguments(Map<StorageResourceId,StorageResourceId> sourceToDestinationObjectsMap, GoogleCloudStorage gcsImpl)Validates basic argument constraints like non-null, non-empty Strings, usingPreconditionsin addition to checking for src/dst bucket existence and compatibility of bucket properties such as location and storage-class.Constructors in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorage Constructor Description ForwardingGoogleCloudStorage(GoogleCloudStorage delegate)Creates a new GoogleCloudStorageWrapper.GoogleCloudStorageFileSystemImpl(GoogleCloudStorage gcs, GoogleCloudStorageFileSystemOptions options)PerformanceCachingGoogleCloudStorage(GoogleCloudStorage delegate, PerformanceCachingGoogleCloudStorageOptions options)Creates a wrapper around a GoogleCloudStorage instance, caching calls that create, update, remove, and query for GoogleCloudStorageItemInfo.Constructor parameters in com.google.cloud.hadoop.gcsio with type arguments of type GoogleCloudStorage Constructor Description GoogleCloudStorageFileSystemImpl(CheckedFunction<GoogleCloudStorageOptions,GoogleCloudStorage,IOException> gcsFn, GoogleCloudStorageFileSystemOptions options)Constructs a GoogleCloudStorageFilesystem based on an already-configured underlying GoogleCloudStoragegcs. -
Uses of GoogleCloudStorage in com.google.cloud.hadoop.gcsio.testing
Classes in com.google.cloud.hadoop.gcsio.testing that implement GoogleCloudStorage Modifier and Type Class Description classInMemoryGoogleCloudStorageInMemoryGoogleCloudStorage overrides the public methods of GoogleCloudStorage by implementing all the equivalent bucket/object semantics with local in-memory storage.
-