At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge
------------------------------------------------------------
revno: 218
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Mon 2007-10-29 17:51:35 +0000
message:
Added pollNdb
modified:
java/com/mysql/cluster/ndbj/Ndb.java ndb.java-20070517181935-98huwjarzuh25b30-2
swig/Ndb.i ndb.i-20070228021421-qkr4cbpxymyqdrf3-1
=== modified file 'java/com/mysql/cluster/ndbj/Ndb.java'
--- a/java/com/mysql/cluster/ndbj/Ndb.java 2007-10-28 00:05:03 +0000
+++ b/java/com/mysql/cluster/ndbj/Ndb.java 2007-10-29 17:51:35 +0000
@@ -132,4 +132,14 @@
public int pollEvents(int aMillisecondNumber) throws NdbApiException;
+ public void sendPreparedTransactions(int forceSend);
+
+ public void sendPreparedTransactions();
+
+ public int pollNdb(int aMillisecondNumber, int minNoOfEventsToWakeup) throws
NdbApiException;
+
+ public int pollNdb(int aMillisecondNumber) throws NdbApiException;
+
+ public int pollNdb() throws NdbApiException;
+
}
\ No newline at end of file
=== modified file 'swig/Ndb.i'
--- a/swig/Ndb.i 2007-10-28 00:05:03 +0000
+++ b/swig/Ndb.i 2007-10-29 17:51:35 +0000
@@ -41,6 +41,8 @@
NdbEventOperation *nextEvent();
+ void sendPreparedTransactions(int forceSend = 0);
+
%ndbexception("NdbApiException") {
$action
if (result==-1) {
@@ -52,6 +54,9 @@
int sendPollNdb(int aMillisecondNumber = WAITFOR_RESPONSE_TIMEOUT,
int minNoOfEventsToWakeup = 1,
int forceSend = 0);
+ int pollNdb(int aMillisecondNumber = WAITFOR_RESPONSE_TIMEOUT,
+ int minNoOfEventsToWakeup = 1);
+
// int pollEvents(int aMillisecondNumber, Uint64 *latestGCI= 0);
%ndbexception("NdbApiException") {
| Thread |
|---|
| • Rev 218: Added pollNdb in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 29 Oct |