16 #include <signaldata/BuildIndx.hpp>
19 printBUILD_INDX_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
22 fprintf(output,
" clientRef: 0x%x", sig->clientRef);
23 fprintf(output,
" clientData: %u", sig->clientData);
24 fprintf(output,
"\n");
25 fprintf(output,
" transId: 0x%x", sig->transId);
26 fprintf(output,
" transKey: %u", sig->transKey);
27 fprintf(output,
" requestInfo: 0x%x", sig->requestInfo);
28 fprintf(output,
"\n");
29 fprintf(output,
" buildId: %u", sig->buildId);
30 fprintf(output,
" buildKey: %u", sig->buildKey);
31 fprintf(output,
"\n");
32 fprintf(output,
" tableId: %u", sig->tableId);
33 fprintf(output,
" indexId: %u", sig->indexId);
34 fprintf(output,
" indexType: %u", sig->indexType);
35 fprintf(output,
" parallelism: %u", sig->parallelism);
36 fprintf(output,
"\n");
41 printBUILD_INDX_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
44 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
45 fprintf(output,
" clientData: %u", sig->clientData);
46 fprintf(output,
"\n");
47 fprintf(output,
" transId: 0x%x", sig->transId);
48 fprintf(output,
"\n");
49 fprintf(output,
" tableId: %u", sig->tableId);
50 fprintf(output,
" indexId: %u", sig->indexId);
51 fprintf(output,
" indexType: %u", sig->indexType);
52 fprintf(output,
"\n");
56 bool printBUILD_INDX_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
59 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
60 fprintf(output,
" clientData: %u", sig->clientData);
61 fprintf(output,
"\n");
62 fprintf(output,
" transId: 0x%x", sig->transId);
63 fprintf(output,
"\n");
64 fprintf(output,
" tableId: %u", sig->tableId);
65 fprintf(output,
" indexType: %u", sig->indexType);
66 fprintf(output,
" indexId: %u", sig->indexId);
67 fprintf(output,
"\n");
68 fprintf(output,
" errorCode: %u", sig->errorCode);
69 fprintf(output,
" errorLine: %u", sig->errorLine);
70 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
71 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
72 fprintf(output,
"\n");