Search



Search Results
Displaying 1651 to 1660 of 2583 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj.html
To compile applications that use ClusterJ, you either need to have the clusterj-api jar file in your classpath, or use a Maven dependency manager to install and configure the ClusterJ library in your project. This section provides basic information ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-start-stop-nodes.html
The nodes to be started must have been started with the no-start option (-n), meaning that the data node binary was started and is waiting for a START management command which actually enables the node. The MGM API provides several functions which ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-tls.html
The user must first have called ndb_mgm_set_ssl_ctx() before invoking this function. The functions described in this section were added in NDB 8.3 to support Transport Layer Security for communications between nodes. Also included in this section ...
https://dev.mysql.com/doc/ndbapi/en/mgm-types.html
(See The ndb_mgm_event_category Type.) Most of these log event types have one or more corresponding log event messages; these are listed in NDB Cluster Log Messages. This section provides information about the data types defined by the MGM API. The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
NDB columns have the same data types as found in MySQL The assignment (=) operator is overloaded for this class, so that it always performs a deep copy. This section provides information about the Column class, which models a column in an ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-configuration-or-application-error.html
The following list enumerates all NDB errors of type CE (Configuration or application error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
The text of the error message Similar errors have been grouped together in each list. This section contains a number of error code lists, one for each type of NDB API error. You can always obtain the latest error codes and information from the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
We assume that you have already created and populated the basic table, perhaps using the row insertion example shown previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). This example illustrates basic retrieval of one or more ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes-ndbrecord.html
This program illustrates how to use secondary indexes in the NDB API with the aid of the NdbRecord interface. The source code for this example may be found in the NDB Cluster source trees, in the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
This example demonstrates synchronous transactions and connecting to multiple clusters in a single NDB API application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
Displaying 1651 to 1660 of 2583 total results