Skip to content

Commit 0d82304

Browse files
committed
1 parent 0429c57 commit 0d82304

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/oxia-client-java/apidocs/latest/io/oxia/client/api/GetResult.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1 title="Record Class GetResult" class="title">Record Class GetResult</h1>
8181
<dt>Record Components:</dt>
8282
<dd><code><span id="param-key">key</span></code> - the key of the record returned by the server (may differ from the key supplied to
8383
<code>get</code> when a non-equal <a href="options/GetOption.html" title="interface in io.oxia.client.api.options"><code>comparison</code></a> is used)</dd>
84-
<dd><code><span id="param-value">value</span></code> - the record's value, or <code>null</code> if the value was not requested</dd>
84+
<dd><code><span id="param-value">value</span></code> - the record's value, or an empty byte array if the value was not requested</dd>
8585
<dd><code><span id="param-version">version</span></code> - metadata describing the record at the time it was read</dd>
8686
</dl>
8787
<hr>
@@ -91,7 +91,7 @@ <h1 title="Record Class GetResult" class="title">Record Class GetResult</h1>
9191

9292
<p>A <code>null</code> <code>GetResult</code> from a <code>get</code> call signals that no record exists for the
9393
requested key. When <a href="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>
9595
</section>
9696
<section class="summary">
9797
<ul class="summary-list">

public/oxia-client-java/apidocs/latest/io/oxia/client/api/OxiaClientBuilder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ <h3>connectionKeepAliveTimeout</h3>
459459
<div class="member-signature"><span class="return-type"><a href="OxiaClientBuilder.html" title="interface in io.oxia.client.api">OxiaClientBuilder</a></span>&nbsp;<span class="element-name">connectionKeepAliveTimeout</span><wbr><span class="parameters">(<a href="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>&nbsp;connectionKeepAliveTimeout)</span></div>
460460
<div class="block">Configure the keep alive timeout for the connection.
461461

462-
<p>Default is <code>5 sec</code>.</div>
462+
<p>Default is <code>3 sec</code>.</div>
463463
<dl class="notes">
464464
<dt>Parameters:</dt>
465465
<dd><code>connectionKeepAliveTimeout</code> - the keep alive timeout duration</dd>

0 commit comments

Comments
 (0)