Package com.google.cloud.hadoop.gcsio
Interface GoogleCloudStorageImpl.BackOffFactory
-
- Enclosing class:
- GoogleCloudStorageImpl
public static interface GoogleCloudStorageImpl.BackOffFactoryA factory for producing BackOff objects.
-
-
Field Summary
Fields Modifier and Type Field Description static GoogleCloudStorageImpl.BackOffFactoryDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.api.client.util.BackOffnewBackOff()
-
-
-
Field Detail
-
DEFAULT
static final GoogleCloudStorageImpl.BackOffFactory DEFAULT
-
-