| 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 |
|---|---|
WritableByteChannel |
GoogleCloudStorageImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
GoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options)
Creates and opens an object for writing.
|
WritableByteChannel |
CacheSupplementedGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
MetadataReadOnlyGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
WritableByteChannel |
ThrottledGoogleCloudStorage.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 |
CacheSupplementedGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
MetadataReadOnlyGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
ThrottledGoogleCloudStorage.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 |
CacheSupplementedGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
MetadataReadOnlyGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
void |
ThrottledGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
| Modifier and Type | Method and Description |
|---|---|
WritableByteChannel |
InMemoryGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
void |
InMemoryGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
Copyright © 2016. All rights reserved.