We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd946d1 commit 0257fe0Copy full SHA for 0257fe0
google-cloud-storage/src/main/java/com/google/cloud/storage/FlushPolicy.java
@@ -108,6 +108,9 @@ abstract BufferedWritableByteChannel createBufferedChannel(
108
*
109
* <p>Instances of this class are immutable and thread safe.
110
111
+ * <p>Instead of this, strategy use {@link FlushPolicy#minFlushSize()}{@code .}{@link
112
+ * MinFlushSizeFlushPolicy#withMaxPendingBytes(long) withMaxPendingBytes(long)}
113
+ *
114
* @since 2.51.0 This new api is in preview and is subject to breaking changes.
115
*/
116
@Immutable
0 commit comments