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: public/oxia-client-java/apidocs/latest/io/oxia/client/api/GetResult.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ <h1 title="Record Class GetResult" class="title">Record Class GetResult</h1>
81
81
<dt>Record Components:</dt>
82
82
<dd><code><spanid="param-key">key</span></code> - the key of the record returned by the server (may differ from the key supplied to
83
83
<code>get</code> when a non-equal <ahref="options/GetOption.html" title="interface in io.oxia.client.api.options"><code>comparison</code></a> is used)</dd>
84
-
<dd><code><spanid="param-value">value</span></code> - the record's value, or <code>null</code> if the value was not requested</dd>
84
+
<dd><code><spanid="param-value">value</span></code> - the record's value, or an empty byte array if the value was not requested</dd>
85
85
<dd><code><spanid="param-version">version</span></code> - metadata describing the record at the time it was read</dd>
86
86
</dl>
87
87
<hr>
@@ -91,7 +91,7 @@ <h1 title="Record Class GetResult" class="title">Record Class GetResult</h1>
91
91
92
92
<p>A <code>null</code><code>GetResult</code> from a <code>get</code> call signals that no record exists for the
93
93
requested key. When <ahref="options/GetOption.html#ExcludeValue"><code>GetOption.ExcludeValue</code></a> is used, the <code>
94
-
value</code> field will be <code>null</code> but <code>key</code> and <code>version</code> are still populated.</div>
94
+
value</code> field will be an empty byte array but <code>key</code> and <code>version</code> are still populated.</div>
<divclass="member-signature"><spanclass="return-type"><ahref="OxiaClientBuilder.html" title="interface in io.oxia.client.api">OxiaClientBuilder</a></span> <spanclass="element-name">connectionKeepAliveTimeout</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/time/Duration.html" title="class or interface in java.time" class="external-link">Duration</a> connectionKeepAliveTimeout)</span></div>
460
460
<divclass="block">Configure the keep alive timeout for the connection.
461
461
462
-
<p>Default is <code>5 sec</code>.</div>
462
+
<p>Default is <code>3 sec</code>.</div>
463
463
<dlclass="notes">
464
464
<dt>Parameters:</dt>
465
465
<dd><code>connectionKeepAliveTimeout</code> - the keep alive timeout duration</dd>
0 commit comments