mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
1777 lines
96 KiB
HTML
1777 lines
96 KiB
HTML
<!DOCTYPE HTML>
|
|
<html lang>
|
|
<head>
|
|
<!-- Generated by javadoc (21) on Mon May 12 14:04:33 UTC 2025 -->
|
|
<title>Serialized Form (dhfs-parent 1.0-SNAPSHOT API)</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="dc.created" content="2025-05-12">
|
|
<meta name="description" content="serialized forms">
|
|
<meta name="generator" content="javadoc/SerializedFormWriterImpl">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
|
|
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
|
|
</head>
|
|
<body class="serialized-form-page">
|
|
<script type="text/javascript">var pathtoroot = "./";
|
|
loadScripts(document, 'script');</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<div class="flex-box">
|
|
<header role="banner" class="flex-header">
|
|
<nav role="navigation">
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span><span class="nav-bar-toggle-icon"> </span></button>
|
|
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
|
|
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
|
|
<li><a href="index.html">Overview</a></li>
|
|
<li>Package</li>
|
|
<li>Class</li>
|
|
<li>Use</li>
|
|
<li><a href="overview-tree.html">Tree</a></li>
|
|
<li><a href="index-all.html">Index</a></li>
|
|
<li><a href="help-doc.html#serialized-form">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="sub-nav">
|
|
<div id="navbar-sub-list"></div>
|
|
<div class="nav-list-search"><a href="search.html">SEARCH</a>
|
|
<input type="text" id="search-input" disabled placeholder="Search">
|
|
<input type="reset" id="reset-button" disabled value="reset">
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<span class="skip-nav" id="skip-navbar-top"></span></nav>
|
|
</header>
|
|
<div class="flex-content">
|
|
<main role="main">
|
|
<div class="header">
|
|
<h1 title="Serialized Form" class="title">Serialized Form</h1>
|
|
</div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/invalidation/package-summary.html">com.usatiuk.dhfs.invalidation</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.invalidation.DeferredInvalidationQueueData">
|
|
<h3>Class <a href="com/usatiuk/dhfs/invalidation/DeferredInvalidationQueueData.html" title="class in com.usatiuk.dhfs.invalidation">com.usatiuk.dhfs.invalidation.DeferredInvalidationQueueData</a></h3>
|
|
<div class="type-signature">class DeferredInvalidationQueueData extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>1L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>deferredInvalidations</h5>
|
|
<pre>org.apache.commons.collections4.MultiValuedMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/invalidation/InvalidationQueueEntry.html" title="class in com.usatiuk.dhfs.invalidation">InvalidationQueueEntry</a>> deferredInvalidations</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.invalidation.IndexUpdateOp">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/invalidation/IndexUpdateOp.html" title="class in com.usatiuk.dhfs.invalidation">com.usatiuk.dhfs.invalidation.IndexUpdateOp</a></h3>
|
|
<div class="type-signature">class IndexUpdateOp extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>changelog</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>> changelog</pre>
|
|
<div class="block">The field for the <code>changelog</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>data</h5>
|
|
<pre><a href="com/usatiuk/dhfs/remoteobj/JDataRemoteDto.html" title="interface in com.usatiuk.dhfs.remoteobj">JDataRemoteDto</a> data</pre>
|
|
<div class="block">The field for the <code>data</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.invalidation.InvalidationQueueEntry">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/invalidation/InvalidationQueueEntry.html" title="class in com.usatiuk.dhfs.invalidation">com.usatiuk.dhfs.invalidation.InvalidationQueueEntry</a></h3>
|
|
<div class="type-signature">class InvalidationQueueEntry extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>peer</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a> peer</pre>
|
|
<div class="block">The field for the <code>peer</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/jkleppmanntree/package-summary.html">com.usatiuk.dhfs.jkleppmanntree</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jkleppmanntree.JKleppmannTreeOpWrapper">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jkleppmanntree/JKleppmannTreeOpWrapper.html" title="class in com.usatiuk.dhfs.jkleppmanntree">com.usatiuk.dhfs.jkleppmanntree.JKleppmannTreeOpWrapper</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeOpWrapper extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>op</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeMeta.html" title="interface in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNodeMeta</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>> op</pre>
|
|
<div class="block">The field for the <code>op</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>treeName</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> treeName</pre>
|
|
<div class="block">The field for the <code>treeName</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jkleppmanntree.JKleppmannTreePeriodicPushOp">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jkleppmanntree/JKleppmannTreePeriodicPushOp.html" title="class in com.usatiuk.dhfs.jkleppmanntree">com.usatiuk.dhfs.jkleppmanntree.JKleppmannTreePeriodicPushOp</a></h3>
|
|
<div class="type-signature">class JKleppmannTreePeriodicPushOp extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>from</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a> from</pre>
|
|
<div class="block">The field for the <code>from</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>timestamp</h5>
|
|
<pre>long timestamp</pre>
|
|
<div class="block">The field for the <code>timestamp</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>treeName</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> treeName</pre>
|
|
<div class="block">The field for the <code>treeName</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/jkleppmanntree/structs/package-summary.html">com.usatiuk.dhfs.jkleppmanntree.structs</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreeNode">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNode.html" title="class in com.usatiuk.dhfs.jkleppmanntree.structs">com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreeNode</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeNode extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>children</h5>
|
|
<pre>org.pcollections.PMap<<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>> children</pre>
|
|
<div class="block">The field for the <code>children</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>lastEffectiveOp</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeMeta.html" title="interface in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNodeMeta</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>> lastEffectiveOp</pre>
|
|
<div class="block">The field for the <code>lastEffectiveOp</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>meta</h5>
|
|
<pre><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeMeta.html" title="interface in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNodeMeta</a> meta</pre>
|
|
<div class="block">The field for the <code>meta</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>parent</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> parent</pre>
|
|
<div class="block">The field for the <code>parent</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreeNodeHolder">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeHolder.html" title="class in com.usatiuk.dhfs.jkleppmanntree.structs">com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreeNodeHolder</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeNodeHolder extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>frozen</h5>
|
|
<pre>boolean frozen</pre>
|
|
<div class="block">The field for the <code>frozen</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>node</h5>
|
|
<pre><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNode.html" title="class in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNode</a> node</pre>
|
|
<div class="block">The field for the <code>node</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>refsFrom</h5>
|
|
<pre>org.pcollections.PCollection<<a href="com/usatiuk/dhfs/refcount/JDataRef.html" title="interface in com.usatiuk.dhfs.refcount">JDataRef</a>> refsFrom</pre>
|
|
<div class="block">The field for the <code>refsFrom</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreePersistentData">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreePersistentData.html" title="class in com.usatiuk.dhfs.jkleppmanntree.structs">com.usatiuk.dhfs.jkleppmanntree.structs.JKleppmannTreePersistentData</a></h3>
|
|
<div class="type-signature">class JKleppmannTreePersistentData extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>clock</h5>
|
|
<pre>long clock</pre>
|
|
<div class="block">The field for the <code>clock</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>frozen</h5>
|
|
<pre>boolean frozen</pre>
|
|
<div class="block">The field for the <code>frozen</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>log</h5>
|
|
<pre>org.pcollections.PSortedMap<<a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="class in com.usatiuk.kleppmanntree">CombinedTimestamp</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="class in com.usatiuk.kleppmanntree">LogRecord</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeMeta.html" title="interface in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNodeMeta</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>>> log</pre>
|
|
<div class="block">The field for the <code>log</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>peerTimestampLog</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>> peerTimestampLog</pre>
|
|
<div class="block">The field for the <code>peerTimestampLog</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>queues</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr>org.pcollections.PSortedMap<<a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="class in com.usatiuk.kleppmanntree">CombinedTimestamp</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>>,<wbr><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/jkleppmanntree/structs/JKleppmannTreeNodeMeta.html" title="interface in com.usatiuk.dhfs.jkleppmanntree.structs">JKleppmannTreeNodeMeta</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>>>> queues</pre>
|
|
<div class="block">The field for the <code>queues</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>refsFrom</h5>
|
|
<pre>org.pcollections.PCollection<<a href="com/usatiuk/dhfs/refcount/JDataRef.html" title="interface in com.usatiuk.dhfs.refcount">JDataRef</a>> refsFrom</pre>
|
|
<div class="block">The field for the <code>refsFrom</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/jmap/package-summary.html">com.usatiuk.dhfs.jmap</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jmap.JMapEntry">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jmap/JMapEntry.html" title="class in com.usatiuk.dhfs.jmap">com.usatiuk.dhfs.jmap.JMapEntry</a></h3>
|
|
<div class="type-signature">class JMapEntry extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>holder</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> holder</pre>
|
|
<div class="block">The field for the <code>holder</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>ref</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> ref</pre>
|
|
<div class="block">The field for the <code>ref</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>selfKey</h5>
|
|
<pre><a href="com/usatiuk/dhfs/jmap/JMapEntry.html" title="type parameter in JMapEntry">K</a> extends <a href="com/usatiuk/dhfs/jmap/JMapKey.html" title="interface in com.usatiuk.dhfs.jmap">JMapKey</a> selfKey</pre>
|
|
<div class="block">The field for the <code>selfKey</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jmap.JMapLongKey">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jmap/JMapLongKey.html" title="class in com.usatiuk.dhfs.jmap">com.usatiuk.dhfs.jmap.JMapLongKey</a></h3>
|
|
<div class="type-signature">class JMapLongKey extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre>long key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.jmap.JMapRef">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/jmap/JMapRef.html" title="class in com.usatiuk.dhfs.jmap">com.usatiuk.dhfs.jmap.JMapRef</a></h3>
|
|
<div class="type-signature">class JMapRef extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>holder</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> holder</pre>
|
|
<div class="block">The field for the <code>holder</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>mapKey</h5>
|
|
<pre><a href="com/usatiuk/dhfs/jmap/JMapKey.html" title="interface in com.usatiuk.dhfs.jmap">JMapKey</a> mapKey</pre>
|
|
<div class="block">The field for the <code>mapKey</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/peerdiscovery/package-summary.html">com.usatiuk.dhfs.peerdiscovery</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peerdiscovery.IpPeerAddress">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/peerdiscovery/IpPeerAddress.html" title="class in com.usatiuk.dhfs.peerdiscovery">com.usatiuk.dhfs.peerdiscovery.IpPeerAddress</a></h3>
|
|
<div class="type-signature">class IpPeerAddress extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>address</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/InetAddress.html" title="class or interface in java.net" class="external-link">InetAddress</a> address</pre>
|
|
<div class="block">The field for the <code>address</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>peer</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a> peer</pre>
|
|
<div class="block">The field for the <code>peer</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>port</h5>
|
|
<pre>int port</pre>
|
|
<div class="block">The field for the <code>port</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>securePort</h5>
|
|
<pre>int securePort</pre>
|
|
<div class="block">The field for the <code>securePort</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>type</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peerdiscovery/PeerAddressType.html" title="enum class in com.usatiuk.dhfs.peerdiscovery">PeerAddressType</a> type</pre>
|
|
<div class="block">The field for the <code>type</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peerdiscovery.PeerDiscoveryInfo">
|
|
<h3>Class <a href="com/usatiuk/dhfs/peerdiscovery/PeerDiscoveryInfo.html" title="class in com.usatiuk.dhfs.peerdiscovery">com.usatiuk.dhfs.peerdiscovery.PeerDiscoveryInfo</a></h3>
|
|
<div class="type-signature">class PeerDiscoveryInfo extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>port_</h5>
|
|
<pre>int port_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>securePort_</h5>
|
|
<pre>int securePort_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>uuid_</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> uuid_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/peersync/package-summary.html">com.usatiuk.dhfs.peersync</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peersync.PeerId">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">com.usatiuk.dhfs.peersync.PeerId</a></h3>
|
|
<div class="type-signature">class PeerId extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>id</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> id</pre>
|
|
<div class="block">The field for the <code>id</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peersync.PeerInfo">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/peersync/PeerInfo.html" title="class in com.usatiuk.dhfs.peersync">com.usatiuk.dhfs.peersync.PeerInfo</a></h3>
|
|
<div class="type-signature">class PeerInfo extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>cert</h5>
|
|
<pre>com.google.protobuf.ByteString cert</pre>
|
|
<div class="block">The field for the <code>cert</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>id</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a> id</pre>
|
|
<div class="block">The field for the <code>id</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>kickCounter</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>> kickCounter</pre>
|
|
<div class="block">The field for the <code>kickCounter</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>lastSeenTimestamp</h5>
|
|
<pre>long lastSeenTimestamp</pre>
|
|
<div class="block">The field for the <code>lastSeenTimestamp</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peersync.PersistentRemoteHostsData">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/peersync/PersistentRemoteHostsData.html" title="class in com.usatiuk.dhfs.peersync">com.usatiuk.dhfs.peersync.PersistentRemoteHostsData</a></h3>
|
|
<div class="type-signature">class PersistentRemoteHostsData extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>initialSyncDone</h5>
|
|
<pre>org.pcollections.PSet<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>> initialSyncDone</pre>
|
|
<div class="block">The field for the <code>initialSyncDone</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>persistentPeerAddress</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="com/usatiuk/dhfs/peerdiscovery/IpPeerAddress.html" title="class in com.usatiuk.dhfs.peerdiscovery">IpPeerAddress</a>> persistentPeerAddress</pre>
|
|
<div class="block">The field for the <code>persistentPeerAddress</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>selfCertificate</h5>
|
|
<pre>com.google.protobuf.ByteString selfCertificate</pre>
|
|
<div class="block">The field for the <code>selfCertificate</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>selfKeyPair</h5>
|
|
<pre>com.google.protobuf.ByteString selfKeyPair</pre>
|
|
<div class="block">The field for the <code>selfKeyPair</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>selfUuid</h5>
|
|
<pre><a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a> selfUuid</pre>
|
|
<div class="block">The field for the <code>selfUuid</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/peersync/structs/package-summary.html">com.usatiuk.dhfs.peersync.structs</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.peersync.structs.JKleppmannTreeNodeMetaPeer">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/peersync/structs/JKleppmannTreeNodeMetaPeer.html" title="class in com.usatiuk.dhfs.peersync.structs">com.usatiuk.dhfs.peersync.structs.JKleppmannTreeNodeMetaPeer</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeNodeMetaPeer extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>name</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name</pre>
|
|
<div class="block">The field for the <code>name</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>peerId</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> peerId</pre>
|
|
<div class="block">The field for the <code>peerId</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/persistence/package-summary.html">com.usatiuk.dhfs.persistence</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.ChunkDataP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/ChunkDataP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.ChunkDataP</a></h3>
|
|
<div class="type-signature">class ChunkDataP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>data_</h5>
|
|
<pre>com.google.protobuf.ByteString data_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">JObjectKeyP</a> key_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.FileDtoP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/FileDtoP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.FileDtoP</a></h3>
|
|
<div class="type-signature">class FileDtoP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>serializedData_</h5>
|
|
<pre>com.google.protobuf.ByteString serializedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.JDataP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/JDataP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.JDataP</a></h3>
|
|
<div class="type-signature">class JDataP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>serializedData_</h5>
|
|
<pre>com.google.protobuf.ByteString serializedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.JDataRemoteDtoP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/JDataRemoteDtoP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.JDataRemoteDtoP</a></h3>
|
|
<div class="type-signature">class JDataRemoteDtoP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>serializedData_</h5>
|
|
<pre>com.google.protobuf.ByteString serializedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.JObjectKeyP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.JObjectKeyP</a></h3>
|
|
<div class="type-signature">class JObjectKeyP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>name_</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> name_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.ObjectChangelog">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/ObjectChangelog.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.ObjectChangelog</a></h3>
|
|
<div class="type-signature">class ObjectChangelog extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>entries_</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="com/usatiuk/dhfs/persistence/ObjectChangelog.entries_Entry.html" title="class in com.usatiuk.dhfs.persistence">ObjectChangelog.entries_Entry</a>> entries_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.ObjectChangelog.entries_Entry">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/ObjectChangelog.entries_Entry.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.ObjectChangelog.entries_Entry</a></h3>
|
|
<div class="type-signature">class entries_Entry extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/PeerIdP.html" title="class in com.usatiuk.dhfs.persistence">PeerIdP</a> key_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>value_</h5>
|
|
<pre>long value_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.PeerIdP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/PeerIdP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.PeerIdP</a></h3>
|
|
<div class="type-signature">class PeerIdP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>id_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">JObjectKeyP</a> id_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.persistence.PeerInfoP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/persistence/PeerInfoP.html" title="class in com.usatiuk.dhfs.persistence">com.usatiuk.dhfs.persistence.PeerInfoP</a></h3>
|
|
<div class="type-signature">class PeerInfoP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>serializedData_</h5>
|
|
<pre>com.google.protobuf.ByteString serializedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/refcount/package-summary.html">com.usatiuk.dhfs.refcount</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.refcount.JDataNormalRef">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/refcount/JDataNormalRef.html" title="class in com.usatiuk.dhfs.refcount">com.usatiuk.dhfs.refcount.JDataNormalRef</a></h3>
|
|
<div class="type-signature">class JDataNormalRef extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>obj</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> obj</pre>
|
|
<div class="block">The field for the <code>obj</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/remoteobj/package-summary.html">com.usatiuk.dhfs.remoteobj</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.remoteobj.RemoteObjectDataWrapper">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/remoteobj/RemoteObjectDataWrapper.html" title="class in com.usatiuk.dhfs.remoteobj">com.usatiuk.dhfs.remoteobj.RemoteObjectDataWrapper</a></h3>
|
|
<div class="type-signature">class RemoteObjectDataWrapper extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>data</h5>
|
|
<pre><a href="com/usatiuk/dhfs/remoteobj/RemoteObjectDataWrapper.html" title="type parameter in RemoteObjectDataWrapper">T</a> extends <a href="com/usatiuk/dhfs/remoteobj/JDataRemote.html" title="interface in com.usatiuk.dhfs.remoteobj">JDataRemote</a> data</pre>
|
|
<div class="block">The field for the <code>data</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>frozen</h5>
|
|
<pre>boolean frozen</pre>
|
|
<div class="block">The field for the <code>frozen</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>refsFrom</h5>
|
|
<pre>org.pcollections.PCollection<<a href="com/usatiuk/dhfs/refcount/JDataRef.html" title="interface in com.usatiuk.dhfs.refcount">JDataRef</a>> refsFrom</pre>
|
|
<div class="block">The field for the <code>refsFrom</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.remoteobj.RemoteObjectMeta">
|
|
<h3>Record Class <a href="com/usatiuk/dhfs/remoteobj/RemoteObjectMeta.html" title="class in com.usatiuk.dhfs.remoteobj">com.usatiuk.dhfs.remoteobj.RemoteObjectMeta</a></h3>
|
|
<div class="type-signature">class RemoteObjectMeta extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>changelog</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>> changelog</pre>
|
|
<div class="block">The field for the <code>changelog</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>confirmedDeletes</h5>
|
|
<pre>org.pcollections.PSet<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>> confirmedDeletes</pre>
|
|
<div class="block">The field for the <code>confirmedDeletes</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>frozen</h5>
|
|
<pre>boolean frozen</pre>
|
|
<div class="block">The field for the <code>frozen</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>hasLocalData</h5>
|
|
<pre>boolean hasLocalData</pre>
|
|
<div class="block">The field for the <code>hasLocalData</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <code>key</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>knownRemoteVersions</h5>
|
|
<pre>org.pcollections.PMap<<a href="com/usatiuk/dhfs/peersync/PeerId.html" title="class in com.usatiuk.dhfs.peersync">PeerId</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>> knownRemoteVersions</pre>
|
|
<div class="block">The field for the <code>knownRemoteVersions</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>knownType</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a><? extends <a href="com/usatiuk/dhfs/remoteobj/JDataRemote.html" title="interface in com.usatiuk.dhfs.remoteobj">JDataRemote</a>> knownType</pre>
|
|
<div class="block">The field for the <code>knownType</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>refsFrom</h5>
|
|
<pre>org.pcollections.PCollection<<a href="com/usatiuk/dhfs/refcount/JDataRef.html" title="interface in com.usatiuk.dhfs.refcount">JDataRef</a>> refsFrom</pre>
|
|
<div class="block">The field for the <code>refsFrom</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>seen</h5>
|
|
<pre>boolean seen</pre>
|
|
<div class="block">The field for the <code>seen</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfs/repository/package-summary.html">com.usatiuk.dhfs.repository</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.CanDeleteReply">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/CanDeleteReply.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.CanDeleteReply</a></h3>
|
|
<div class="type-signature">class CanDeleteReply extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>deletionCandidate_</h5>
|
|
<pre>boolean deletionCandidate_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>referrers_</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">JObjectKeyP</a>> referrers_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.CanDeleteRequest">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/CanDeleteRequest.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.CanDeleteRequest</a></h3>
|
|
<div class="type-signature">class CanDeleteRequest extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>name_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">JObjectKeyP</a> name_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.GetObjectReply">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/GetObjectReply.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.GetObjectReply</a></h3>
|
|
<div class="type-signature">class GetObjectReply extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>changelog_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/ObjectChangelog.html" title="class in com.usatiuk.dhfs.persistence">ObjectChangelog</a> changelog_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>pushedData_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/JDataRemoteDtoP.html" title="class in com.usatiuk.dhfs.persistence">JDataRemoteDtoP</a> pushedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.GetObjectRequest">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/GetObjectRequest.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.GetObjectRequest</a></h3>
|
|
<div class="type-signature">class GetObjectRequest extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>bitField0_</h5>
|
|
<pre>int bitField0_</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>name_</h5>
|
|
<pre><a href="com/usatiuk/dhfs/persistence/JObjectKeyP.html" title="class in com.usatiuk.dhfs.persistence">JObjectKeyP</a> name_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.OpP">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/OpP.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.OpP</a></h3>
|
|
<div class="type-signature">class OpP extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>serializedData_</h5>
|
|
<pre>com.google.protobuf.ByteString serializedData_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.OpPushReply">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/OpPushReply.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.OpPushReply</a></h3>
|
|
<div class="type-signature">class OpPushReply extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.OpPushRequest">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/OpPushRequest.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.OpPushRequest</a></h3>
|
|
<div class="type-signature">class OpPushRequest extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>msg_</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="com/usatiuk/dhfs/repository/OpP.html" title="class in com.usatiuk.dhfs.repository">OpP</a>> msg_</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.PingReply">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/PingReply.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.PingReply</a></h3>
|
|
<div class="type-signature">class PingReply extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfs.repository.PingRequest">
|
|
<h3>Class <a href="com/usatiuk/dhfs/repository/PingRequest.html" title="class in com.usatiuk.dhfs.repository">com.usatiuk.dhfs.repository.PingRequest</a></h3>
|
|
<div class="type-signature">class PingRequest extends com.google.protobuf.GeneratedMessageV3 implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>memoizedIsInitialized</h5>
|
|
<pre>byte memoizedIsInitialized</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfsfs/objects/package-summary.html">com.usatiuk.dhfsfs.objects</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.objects.ChunkData">
|
|
<h3>Record Class <a href="com/usatiuk/dhfsfs/objects/ChunkData.html" title="class in com.usatiuk.dhfsfs.objects">com.usatiuk.dhfsfs.objects.ChunkData</a></h3>
|
|
<div class="type-signature">class ChunkData extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>data</h5>
|
|
<pre>com.google.protobuf.ByteString data</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/ChunkData.html#param-data"><code>data</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/ChunkData.html#param-key"><code>key</code></a> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.objects.File">
|
|
<h3>Record Class <a href="com/usatiuk/dhfsfs/objects/File.html" title="class in com.usatiuk.dhfsfs.objects">com.usatiuk.dhfsfs.objects.File</a></h3>
|
|
<div class="type-signature">class File extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>cTime</h5>
|
|
<pre>long cTime</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/File.html#param-cTime"><code>cTime</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>key</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> key</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/File.html#param-key"><code>key</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>mode</h5>
|
|
<pre>long mode</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/File.html#param-mode"><code>mode</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>mTime</h5>
|
|
<pre>long mTime</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/File.html#param-mTime"><code>mTime</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>symlink</h5>
|
|
<pre>boolean symlink</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/File.html#param-symlink"><code>symlink</code></a> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.objects.FileDto">
|
|
<h3>Record Class <a href="com/usatiuk/dhfsfs/objects/FileDto.html" title="class in com.usatiuk.dhfsfs.objects">com.usatiuk.dhfsfs.objects.FileDto</a></h3>
|
|
<div class="type-signature">class FileDto extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>chunks</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><org.apache.commons.lang3.tuple.Pair<<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Long.html" title="class or interface in java.lang" class="external-link">Long</a>,<wbr><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>>> chunks</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/FileDto.html#param-chunks"><code>chunks</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>file</h5>
|
|
<pre><a href="com/usatiuk/dhfsfs/objects/File.html" title="class in com.usatiuk.dhfsfs.objects">File</a> file</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/FileDto.html#param-file"><code>file</code></a> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.objects.JKleppmannTreeNodeMetaDirectory">
|
|
<h3>Record Class <a href="com/usatiuk/dhfsfs/objects/JKleppmannTreeNodeMetaDirectory.html" title="class in com.usatiuk.dhfsfs.objects">com.usatiuk.dhfsfs.objects.JKleppmannTreeNodeMetaDirectory</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeNodeMetaDirectory extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>name</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/JKleppmannTreeNodeMetaDirectory.html#param-name"><code>name</code></a> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.objects.JKleppmannTreeNodeMetaFile">
|
|
<h3>Record Class <a href="com/usatiuk/dhfsfs/objects/JKleppmannTreeNodeMetaFile.html" title="class in com.usatiuk.dhfsfs.objects">com.usatiuk.dhfsfs.objects.JKleppmannTreeNodeMetaFile</a></h3>
|
|
<div class="type-signature">class JKleppmannTreeNodeMetaFile extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>fileIno</h5>
|
|
<pre><a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a> fileIno</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/JKleppmannTreeNodeMetaFile.html#param-fileIno"><code>fileIno</code></a> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>name</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name</pre>
|
|
<div class="block">The field for the <a href="./com/usatiuk/dhfsfs/objects/JKleppmannTreeNodeMetaFile.html#param-name"><code>name</code></a> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/dhfsfs/service/package-summary.html">com.usatiuk.dhfsfs.service</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.dhfsfs.service.DirectoryNotEmptyException">
|
|
<h3>Exception Class <a href="com/usatiuk/dhfsfs/service/DirectoryNotEmptyException.html" title="class in com.usatiuk.dhfsfs.service">com.usatiuk.dhfsfs.service.DirectoryNotEmptyException</a></h3>
|
|
<div class="type-signature">class DirectoryNotEmptyException extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/RuntimeException.html" title="class or interface in java.lang" class="external-link">RuntimeException</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/kleppmanntree/package-summary.html">com.usatiuk.kleppmanntree</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.AlreadyExistsException">
|
|
<h3>Exception Class <a href="com/usatiuk/kleppmanntree/AlreadyExistsException.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.AlreadyExistsException</a></h3>
|
|
<div class="type-signature">class AlreadyExistsException extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/RuntimeException.html" title="class or interface in java.lang" class="external-link">RuntimeException</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.CombinedTimestamp">
|
|
<h3>Record Class <a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.CombinedTimestamp</a></h3>
|
|
<div class="type-signature">class CombinedTimestamp extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>nodeId</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="type parameter in CombinedTimestamp">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="type parameter in CombinedTimestamp">PeerIdT</a>> nodeId</pre>
|
|
<div class="block">The field for the <code>nodeId</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>timestamp</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="type parameter in CombinedTimestamp">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="type parameter in CombinedTimestamp">TimestampT</a>> timestamp</pre>
|
|
<div class="block">The field for the <code>timestamp</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.LogEffect">
|
|
<h3>Record Class <a href="com/usatiuk/kleppmanntree/LogEffect.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.LogEffect</a></h3>
|
|
<div class="type-signature">class LogEffect extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>childId</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">NodeIdT</a> childId</pre>
|
|
<div class="block">The field for the <code>childId</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>effectiveOp</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">PeerIdT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">NodeIdT</a>> effectiveOp</pre>
|
|
<div class="block">The field for the <code>effectiveOp</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>newMeta</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a> newMeta</pre>
|
|
<div class="block">The field for the <code>newMeta</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>newParentId</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">NodeIdT</a> newParentId</pre>
|
|
<div class="block">The field for the <code>newParentId</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>oldInfo</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="class in com.usatiuk.kleppmanntree">LogEffectOld</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">PeerIdT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffect.html" title="type parameter in LogEffect">NodeIdT</a>> oldInfo</pre>
|
|
<div class="block">The field for the <code>oldInfo</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.LogEffectOld">
|
|
<h3>Record Class <a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.LogEffectOld</a></h3>
|
|
<div class="type-signature">class LogEffectOld extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>oldEffectiveMove</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">PeerIdT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a>,<wbr><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">NodeIdT</a>> oldEffectiveMove</pre>
|
|
<div class="block">The field for the <code>oldEffectiveMove</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>oldMeta</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a> oldMeta</pre>
|
|
<div class="block">The field for the <code>oldMeta</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>oldParent</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/LogEffectOld.html" title="type parameter in LogEffectOld">NodeIdT</a> oldParent</pre>
|
|
<div class="block">The field for the <code>oldParent</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.LogRecord">
|
|
<h3>Record Class <a href="com/usatiuk/kleppmanntree/LogRecord.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.LogRecord</a></h3>
|
|
<div class="type-signature">class LogRecord extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>effects</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a><<a href="com/usatiuk/kleppmanntree/LogEffect.html" title="class in com.usatiuk.kleppmanntree">LogEffect</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">PeerIdT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">NodeIdT</a>>> effects</pre>
|
|
<div class="block">The field for the <code>effects</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>op</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">OpMove</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">PeerIdT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a>,<wbr><a href="com/usatiuk/kleppmanntree/LogRecord.html" title="type parameter in LogRecord">NodeIdT</a>> op</pre>
|
|
<div class="block">The field for the <code>op</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.kleppmanntree.OpMove">
|
|
<h3>Record Class <a href="com/usatiuk/kleppmanntree/OpMove.html" title="class in com.usatiuk.kleppmanntree">com.usatiuk.kleppmanntree.OpMove</a></h3>
|
|
<div class="type-signature">class OpMove extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>childId</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">NodeIdT</a> childId</pre>
|
|
<div class="block">The field for the <code>childId</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>newMeta</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">MetaT</a> extends <a href="com/usatiuk/kleppmanntree/NodeMeta.html" title="interface in com.usatiuk.kleppmanntree">NodeMeta</a> newMeta</pre>
|
|
<div class="block">The field for the <code>newMeta</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>newParentId</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">NodeIdT</a> newParentId</pre>
|
|
<div class="block">The field for the <code>newParentId</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>timestamp</h5>
|
|
<pre><a href="com/usatiuk/kleppmanntree/CombinedTimestamp.html" title="class in com.usatiuk.kleppmanntree">CombinedTimestamp</a><<a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">TimestampT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">TimestampT</a>>,<wbr><a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">PeerIdT</a> extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a><<a href="com/usatiuk/kleppmanntree/OpMove.html" title="type parameter in OpMove">PeerIdT</a>>> timestamp</pre>
|
|
<div class="block">The field for the <code>timestamp</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/objects/package-summary.html">com.usatiuk.objects</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.JDataVersionedWrapperImpl">
|
|
<h3>Record Class <a href="com/usatiuk/objects/JDataVersionedWrapperImpl.html" title="class in com.usatiuk.objects">com.usatiuk.objects.JDataVersionedWrapperImpl</a></h3>
|
|
<div class="type-signature">class JDataVersionedWrapperImpl extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>data</h5>
|
|
<pre><a href="com/usatiuk/objects/JData.html" title="interface in com.usatiuk.objects">JData</a> data</pre>
|
|
<div class="block">The field for the <code>data</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>version</h5>
|
|
<pre>long version</pre>
|
|
<div class="block">The field for the <code>version</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.JObjectKeyImpl">
|
|
<h3>Class <a href="com/usatiuk/objects/JObjectKeyImpl.html" title="class in com.usatiuk.objects">com.usatiuk.objects.JObjectKeyImpl</a></h3>
|
|
<div class="type-signature">class JObjectKeyImpl extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<dl class="name-value">
|
|
<dt>serialVersionUID:</dt>
|
|
<dd>0L</dd>
|
|
</dl>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>value</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> value</pre>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.JObjectKeyMax">
|
|
<h3>Record Class <a href="com/usatiuk/objects/JObjectKeyMax.html" title="class in com.usatiuk.objects">com.usatiuk.objects.JObjectKeyMax</a></h3>
|
|
<div class="type-signature">class JObjectKeyMax extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.JObjectKeyMin">
|
|
<h3>Record Class <a href="com/usatiuk/objects/JObjectKeyMin.html" title="class in com.usatiuk.objects">com.usatiuk.objects.JObjectKeyMin</a></h3>
|
|
<div class="type-signature">class JObjectKeyMin extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/objects/stores/package-summary.html">com.usatiuk.objects.stores</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.stores.TxManifestObj">
|
|
<h3>Record Class <a href="com/usatiuk/objects/stores/TxManifestObj.html" title="class in com.usatiuk.objects.stores">com.usatiuk.objects.stores.TxManifestObj</a></h3>
|
|
<div class="type-signature">class TxManifestObj extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>deleted</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>> deleted</pre>
|
|
<div class="block">The field for the <code>deleted</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>written</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><org.apache.commons.lang3.tuple.Pair<<a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>,<wbr><a href="com/usatiuk/objects/stores/TxManifestObj.html" title="type parameter in TxManifestObj">T</a>>> written</pre>
|
|
<div class="block">The field for the <code>written</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.stores.TxManifestRaw">
|
|
<h3>Record Class <a href="com/usatiuk/objects/stores/TxManifestRaw.html" title="class in com.usatiuk.objects.stores">com.usatiuk.objects.stores.TxManifestRaw</a></h3>
|
|
<div class="type-signature">class TxManifestRaw extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Record.html" title="class or interface in java.lang" class="external-link">Record</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="detail">
|
|
<h4>Serialized Fields</h4>
|
|
<ul class="block-list">
|
|
<li class="block-list">
|
|
<h5>deleted</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><<a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>> deleted</pre>
|
|
<div class="block">The field for the <code>deleted</code> record component.</div>
|
|
</li>
|
|
<li class="block-list">
|
|
<h5>written</h5>
|
|
<pre><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><org.apache.commons.lang3.tuple.Pair<<a href="com/usatiuk/objects/JObjectKey.html" title="interface in com.usatiuk.objects">JObjectKey</a>,<wbr>com.google.protobuf.ByteString>> written</pre>
|
|
<div class="block">The field for the <code>written</code> record component.</div>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/objects/transaction/package-summary.html">com.usatiuk.objects.transaction</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.objects.transaction.TxCommitException">
|
|
<h3>Exception Class <a href="com/usatiuk/objects/transaction/TxCommitException.html" title="class in com.usatiuk.objects.transaction">com.usatiuk.objects.transaction.TxCommitException</a></h3>
|
|
<div class="type-signature">class TxCommitException extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/RuntimeException.html" title="class or interface in java.lang" class="external-link">RuntimeException</a> implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
<li>
|
|
<section class="serialized-package-container">
|
|
<h2 title="Package">Package <a href="com/usatiuk/utils/package-summary.html">com.usatiuk.utils</a></h2>
|
|
<ul class="block-list">
|
|
<li>
|
|
<section class="serialized-class-details" id="com.usatiuk.utils.StatusRuntimeExceptionNoStacktrace">
|
|
<h3>Exception Class <a href="com/usatiuk/utils/StatusRuntimeExceptionNoStacktrace.html" title="class in com.usatiuk.utils">com.usatiuk.utils.StatusRuntimeExceptionNoStacktrace</a></h3>
|
|
<div class="type-signature">class StatusRuntimeExceptionNoStacktrace extends io.grpc.StatusRuntimeException implements <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a></div>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
<footer role="contentinfo">
|
|
<hr>
|
|
<p class="legal-copy"><small>Copyright © 2025. All rights reserved.</small></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|