| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static CreateObjectOptions |
CreateObjectOptions.DEFAULT_NO_OVERWRITE |
static CreateObjectOptions |
CreateObjectOptions.DEFAULT_OVERWRITE |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CreateObjectOptions |
CreateObjectOptions.Builder.autoBuild() |
CreateObjectOptions |
CreateObjectOptions.Builder.build() |
static CreateObjectOptions |
GoogleCloudStorageFileSystem.objectOptionsFromFileOptions(CreateFileOptions options)
Convert
CreateFileOptions to CreateObjectOptions. |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageItemInfo |
GoogleCloudStorageImpl.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
GoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options)
Composes inputs into a single GCS object.
|
GoogleCloudStorageItemInfo |
PerformanceCachingGoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
ForwardingGoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
WritableByteChannel |
GoogleCloudStorageImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
GoogleCloudStorageClientImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
GoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options)
Creates and opens an object for writing.
|
WritableByteChannel |
PerformanceCachingGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
ForwardingGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
GoogleCloudStorageImpl.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
GoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options)
Creates an empty object, useful for placeholders representing, for example, directories.
|
void |
ForwardingGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
GoogleCloudStorageImpl.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
GoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options)
Creates a list of empty objects; see
GoogleCloudStorage.createEmptyObject(StorageResourceId) for the
single-item version of this method. |
void |
ForwardingGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
| Constructor and Description |
|---|
GoogleCloudStorageWriteChannel(com.google.api.services.storage.Storage gcs,
ClientRequestHelper<com.google.api.services.storage.model.StorageObject> requestHelper,
ExecutorService uploadThreadPool,
AsyncWriteChannelOptions channelOptions,
StorageResourceId resourceId,
CreateObjectOptions createOptions,
ObjectWriteConditions writeConditions)
Constructs an instance of GoogleCloudStorageWriteChannel.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageItemInfo |
InMemoryGoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
WritableByteChannel |
InMemoryGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
Copyright © 2023. All rights reserved.