#include <AlterIndx.hpp>
Collaboration diagram for AlterIndxRef:

Definition at line 177 of file AlterIndx.hpp.
| NoError | |
| Busy | |
| NotMaster | |
| IndexNotFound | |
| IndexExists | |
| BadRequestType | |
| NotAnIndex | |
| BadState | |
| Inconsistency |
Definition at line 181 of file AlterIndx.hpp.
00181 { 00182 NoError = 0, 00183 Busy = 701, 00184 NotMaster = 702, 00185 IndexNotFound = 4243, 00186 IndexExists = 4244, 00187 BadRequestType = 4247, 00188 NotAnIndex = 4254, 00189 BadState = 4347, 00190 Inconsistency = 4348 00191 };
| const AlterIndxConf* AlterIndxRef::getConf | ( | ) | const [inline] |
Definition at line 212 of file AlterIndx.hpp.
References m_conf.
00212 { 00213 return &m_conf; 00214 }
| AlterIndxConf* AlterIndxRef::getConf | ( | ) | [inline] |
Definition at line 209 of file AlterIndx.hpp.
References m_conf.
Referenced by Dbdict::execALTER_INDX_REF().
00209 { 00210 return &m_conf; 00211 }
Here is the caller graph for this function:

| Uint32 AlterIndxRef::getConnectionPtr | ( | ) | const [inline] |
Definition at line 221 of file AlterIndx.hpp.
References AlterIndxConf::getConnectionPtr(), and m_conf.
00221 { 00222 return m_conf.getConnectionPtr(); 00223 }
Here is the call graph for this function:

| AlterIndxRef::ErrorCode AlterIndxRef::getErrorCode | ( | ) | const [inline] |
Definition at line 251 of file AlterIndx.hpp.
References m_errorCode.
Referenced by Dbdict::alterIndex_recvReply(), Dbdict::OpBuildIndex::setError(), Dbdict::OpAlterIndex::setError(), Dbdict::OpDropIndex::setError(), and Dbdict::OpCreateIndex::setError().
00251 { 00252 return (AlterIndxRef::ErrorCode)m_errorCode; 00253 }
Here is the caller graph for this function:

| Uint32 AlterIndxRef::getErrorLine | ( | ) | const [inline] |
Definition at line 257 of file AlterIndx.hpp.
References m_errorLine.
Referenced by Dbdict::alterIndex_recvReply(), Dbdict::OpBuildIndex::setError(), Dbdict::OpAlterIndex::setError(), Dbdict::OpDropIndex::setError(), and Dbdict::OpCreateIndex::setError().
00257 { 00258 return m_errorLine; 00259 }
Here is the caller graph for this function:

| Uint32 AlterIndxRef::getErrorNode | ( | ) | const [inline] |
Definition at line 263 of file AlterIndx.hpp.
References m_errorNode.
Referenced by Dbdict::alterIndex_recvReply(), Dbdict::OpBuildIndex::setError(), Dbdict::OpAlterIndex::setError(), Dbdict::OpDropIndex::setError(), and Dbdict::OpCreateIndex::setError().
00263 { 00264 return m_errorNode; 00265 }
Here is the caller graph for this function:

| Uint32 AlterIndxRef::getIndexId | ( | ) | const [inline] |
Definition at line 239 of file AlterIndx.hpp.
References AlterIndxConf::getIndexId(), and m_conf.
00239 { 00240 return m_conf.getIndexId(); 00241 }
Here is the call graph for this function:

| Uint32 AlterIndxRef::getIndexVersion | ( | ) | const [inline] |
Definition at line 245 of file AlterIndx.hpp.
References AlterIndxConf::getIndexVersion(), and m_conf.
00245 { 00246 return m_conf.getIndexVersion(); 00247 }
Here is the call graph for this function:

| AlterIndxReq::RequestType AlterIndxRef::getRequestType | ( | ) | const [inline] |
Definition at line 227 of file AlterIndx.hpp.
References AlterIndxConf::getRequestType(), and m_conf.
00227 { 00228 return m_conf.getRequestType(); 00229 }
Here is the call graph for this function:

