(1024*1024*4) class CAVERN_initAttrib_c Class to set CAVERN initialization attributes
|
| getDBName () Get the data store name. |
|
| getMaxMutexMem () Get Max Shared Mem allocated for Sproc Mutex (only used for Sproc version of CAVERN) |
|
| getMaxThreads () Get Max number of threads allowable. (only used for Sproc version of CAVERN) |
|
| getPassword () Get the IRB's Password. |
|
| getPort () Get default main port of CAVERN client. |
|
| setDBName (char *dbRootName) Set the data store name. By default the datastore name is set as: CAVERN_DEFAULT_DB. |
|
| setLogLocalFile (char * filename) Set local filename to store network performance logging information. |
| | setLogOrganization (char *org) By setting the organization field all performance logging info generated by you will be labelled with the name |
| | setLogRemoteHost (char *hostname) Set the remote host to which performance information is sent |
| | setLogRemotePort (int port) Set the remote port that the remote performance monitoring daemon is listening to |
|
| setMaxMutexMem (unsigned long max) Set Max Shared Mem allocated for Sproc Mutex (only used for Sproc version of CAVERN) |
|
| setMaxThreads (int max) Set Max number of threads allowable. (only used for Sproc version of CAVERN) |
| | setPassword (char *pass) Set the IRB's Password that will be used for locking keys |
| | setPort (unsigned short thePort) Change CAVERN default main port to something else |
Class to set CAVERN initialization attributes. With this you can choose the port to open for your personal IRB and you can choose the name of the local CAVERN data-store. Other attributes will be added with time.
void setPassword(char *pass)
void setLogOrganization(char *org)
void setLogRemoteHost(char *hostname)
void setLogRemotePort(int port)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de