Uses of Interface
com.google.cloud.storage.StorageRetryStrategy
Packages that use StorageRetryStrategy
-
Uses of StorageRetryStrategy in com.google.cloud.storage
Methods in com.google.cloud.storage that return StorageRetryStrategyModifier and TypeMethodDescriptionstatic StorageRetryStrategyStorageRetryStrategy.getDefaultStorageRetryStrategy()Factory method to get an instance of the default implementation ofStorageRetryStrategy.static StorageRetryStrategyStorageRetryStrategy.getLegacyStorageRetryStrategy()Deprecated.GrpcStorageOptions.GrpcStorageDefaults.getStorageRetryStrategy()HttpStorageOptions.HttpStorageDefaults.getStorageRetryStrategy()static StorageRetryStrategyStorageRetryStrategy.getUniformStorageRetryStrategy()Factory method to get an instance ofStorageRetryStrategywhich will uniformly retry all calls as if they were idempotent.Methods in com.google.cloud.storage with parameters of type StorageRetryStrategyModifier and TypeMethodDescriptionGrpcStorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy) Override the default retry handling behavior with an alternate strategy.HttpStorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy) Override the default retry handling behavior with an alternate strategy.abstract StorageOptions.BuilderStorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy)
getDefaultStorageRetryStrategy()which is capable of providing handlers which are appropriate for idempotent and non-idempotent calls.