| Package | Description |
|---|---|
| com.google.cloud.hadoop.gcsio |
| Modifier and Type | Method and Description |
|---|---|
static ThrottledGoogleCloudStorage.StorageOperation |
ThrottledGoogleCloudStorage.StorageOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottledGoogleCloudStorage.StorageOperation[] |
ThrottledGoogleCloudStorage.StorageOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ThrottledGoogleCloudStorage(double operationsPerSecond,
GoogleCloudStorage wrappedGcs,
EnumSet<ThrottledGoogleCloudStorage.StorageOperation> throttledOperations) |
ThrottledGoogleCloudStorage(com.google.common.util.concurrent.RateLimiter rateLimiter,
GoogleCloudStorage wrappedGcs,
EnumSet<ThrottledGoogleCloudStorage.StorageOperation> throttledOperations) |
Copyright © 2015. All rights reserved.