You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/autosynth-os-login/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageConfiguration.java
Copy file name to clipboardExpand all lines: branches/autosynth-os-login/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProvider.java
Copy file name to clipboardExpand all lines: branches/autosynth-os-login/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageReadChannel.java
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ final class CloudStorageReadChannel implements SeekableByteChannel {
57
57
finalintmaxRetries;
58
58
// open options, we keep them around for reopens.
59
59
finalBlobSourceOption[] blobSourceOptions;
60
+
finalCloudStorageConfigurationconfig;
60
61
privateReadChannelchannel;
61
62
privatelongposition;
62
63
privatelongsize;
@@ -67,6 +68,7 @@ final class CloudStorageReadChannel implements SeekableByteChannel {
67
68
/**
68
69
* @param maxChannelReopens max number of times to try re-opening the channel if it closes on us
69
70
* unexpectedly.
71
+
* @param config configuration for what to retry on.
70
72
* @param blobSourceOptions BlobSourceOption.userProject if you want to pay the charges (required
71
73
* for requester-pays buckets). Note:
72
74
* Buckets that have Requester Pays disabled still accept requests that include a billing
@@ -79,17 +81,18 @@ final class CloudStorageReadChannel implements SeekableByteChannel {
Copy file name to clipboardExpand all lines: branches/autosynth-os-login/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/main/java/com/google/cloud/storage/contrib/nio/CloudStorageRetryHandler.java
0 commit comments