Uses of Class
com.google.cloud.hadoop.gcsio.GoogleCloudStorageReadOptions
-
Packages that use GoogleCloudStorageReadOptions Package Description com.google.cloud.hadoop.gcsio com.google.cloud.hadoop.gcsio.testing -
-
Uses of GoogleCloudStorageReadOptions in com.google.cloud.hadoop.gcsio
Fields in com.google.cloud.hadoop.gcsio declared as GoogleCloudStorageReadOptions Modifier and Type Field Description static GoogleCloudStorageReadOptionsGoogleCloudStorageReadOptions. DEFAULTMethods in com.google.cloud.hadoop.gcsio that return GoogleCloudStorageReadOptions Modifier and Type Method Description GoogleCloudStorageReadOptionsGoogleCloudStorageReadOptions.Builder. build()abstract GoogleCloudStorageReadOptionsGoogleCloudStorageOptions. getReadChannelOptions()Constructors in com.google.cloud.hadoop.gcsio with parameters of type GoogleCloudStorageReadOptions Constructor Description GoogleCloudStorageReadChannel(com.google.api.services.storage.Storage gcs, StorageResourceId resourceId, ApiErrorExtractor errorExtractor, ClientRequestHelper<com.google.api.services.storage.model.StorageObject> requestHelper, GoogleCloudStorageReadOptions readOptions)Constructs an instance of GoogleCloudStorageReadChannel. -
Uses of GoogleCloudStorageReadOptions in com.google.cloud.hadoop.gcsio.testing
Methods in com.google.cloud.hadoop.gcsio.testing with parameters of type GoogleCloudStorageReadOptions Modifier and Type Method Description SeekableByteChannelInMemoryObjectEntry. getReadChannel(String bucketName, String objectName, GoogleCloudStorageReadOptions readOptions)Returns a SeekableByteChannel pointing at this InMemoryObjectEntry's byte contents; a previous writer must have already closed the associated WritableByteChannel to commit the byte contents and make them available for reading.SeekableByteChannelInMemoryGoogleCloudStorage. open(GoogleCloudStorageItemInfo itemInfo, GoogleCloudStorageReadOptions readOptions)SeekableByteChannelInMemoryGoogleCloudStorage. open(StorageResourceId resourceId, GoogleCloudStorageReadOptions readOptions)Constructors in com.google.cloud.hadoop.gcsio.testing with parameters of type GoogleCloudStorageReadOptions Constructor Description InMemoryObjectReadChannel(String bucketName, String objectName, byte[] content, GoogleCloudStorageReadOptions readOptions)Creates a new instance of InMemoryObjectReadChannel withreadOptionsplumbed into the base class.
-