public class GoogleCloudStorageReadOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleCloudStorageReadOptions.Builder
Mutable builder for GoogleCloudStorageReadOptions.
|
| Modifier and Type | Field and Description |
|---|---|
static GoogleCloudStorageReadOptions |
DEFAULT |
static int |
DEFAULT_BACKOFF_INITIAL_INTERVAL_MILLIS |
static int |
DEFAULT_BACKOFF_MAX_ELAPSED_TIME_MILLIS |
static int |
DEFAULT_BACKOFF_MAX_INTERVAL_MILLIS |
static double |
DEFAULT_BACKOFF_MULTIPLIER |
static double |
DEFAULT_BACKOFF_RANDOMIZATION_FACTOR |
static int |
DEFAULT_BUFFER_SIZE |
static boolean |
DEFAULT_FAST_FAIL_ON_NOT_FOUND |
static long |
DEFAULT_INPLACE_SEEK_LIMIT |
static boolean |
DEFAULT_SUPPORT_CONTENT_ENCODING |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackoffInitialIntervalMillis()
See
#Builder.setBackoffInitialIntervalMillis. |
int |
getBackoffMaxElapsedTimeMillis()
See
#Builder.setBackoffMaxElapsedTimeMillis. |
int |
getBackoffMaxIntervalMillis()
See
#Builder.setBackoffMaxIntervalMillis. |
double |
getBackoffMultiplier()
See
#Builder.setBackoffMultiplier. |
double |
getBackoffRandomizationFactor()
See
#Builder.setBackoffRandomizationFactor. |
int |
getBufferSize()
See
#Builder.setBufferSize. |
boolean |
getFastFailOnNotFound()
See
#Builder.setFastFailOnNotFound. |
long |
getInplaceSeekLimit()
See
#Builder.setInplaceSeekLimit. |
boolean |
getSupportContentEncoding()
See
#Builder.setSupportContentEncoding. |
java.lang.String |
toString()
Summary of options.
|
public static final GoogleCloudStorageReadOptions DEFAULT
public static final int DEFAULT_BACKOFF_INITIAL_INTERVAL_MILLIS
public static final double DEFAULT_BACKOFF_RANDOMIZATION_FACTOR
public static final double DEFAULT_BACKOFF_MULTIPLIER
public static final int DEFAULT_BACKOFF_MAX_INTERVAL_MILLIS
public static final int DEFAULT_BACKOFF_MAX_ELAPSED_TIME_MILLIS
public static final boolean DEFAULT_SUPPORT_CONTENT_ENCODING
public static final boolean DEFAULT_FAST_FAIL_ON_NOT_FOUND
public static final int DEFAULT_BUFFER_SIZE
public static final long DEFAULT_INPLACE_SEEK_LIMIT
public int getBackoffInitialIntervalMillis()
#Builder.setBackoffInitialIntervalMillis.public double getBackoffRandomizationFactor()
#Builder.setBackoffRandomizationFactor.public double getBackoffMultiplier()
#Builder.setBackoffMultiplier.public int getBackoffMaxIntervalMillis()
#Builder.setBackoffMaxIntervalMillis.public int getBackoffMaxElapsedTimeMillis()
#Builder.setBackoffMaxElapsedTimeMillis.public boolean getSupportContentEncoding()
#Builder.setSupportContentEncoding.public boolean getFastFailOnNotFound()
#Builder.setFastFailOnNotFound.public int getBufferSize()
#Builder.setBufferSize.public long getInplaceSeekLimit()
#Builder.setInplaceSeekLimit.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All rights reserved.