| 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(java.lang.String bucketName,
CreateBucketOptions options)
See
GoogleCloudStorage.create(String, CreateBucketOptions) for details about expected
behavior. |
void |
ThrottledGoogleCloudStorage.create(java.lang.String bucketName,
CreateBucketOptions options) |
void |
ForwardingGoogleCloudStorage.create(java.lang.String bucketName,
CreateBucketOptions options) |
void |
GoogleCloudStorage.create(java.lang.String bucketName,
CreateBucketOptions options)
Creates a bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGoogleCloudStorage.create(java.lang.String bucketName,
CreateBucketOptions options) |
| Constructor and Description |
|---|
InMemoryBucketEntry(java.lang.String bucketName,
long createTimeMillis,
CreateBucketOptions options) |
Copyright © 2019. All rights reserved.