Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ public void handleCommit(org.apache.kafka.raft.BatchReader arg0) {
if (_handleCommitIndex <= 0) _handleCommitIndex = getEventIndex("handleCommit");
raiseEvent(_handleCommitIndex, eventDataExchange, arg0); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
}
int _handleLoadBootstrapIndex = 0;
//@Override
public void handleLoadBootstrap(org.apache.kafka.snapshot.SnapshotReader arg0) {
org.mases.jnet.developed.JNetEventResult eventDataExchange = new org.mases.jnet.developed.JNetEventResult();
if (_handleLoadBootstrapIndex <= 0) _handleLoadBootstrapIndex = getEventIndex("handleLoadBootstrap");
raiseEvent(_handleLoadBootstrapIndex, eventDataExchange, arg0); if (!eventDataExchange.getHasOverride()) throw new UnsupportedOperationException("The method shall be implemented in .NET side since does not have a default implementation within the JVM");
}
int _handleLoadSnapshotIndex = 0;
//@Override
public void handleLoadSnapshot(org.apache.kafka.snapshot.SnapshotReader arg0) {
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNet/Generated/Kafka/Admin/ConfigCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka_2.13-4.2.1.jar as reference
* using kafka_2.13-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
11 changes: 10 additions & 1 deletion src/net/KNet/Generated/Org/Apache/Kafka/Clients/Admin/Admin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down Expand Up @@ -1375,6 +1375,15 @@ public Org.Apache.Kafka.Clients.Admin.UnregisterBrokerResult UnregisterBroker(in
return IExecuteWithSignature<Org.Apache.Kafka.Clients.Admin.UnregisterBrokerResult>("unregisterBroker", "(I)Lorg/apache/kafka/clients/admin/UnregisterBrokerResult;", arg0);
}
/// <summary>
/// <see href="https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/4.2.1/org/apache/kafka/clients/admin/Admin.html#updateFeatures(java.util.Map)"/>
/// </summary>
/// <param name="arg0"><see cref="Java.Util.Map"/></param>
/// <returns><see cref="Org.Apache.Kafka.Clients.Admin.UpdateFeaturesResult"/></returns>
public Org.Apache.Kafka.Clients.Admin.UpdateFeaturesResult UpdateFeatures(Java.Util.Map<Java.Lang.String, Org.Apache.Kafka.Clients.Admin.FeatureUpdate> arg0)
{
return IExecuteWithSignature<Org.Apache.Kafka.Clients.Admin.UpdateFeaturesResult>("updateFeatures", "(Ljava/util/Map;)Lorg/apache/kafka/clients/admin/UpdateFeaturesResult;", arg0);
}
/// <summary>
/// <see href="https://www.javadoc.io/doc/org.apache.kafka/kafka-clients/4.2.1/org/apache/kafka/clients/admin/Admin.html#close()"/>
/// </summary>
public void Close()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/*
* This file is generated by MASES.JNetReflector (ver. 2.6.9.0)
* using kafka-clients-4.2.1.jar as reference
* using kafka-clients-4.3.1.jar as reference
*/

using MASES.JCOBridge.C2JBridge;
Expand Down
Loading
Loading