Skip to content

Commit

Permalink
Update documentation after commit 41959eb (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Nov 5, 2024
1 parent 41959eb commit 0ee30ad
Showing 1 changed file with 52 additions and 54 deletions.
106 changes: 52 additions & 54 deletions docs/api/Org.Apache.Kafka.Common.Utils.KafkaThread.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1 id="Org_Apache_Kafka_Common_Utils_KafkaThread" data-uid="Org.Apache.Kafka.Co
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class KafkaThread : Thread, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IRunnable</code></pre>
<pre><code class="lang-csharp hljs">public class KafkaThread : Thread, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition</code></pre>
</div>


Expand All @@ -110,8 +110,7 @@ <h1 id="Org_Apache_Kafka_Common_Utils_KafkaThread" data-uid="Org.Apache.Kafka.Co
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject">DynamicObject</a></div>
<div><span class="xref">JVMBridgeBase</span></div>
<div><span class="xref">JVMBridgeBase</span>&lt;<a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.Runnable.html">Runnable</a>&gt;</div>
<div><a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.Runnable.html">Runnable</a></div>
<div><span class="xref">JVMBridgeBase</span>&lt;<a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.Thread.html">Thread</a>&gt;</div>
<div><a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.Thread.html">Thread</a></div>
<div><span class="xref">KafkaThread</span></div>
</dd>
Expand All @@ -126,7 +125,6 @@ <h1 id="Org_Apache_Kafka_Common_Utils_KafkaThread" data-uid="Org.Apache.Kafka.Co
<div><span class="xref">IJVMBridgeBaseStatic</span></div>
<div><span class="xref">IJVMBridgeBase</span></div>
<div><span class="xref">IJVMBridgeDefinition</span></div>
<div><a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.IRunnable.html">IRunnable</a></div>
</dd>
</dl>

Expand Down Expand Up @@ -234,154 +232,154 @@ <h1 id="Org_Apache_Kafka_Common_Utils_KafkaThread" data-uid="Org.Apache.Kafka.Co
<a class="xref" href="https://jnet.masesgroup.com/api/Java.Lang.Thread.html#Java_Lang_Thread_ThreadGroup">Thread.ThreadGroup</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute(IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute(IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature(IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature(IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature(string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn&gt;(IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn&gt;(IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn&gt;(IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn&gt;(IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn&gt;(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn&gt;(string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute(Type, IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute(Type, IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature(Type, IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature(Type, IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute(Type, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute(Type, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature(Type, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature(Type, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TNewClass, TReturn&gt;(IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TNewClass, TReturn&gt;(IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TNewClass, TReturn&gt;(IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TNewClass, TReturn&gt;(IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TNewClass, TReturn&gt;(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TNewClass, TReturn&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TNewClass, TReturn&gt;(string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TNewClass, TReturn&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn&gt;(Type, IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn&gt;(Type, IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn&gt;(Type, IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn&gt;(Type, IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn&gt;(Type, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn&gt;(Type, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn&gt;(Type, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn&gt;(Type, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TNewClass, TReturn, TConverter&gt;(IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TNewClass, TReturn, TConverter&gt;(IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TNewClass, TReturn, TConverter&gt;(IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TNewClass, TReturn, TConverter&gt;(IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TNewClass, TReturn, TConverter&gt;(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TNewClass, TReturn, TConverter&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TNewClass, TReturn, TConverter&gt;(string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TNewClass, TReturn, TConverter&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn, TConverter&gt;(Type, IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn, TConverter&gt;(Type, IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn, TConverter&gt;(Type, IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn, TConverter&gt;(Type, IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecute&lt;TReturn, TConverter&gt;(Type, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecute&lt;TReturn, TConverter&gt;(Type, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignature&lt;TReturn, TConverter&gt;(Type, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignature&lt;TReturn, TConverter&gt;(Type, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteArray&lt;T&gt;(IJavaType, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteArray&lt;T&gt;(IJavaType, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignatureArray&lt;T&gt;(IJavaType, string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignatureArray&lt;T&gt;(IJavaType, string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteArray&lt;T&gt;(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteArray&lt;T&gt;(string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SExecuteWithSignatureArray&lt;T&gt;(string, string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SExecuteWithSignatureArray&lt;T&gt;(string, string, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetField(IJavaType, string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetField(IJavaType, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetField(string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetField(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetField&lt;TReturn&gt;(IJavaType, string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetField&lt;TReturn&gt;(IJavaType, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetField&lt;TReturn&gt;(string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetField&lt;TReturn&gt;(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetFieldArray&lt;TReturn&gt;(IJavaType, string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetFieldArray&lt;TReturn&gt;(IJavaType, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SGetFieldArray&lt;TReturn&gt;(string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SGetFieldArray&lt;TReturn&gt;(string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SSetField(IJavaType, string, object)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SSetField(IJavaType, string, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SSetField(string, object)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SSetField(string, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SSetField&lt;TValue&gt;(IJavaType, string, TValue)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SSetField&lt;TValue&gt;(IJavaType, string, TValue)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.SSetField&lt;TValue&gt;(string, TValue)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.SSetField&lt;TValue&gt;(string, TValue)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.IsAssignableFrom(string)</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.IsAssignableFrom(string)</a>
</div>
<div>
<span class="xref">JVMBridgeBase&lt;Runnable&gt;.IsAssignableFrom(IJavaType)</span>
<span class="xref">JVMBridgeBase&lt;Thread&gt;.IsAssignableFrom(IJavaType)</span>
</div>
<div>
<span class="xref">JVMBridgeBase&lt;Runnable&gt;.IsAssignableFrom&lt;T&gt;()</span>
<span class="xref">JVMBridgeBase&lt;Thread&gt;.IsAssignableFrom&lt;T&gt;()</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase&lt;Runnable&gt;.New(params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">JVMBridgeBase&lt;Thread&gt;.New(params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Runnable&gt;.NewWithSignature(string, params object[])</a>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">JVMBridgeBase&lt;Thread&gt;.NewWithSignature(string, params object[])</a>
</div>
<div>
<span class="xref">JVMBridgeBase&lt;Runnable&gt;.Execute&lt;T&gt;(params T[])</span>
<span class="xref">JVMBridgeBase&lt;Thread&gt;.Execute&lt;T&gt;(params T[])</span>
</div>
<div>
<span class="xref">JVMBridgeBase&lt;Runnable&gt;.DynBridgeClazz</span>
<span class="xref">JVMBridgeBase&lt;Thread&gt;.DynBridgeClazz</span>
</div>
<div>
<span class="xref">JVMBridgeBase&lt;Runnable&gt;.BridgeClazz</span>
<span class="xref">JVMBridgeBase&lt;Thread&gt;.BridgeClazz</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">JVMBridgeBase.ClazzOf&lt;TClass&gt;(bool)</a>
Expand Down

0 comments on commit 0ee30ad

Please sign in to comment.