irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems. Fossies Dox: irods-4.2.8.tar.gz ("unofficial" and yet experimental doxygen-generated source code documentation) 
|
Go to the documentation of this file.
38 "role not supported [%s]",
45 generalRowInsertInp );
50 "rsGeneralRowInsert: rcGeneralRowInsert failed" );
60 "_rsGeneralRowInsert tableName=%s",
63 if ( strcmp( generalRowInsertInp->
tableName,
"serverload" ) == 0 ) {
65 generalRowInsertInp->
arg1,
66 generalRowInsertInp->
arg2,
67 generalRowInsertInp->
arg3,
68 generalRowInsertInp->
arg4,
69 generalRowInsertInp->
arg5,
70 generalRowInsertInp->
arg6,
71 generalRowInsertInp->
arg7,
72 generalRowInsertInp->
arg8,
73 generalRowInsertInp->
arg9 );
76 if ( strcmp( generalRowInsertInp->
tableName,
"serverloaddigest" ) == 0 ) {
78 generalRowInsertInp->
arg1,
79 generalRowInsertInp->
arg2 );
82 if ( strcmp( generalRowInsertInp->
tableName,
"ruleTable" ) == 0 ) {
84 generalRowInsertInp->
arg1,
85 generalRowInsertInp->
arg2,
86 generalRowInsertInp->
arg3,
87 generalRowInsertInp->
arg4,
88 generalRowInsertInp->
arg5,
89 generalRowInsertInp->
arg6,
90 generalRowInsertInp->
arg7,
91 generalRowInsertInp->
arg8,
92 generalRowInsertInp->
arg9 );
95 if ( strcmp( generalRowInsertInp->
tableName,
"versionRuleBase" ) == 0 ) {
97 generalRowInsertInp->
arg1,
98 generalRowInsertInp->
arg2 );
101 if ( strcmp( generalRowInsertInp->
tableName,
"dvmTable" ) == 0 ) {
103 generalRowInsertInp->
arg1,
104 generalRowInsertInp->
arg2,
105 generalRowInsertInp->
arg3,
106 generalRowInsertInp->
arg4,
107 generalRowInsertInp->
arg5 );
110 if ( strcmp( generalRowInsertInp->
tableName,
"versionDVMBase" ) == 0 ) {
112 generalRowInsertInp->
arg1,
113 generalRowInsertInp->
arg2 );
116 if ( strcmp( generalRowInsertInp->
tableName,
"fnmTable" ) == 0 ) {
118 generalRowInsertInp->
arg1,
119 generalRowInsertInp->
arg2,
120 generalRowInsertInp->
arg3,
121 generalRowInsertInp->
arg4 );
124 if ( strcmp( generalRowInsertInp->
tableName,
"versionFNMBase" ) == 0 ) {
126 generalRowInsertInp->
arg1,
127 generalRowInsertInp->
arg2 );
131 if ( strcmp( generalRowInsertInp->
tableName,
"msrvcTable" ) == 0 ) {
133 generalRowInsertInp->
arg1,
134 generalRowInsertInp->
arg2,
135 generalRowInsertInp->
arg3,
136 generalRowInsertInp->
arg4,
137 generalRowInsertInp->
arg5,
138 generalRowInsertInp->
arg6,
139 generalRowInsertInp->
arg7,
140 generalRowInsertInp->
arg8,
141 generalRowInsertInp->
arg9,
142 generalRowInsertInp->
arg10 );
void rodsLog(int level, const char *formatStr,...)
const std::string CFG_SERVICE_ROLE_CONSUMER("consumer")
@ SYS_SERVICE_ROLE_NOT_SUPPORTED
int chlInsFnmTable(rsComm_t *rsComm, const char *baseName, const char *funcName, const char *func2CMap, const char *myTime)
#define PASS(prev_error_)
int chlInsRuleTable(rsComm_t *rsComm, const char *baseName, const char *priorityStr, const char *ruleName, const char *ruleHead, const char *ruleCondition, const char *ruleAction, const char *ruleRecovery, const char *ruleIdStr, const char *myTime)
int chlVersionRuleBase(rsComm_t *rsComm, const char *baseName, const char *myTime)
int chlInsMsrvcTable(rsComm_t *rsComm, const char *moduleName, const char *msrvcName, const char *msrvcSignature, const char *msrvcVersion, const char *msrvcHost, const char *msrvcLocation, const char *msrvcLanguage, const char *msrvcTypeName, const char *msrvcStatus, const char *myTime)
const std::string CFG_SERVICE_ROLE_PROVIDER("provider")
int chlVersionFnmBase(rsComm_t *rsComm, const char *baseName, const char *myTime)
int chlRegServerLoadDigest(rsComm_t *rsComm, const char *rescName, const char *loadFactor)
int chlRegServerLoad(rsComm_t *rsComm, const char *hostName, const char *rescName, const char *cpuUsed, const char *memUsed, const char *swapUsed, const char *runqLoad, const char *diskSpace, const char *netInput, const char *netOutput)
int rcGeneralRowInsert(rcComm_t *conn, generalRowInsertInp_t *generalRowInsertInp)
int rsGeneralRowInsert(rsComm_t *rsComm, generalRowInsertInp_t *generalRowInsertInp)
int getAndConnRcatHost(rsComm_t *rsComm, int rcatType, const char *rcatZoneHint, rodsServerHost_t **rodsServerHost)
int chlVersionDvmBase(rsComm_t *rsComm, const char *baseName, const char *myTime)
irods::error get_catalog_service_role(std::string &_role)
int _rsGeneralRowInsert(rsComm_t *rsComm, generalRowInsertInp_t *generalRowInsertInp)
int chlInsDvmTable(rsComm_t *rsComm, const char *baseName, const char *varName, const char *action, const char *var2CMap, const char *myTime)