| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio | |
| com.google.cloud.hadoop.gcsio.testing |
| Modifier and Type | Field and Description |
|---|---|
static CreateBucketOptions |
CreateBucketOptions.DEFAULT
Create bucket with all default settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleCloudStorageImpl.create(String bucketName,
CreateBucketOptions options)
See
GoogleCloudStorage.create(String, CreateBucketOptions) for
details about expected behavior. |
void |
GoogleCloudStorage.create(String bucketName,
CreateBucketOptions options)
Creates a bucket.
|
void |
CacheSupplementedGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options)
Updates cache with bucketName.
|
void |
MetadataReadOnlyGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options) |
void |
ThrottledGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGoogleCloudStorage.create(String bucketName,
CreateBucketOptions options) |
| Constructor and Description |
|---|
InMemoryBucketEntry(String bucketName,
CreateBucketOptions options) |
Copyright © 2016. All rights reserved.