| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static CreateObjectOptions |
CreateObjectOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static CreateObjectOptions |
GoogleCloudStorageFileSystem.objectOptionsFromFileOptions(CreateFileOptions options)
Convert
CreateFileOptions to CreateObjectOptions. |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageItemInfo |
GoogleCloudStorageImpl.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
ThrottledGoogleCloudStorage.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
PerformanceCachingGoogleCloudStorage.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
ForwardingGoogleCloudStorage.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
GoogleCloudStorageItemInfo |
GoogleCloudStorage.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options)
Composes inputs into a single GCS object.
|
java.nio.channels.WritableByteChannel |
GoogleCloudStorageImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
java.nio.channels.WritableByteChannel |
ThrottledGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
java.nio.channels.WritableByteChannel |
ForwardingGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
java.nio.channels.WritableByteChannel |
GoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options)
Creates and opens an object for writing.
|
void |
GoogleCloudStorageImpl.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
ThrottledGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
ForwardingGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
GoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options)
Creates an empty object, useful for placeholders representing, for example, directories.
|
void |
GoogleCloudStorageImpl.createEmptyObjects(java.util.List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
ThrottledGoogleCloudStorage.createEmptyObjects(java.util.List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
ForwardingGoogleCloudStorage.createEmptyObjects(java.util.List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
GoogleCloudStorage.createEmptyObjects(java.util.List<StorageResourceId> resourceIds,
CreateObjectOptions options)
Creates a list of empty objects; see
GoogleCloudStorage.createEmptyObject(StorageResourceId) for
the single-item version of this method. |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudStorageItemInfo |
InMemoryGoogleCloudStorage.composeObjects(java.util.List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
java.nio.channels.WritableByteChannel |
InMemoryGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObjects(java.util.List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
Copyright © 2019. All rights reserved.