| Uint32 AlterIndxRef::getTableId | ( | ) | const [inline] |
Definition at line 233 of file AlterIndx.hpp.
References AlterIndxConf::getTableId(), and m_conf.
00233 { 00234 return m_conf.getTableId(); 00235 }
Here is the call graph for this function:

| Uint32 AlterIndxRef::getUserRef | ( | ) | const [inline] |
Definition at line 215 of file AlterIndx.hpp.
References AlterIndxConf::getUserRef(), and m_conf.
Referenced by Dbdict::alterIndex_sendReply().
00215 { 00216 return m_conf.getUserRef(); 00217 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterIndxRef::setConnectionPtr | ( | Uint32 | val | ) | [inline] |
Definition at line 224 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setConnectionPtr().
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00224 { 00225 m_conf.setConnectionPtr(val); 00226 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterIndxRef::setErrorCode | ( | AlterIndxRef::ErrorCode | val | ) | [inline] |
Definition at line 254 of file AlterIndx.hpp.
References m_errorCode.
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00254 { 00255 m_errorCode = (Uint32)val; 00256 }
Here is the caller graph for this function:

| void AlterIndxRef::setErrorLine | ( | Uint32 | val | ) | [inline] |
Definition at line 260 of file AlterIndx.hpp.
References m_errorLine.
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00260 { 00261 m_errorLine = val; 00262 }
Here is the caller graph for this function:

| void AlterIndxRef::setErrorNode | ( | Uint32 | val | ) | [inline] |
Definition at line 266 of file AlterIndx.hpp.
References m_errorNode.
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00266 { 00267 m_errorNode = val; 00268 }
Here is the caller graph for this function:

| void AlterIndxRef::setIndexId | ( | Uint32 | val | ) | [inline] |
Definition at line 242 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setIndexId().
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00242 { 00243 m_conf.setIndexId(val); 00244 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterIndxRef::setIndexVersion | ( | Uint32 | val | ) | [inline] |
Definition at line 248 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setIndexVersion().
00248 { 00249 m_conf.setIndexVersion(val); 00250 }
Here is the call graph for this function:

| void AlterIndxRef::setRequestType | ( | AlterIndxReq::RequestType | val | ) | [inline] |
Definition at line 230 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setRequestType().
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00230 { 00231 m_conf.setRequestType(val); 00232 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterIndxRef::setTableId | ( | Uint32 | val | ) | [inline] |
Definition at line 236 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setTableId().
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00236 { 00237 m_conf.setTableId(val); 00238 }
Here is the call graph for this function:

Here is the caller graph for this function:

| void AlterIndxRef::setUserRef | ( | Uint32 | val | ) | [inline] |
Definition at line 218 of file AlterIndx.hpp.
References m_conf, and AlterIndxConf::setUserRef().
Referenced by Dbdict::alterIndex_sendReply(), and Dbtc::execALTER_INDX_REQ().
00218 { 00219 m_conf.setUserRef(val); 00220 }
Here is the call graph for this function:

Here is the caller graph for this function:

| AlterIndxRef::STATIC_CONST | ( | SignalLength | = AlterIndxConf::SignalLength+3 |
) |
| bool printALTER_INDX_REF | ( | FILE * | output, | |
| const Uint32 * | theData, | |||
| Uint32 | len, | |||
| Uint16 | receiverBlockNo | |||
| ) | [friend] |
Definition at line 31 of file AlterIndx.cpp.
00032 { 00033 // const AlterIndxRef * const sig = (AlterIndxRef *) theData; 00034 return false; 00035 }
union { ... } [private] |
AlterIndxConf AlterIndxRef::m_conf [private] |
Definition at line 195 of file AlterIndx.hpp.
Referenced by getConf(), getConnectionPtr(), getIndexId(), getIndexVersion(), getRequestType(), getTableId(), getUserRef(), setConnectionPtr(), setIndexId(), setIndexVersion(), setRequestType(), setTableId(), and setUserRef().
Uint32 AlterIndxRef::m_errorCode [private] |
Uint32 AlterIndxRef::m_errorLine [private] |
Uint32 AlterIndxRef::m_errorNode [private] |
Uint32 AlterIndxRef::masterNodeId [private] |
Definition at line 206 of file AlterIndx.hpp.
1.4.7

