Skip to content

Commit

Permalink
api updates
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Apr 25, 2024
1 parent 81b1fc8 commit 01163ec
Show file tree
Hide file tree
Showing 29 changed files with 2,032 additions and 116 deletions.
14 changes: 9 additions & 5 deletions api/java/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
catch(err) {
}
//-->
var data = {"i0":2,"i1":4,"i2":1,"i3":2,"i4":4,"i5":4,"i6":8,"i7":8,"i8":2,"i9":2,"i10":4};
var data = {"i0":2,"i1":4,"i2":1,"i3":2,"i4":4,"i5":4,"i6":2,"i7":8,"i8":8,"i9":2,"i10":2,"i11":4};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"],8:["t4","Exception Summary"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -147,30 +147,34 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</th>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/MerrittLocks.html" title="class in org.cdlib.mrt.zk">MerrittLocks</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/MerrittStateError.html" title="class in org.cdlib.mrt.zk">MerrittStateError</a></td>
<th class="colLast" scope="row">
<div class="block">Exception indicates that an illegal operation was invoked on an object with an incompatible state (ie attempting to delete a Job or Batch that is not in a deleteable state)</div>
</th>
</tr>
<tr id="i7" class="rowColor">
<tr id="i8" class="altColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/MerrittZKNodeInvalid.html" title="class in org.cdlib.mrt.zk">MerrittZKNodeInvalid</a></td>
<th class="colLast" scope="row">
<div class="block">Exception thown when attempting to modify the data payload for a ZooKeeper node.</div>
</th>
</tr>
<tr id="i8" class="altColor">
<tr id="i9" class="rowColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/QueueItem.html" title="class in org.cdlib.mrt.zk">QueueItem</a></td>
<th class="colLast" scope="row">
<div class="block">Base Class for Common functions for Merritt Ingest Batches and Merritt Ingest Jobs.</div>
</th>
</tr>
<tr id="i9" class="rowColor">
<tr id="i10" class="altColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/QueueItemHelper.html" title="class in org.cdlib.mrt.zk">QueueItemHelper</a></td>
<th class="colLast" scope="row">
<div class="block">The static methods in this class also provides a simplified interface for common ZooKeeper API calls.</div>
</th>
</tr>
<tr id="i10" class="altColor">
<tr id="i11" class="rowColor">
<td class="colFirst"><a href="org/cdlib/mrt/zk/ZKKey.html" title="enum in org.cdlib.mrt.zk">ZKKey</a></td>
<th class="colLast" scope="row">
<div class="block">Defines relative pathnames to ZooKeeper nodes for a Batch or a Job.</div>
Expand Down
1 change: 1 addition & 0 deletions api/java/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/cdlib/mrt/zk/Job.html" title="class in org.cdlib.mrt.zk">Job</a></li>
<li><a href="org/cdlib/mrt/zk/JobState.html" title="enum in org.cdlib.mrt.zk">JobState</a></li>
<li><a href="org/cdlib/mrt/zk/MerrittJsonKey.html" title="enum in org.cdlib.mrt.zk">MerrittJsonKey</a></li>
<li><a href="org/cdlib/mrt/zk/MerrittLocks.html" title="class in org.cdlib.mrt.zk">MerrittLocks</a></li>
<li><a href="org/cdlib/mrt/zk/MerrittStateError.html" title="class in org.cdlib.mrt.zk">MerrittStateError</a></li>
<li><a href="org/cdlib/mrt/zk/MerrittZKNodeInvalid.html" title="class in org.cdlib.mrt.zk">MerrittZKNodeInvalid</a></li>
<li><a href="org/cdlib/mrt/zk/QueueItem.html" title="class in org.cdlib.mrt.zk">QueueItem</a></li>
Expand Down
68 changes: 68 additions & 0 deletions api/java/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,74 @@ <h2 title="org.cdlib">org.cdlib.*</h2>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>org.cdlib.mrt.zk.<a href="org/cdlib/mrt/zk/MerrittLocks.html" title="class in org.cdlib.mrt.zk">MerrittLocks</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS">LOCKS</a></code></th>
<td class="colLast"><code>"/locks"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_COLLECTIONS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_COLLECTIONS">LOCKS_COLLECTIONS</a></code></th>
<td class="colLast"><code>"/locks/collections"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_INVENTORY">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_INVENTORY">LOCKS_INVENTORY</a></code></th>
<td class="colLast"><code>"/locks/inventory"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_QUEUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_QUEUE">LOCKS_QUEUE</a></code></th>
<td class="colLast"><code>"/locks/queue"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_QUEUE_ACCESS_LARGE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_QUEUE_ACCESS_LARGE">LOCKS_QUEUE_ACCESS_LARGE</a></code></th>
<td class="colLast"><code>"/locks/queue/accessLarge"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_QUEUE_ACCESS_SMALL">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_QUEUE_ACCESS_SMALL">LOCKS_QUEUE_ACCESS_SMALL</a></code></th>
<td class="colLast"><code>"/locks/queue/accessSmall"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_QUEUE_INGEST">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_QUEUE_INGEST">LOCKS_QUEUE_INGEST</a></code></th>
<td class="colLast"><code>"/locks/queue/ingest"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a id="org.cdlib.mrt.zk.MerrittLocks.LOCKS_STORAGE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="org/cdlib/mrt/zk/MerrittLocks.html#LOCKS_STORAGE">LOCKS_STORAGE</a></code></th>
<td class="colLast"><code>"/locks/storage"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</section>
</div>
Expand Down
Loading

0 comments on commit 01163ec

Please sign in to comment.