Search Results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
This section provides information about MGM API functions used for listening to log events. ndb_mgm_listen_event() ndb_mgm_create_logevent_handle() ndb_mgm_destroy_logevent_handle() ndb_logevent_get_fd() ndb_logevent_get_next() ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
This section provides information about MGM API functions that are used to initiate, configure, and terminate connections to an NDB management server. ndb_mgm_get_connectstring() ndb_mgm_get_configuration_nodeid() ndb_mgm_get_connected_port() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
This means that they cannot be accessed by MySQL clients, and that they cannot be replicated. For these reasons, it is often preferable to avoid working with them. The Dictionary class does not have any methods for working directly with columns. You ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() Event::getEventColumn() Event::getName() Event::getNoOfEventColumns() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-index.html
Index Class Overview Index Class Constructor Index::addColumn() Index::addColumnName() Index::addColumnNames() Index::getColumn() Index::getLogging() Index::getName() Index::getNoOfColumns() Index::getObjectStatus() Index::getObjectVersion() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbinterpretedcode.html
This section provides information about the NdbInterpretedCode class, which can be used to prepare and execute an NDB API interpreted program. Description NdbInterpretedCode represents an interpreted program for use in operations created using ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
This class is used to generate and obtain information about sessions (Session objects). To create an instance, use the Node.js require() function with the driver name, like this: var nosql = require("mysql-js"); ConnectionProperties can be used to ...
https://dev.mysql.com/doc/ndbapi/en/overview-adaptive-send.html
Abstract Discusses the mechanics of transaction handling and transmission in NDB Cluster and the NDB API, and the objects used to implement these. When transactions are sent using NdbTransaction::execute(), they are not immediately transferred to ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
The NDB API is an object-oriented application programming interface for NDB Cluster that implements indexes, scans, transactions, and event handling. NDB transactions are ACID-compliant in that they provide a means to group operations in such a way ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
An NdbTransaction consists of a list of operations, each of which is represented by an instance of NdbOperation, NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation (that is, of NdbOperation or one of its child classes). See Section ...