16 #include <signaldata/BuildIndxImpl.hpp>
19 printBUILD_INDX_IMPL_REQ(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
22 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
23 fprintf(output,
" senderData: %u", sig->senderData);
24 fprintf(output,
" requestType: %u", sig->requestType);
25 fprintf(output,
" transId: 0x%x", sig->transId);
26 fprintf(output,
"\n");
27 fprintf(output,
" buildId: %u", sig->buildId);
28 fprintf(output,
" buildKey: %u", sig->buildKey);
29 fprintf(output,
"\n");
30 fprintf(output,
" tableId: %u", sig->tableId);
31 fprintf(output,
" indexId: %u", sig->indexId);
32 fprintf(output,
" indexType: %u", sig->indexType);
33 fprintf(output,
" parallelism: %u", sig->parallelism);
34 fprintf(output,
"\n");
39 printBUILD_INDX_IMPL_CONF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
42 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
43 fprintf(output,
" senderData: %u", sig->senderData);
44 fprintf(output,
"\n");
48 bool printBUILD_INDX_IMPL_REF(FILE* output,
const Uint32* theData, Uint32 len, Uint16 rbn)
51 fprintf(output,
" senderRef: 0x%x", sig->senderRef);
52 fprintf(output,
" senderData: %u", sig->senderData);
53 fprintf(output,
"\n");
54 fprintf(output,
" errorCode: %u", sig->errorCode);
55 fprintf(output,
" errorLine: %u", sig->errorLine);
56 fprintf(output,
" errorNodeId: %u", sig->errorNodeId);
57 fprintf(output,
" masterNodeId: %u", sig->masterNodeId);
58 fprintf(output,
"\n");