| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageReadOptions |
GoogleCloudStorageReadOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageReadOptions |
GoogleCloudStorageReadOptions.Builder.build() |
abstract GoogleCloudStorageReadOptions |
GoogleCloudStorageOptions.getReadChannelOptions() |
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SeekableByteChannel |
InMemoryObjectEntry.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.
|
SeekableByteChannel |
InMemoryGoogleCloudStorage.open(StorageResourceId resourceId,
GoogleCloudStorageReadOptions readOptions) |
| Constructor and Description |
|---|
InMemoryObjectReadChannel(String bucketName,
String objectName,
byte[] content,
GoogleCloudStorageReadOptions readOptions)
Creates a new instance of InMemoryObjectReadChannel with
readOptions plumbed into the
base class. |
Copyright © 2024. All rights reserved.