small fixes in documentation

parent af302069
...@@ -64,7 +64,7 @@ class NdbEventOperationImpl; ...@@ -64,7 +64,7 @@ class NdbEventOperationImpl;
* *
* Known issues: * Known issues:
* *
* When several NdbEventOperation s are tied to the same event in the same * When several NdbEventOperation's are tied to the same event in the same
* process they will share the circular buffer. The BufferLength will then * process they will share the circular buffer. The BufferLength will then
* be the same for all and decided by the first NdbEventOperation * be the same for all and decided by the first NdbEventOperation
* instantiation. Just make sure to instantiate the "largest" one first. * instantiation. Just make sure to instantiate the "largest" one first.
...@@ -84,7 +84,7 @@ class NdbEventOperationImpl; ...@@ -84,7 +84,7 @@ class NdbEventOperationImpl;
* replica. If a node fails events will not be received twice anymore * replica. If a node fails events will not be received twice anymore
* for data in corresponding fragment. Will be optimized in later versions. * for data in corresponding fragment. Will be optimized in later versions.
* *
* If a nodefailiure has occured not all events will be recieved * If a node failure has occured not all events will be recieved
* anymore. Drop NdbEventOperation and Create again after nodes are up * anymore. Drop NdbEventOperation and Create again after nodes are up
* again. Will be fixed in later versions. * again. Will be fixed in later versions.
* *
...@@ -97,7 +97,7 @@ class NdbEventOperationImpl; ...@@ -97,7 +97,7 @@ class NdbEventOperationImpl;
* *
* Useful API programs: * Useful API programs:
* *
* select_all -d sys 'NDB$EVENTS_0' * ndb_select_all -d sys 'NDB$EVENTS_0'
* Will show contents in the system table containing created events. * Will show contents in the system table containing created events.
* *
*/ */
...@@ -187,8 +187,19 @@ public: ...@@ -187,8 +187,19 @@ public:
*/ */
NdbDictionary::Event::TableEvent getEventType(); NdbDictionary::Event::TableEvent getEventType();
/**
*
*/
Uint32 getGCI(); Uint32 getGCI();
/**
*
*/
Uint32 getLatestGCI(); Uint32 getLatestGCI();
/*
*
*/
void print(); void print();
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment