rasdaman complete source
|
This is the complete list of members for RasServerEntry, including all inherited members.
abortEveryThingNow() | ServerComm | |
abortTA(unsigned long callingClientId) | ServerComm | virtual |
actual_httpserver | HttpServer | static |
actual_servercomm | ServerComm | static |
addClientTblEntry(ClientTblElt *context) | ServerComm | |
admin | ServerComm | protected |
aliveSignal(unsigned long client) | ServerComm | virtual |
beginTA(unsigned long callingClientId, unsigned short readOnly=0) | ServerComm | virtual |
callback_mgr | ServerComm | |
clearExtendedErrorInfo() | ServerComm | |
clientCount | ServerComm | static |
clientEndRequest() | ServerComm | |
clientTbl | ServerComm | static |
clientTimeout | ServerComm | |
closeDB(unsigned long callingClientId) | ServerComm | virtual |
commitTA(unsigned long callingClientId) | ServerComm | virtual |
compat_abortTA() | RasServerEntry | |
compat_beginTA(bool rw) | RasServerEntry | |
compat_closeDB() | RasServerEntry | |
compat_commitTA() | RasServerEntry | |
compat_connectNewClient(const char *capability) | RasServerEntry | |
compat_connectToDBMS() | RasServerEntry | |
compat_DeleteCollByName(const char *collName) | RasServerEntry | |
compat_DeleteObjByOId(r_OId &oid) | RasServerEntry | |
compat_disconnectClient() | RasServerEntry | |
compat_EndInsertMDD(int persistent) | RasServerEntry | |
compat_endTransfer() | RasServerEntry | |
compat_executeQueryHttp(const char *httpParams, int httpParamsLen, char *&resultBuffer) | RasServerEntry | |
compat_executeQueryRpc(const char *query, ExecuteQueryRes &queryResult) | RasServerEntry | |
compat_ExecuteUpdateQuery(const char *query, ExecuteUpdateRes &returnStructure) | RasServerEntry | |
compat_GetCollectionByName(const char *collName, char *&typeName, char *&typeStructure, r_OId &oid) | RasServerEntry | |
compat_GetCollectionByName(r_OId oid, char *&typeName, char *&typeStructure, char *&collName) | RasServerEntry | |
compat_GetCollectionOidsByName(const char *collName, char *&typeName, char *&typeStructure, r_OId &oid, RPCOIdEntry *&oidTable, unsigned int &oidTableSize) | RasServerEntry | |
compat_GetCollectionOidsByOId(r_OId oid, char *&typeName, char *&typeStructure, RPCOIdEntry *&oidTable, unsigned int &oidTableSize, char *&collName) | RasServerEntry | |
compat_getNewOId(unsigned short objType) | RasServerEntry | |
compat_getNextElement(char *&buffer, unsigned int &bufferSize) | RasServerEntry | |
compat_getNextMDD(r_Minterval &mddDomain, char *&typeName, char *&typeStructure, r_OId &oid, unsigned short ¤tFormat) | RasServerEntry | |
compat_getNextTile(RPCMarray **rpcMarray) | RasServerEntry | |
compat_GetObjectType(r_OId &oid, unsigned short &objType) | RasServerEntry | |
compat_GetTypeStructure(const char *typeName, int typeType, char *&typeStructure) | RasServerEntry | |
compat_InitUpdate() | RasServerEntry | |
compat_InsertCollection(const char *collName, const char *typeName, r_OId &oid) | RasServerEntry | |
compat_InsertMDD(const char *collName, RPCMarray *rpcMarray, const char *typeName, r_OId &oid) | RasServerEntry | |
compat_InsertTile(int persistent, RPCMarray *) | RasServerEntry | |
compat_isOpenTA() | RasServerEntry | |
compat_openDB(const char *databaseName) | RasServerEntry | |
compat_RemoveObjFromColl(const char *collName, r_OId &oid) | RasServerEntry | |
compat_SetStorageFormat(int format, const char *params) | RasServerEntry | |
compat_SetTransferFormat(int format, const char *params) | RasServerEntry | |
compat_StartInsertPersMDD(const char *collName, r_Minterval &mddDomain, int typeLength, const char *typeName, r_OId &oid) | RasServerEntry | |
compat_StartInsertTransMDD(const char *domain, int typeLength, const char *typeName) | RasServerEntry | |
createCollection(const char *collName, const char *collTypeName) | RasServerEntry | |
createDB(char *name) | ServerComm | virtual |
createMDD(const char *collName, const char *mddTypeName, const char *definitionDomain, const char *tileDomain, bool rcindex) | RasServerEntry | |
currentClientContext | RasServerEntry | |
currentClientIdx | RasServerEntry | |
deleteClientTblEntry(unsigned long ClientId) | ServerComm | |
deleteCollByName(unsigned long callingClientId, const char *collName) | ServerComm | virtual |
deleteObjByOId(unsigned long callingClientId, r_OId &oid) | ServerComm | virtual |
destroyDB(char *name) | ServerComm | virtual |
endInsertMDD(unsigned long callingClientId, int isPersistent) | ServerComm | virtual |
endTransfer(unsigned long client) | ServerComm | virtual |
ENSURE_TILE_FORMAT_BAD | ServerComm | protectedstatic |
ENSURE_TILE_FORMAT_OK | ServerComm | protectedstatic |
ensureTileFormat(r_Data_Format &hasFmt, r_Data_Format needFmt, const r_Minterval &dom, const BaseType *type, char *&data, unsigned long &size, int repack, int owner, const char *params=NULL) | ServerComm | protectedstatic |
errorText | ServerComm | protected |
executeQuery(unsigned long callingClientId, const char *query, ExecuteQueryRes &returnStructure) | ServerComm | virtual |
executeUpdate(unsigned long callingClientId, const char *query, ExecuteUpdateRes &returnStructure) | ServerComm | virtual |
extendMDD(r_OId mddOId, const char *stripeDomain, const char *tileDomain) | RasServerEntry | |
garbageCollectionInterval | ServerComm | |
getClientContext(unsigned long ClientId) | RasServerEntry | virtual |
getCollByName(unsigned long callingClientId, const char *collName, char *&typeName, char *&typeStructure, r_OId &oid) | ServerComm | virtual |
getCollByOId(unsigned long callingClientId, r_OId &oid, char *&typeName, char *&typeStructure, char *&collName) | ServerComm | virtual |
getCollOIdsByName(unsigned long callingClientId, const char *collName, char *&typeName, char *&typeStructure, r_OId &oid, RPCOIdEntry *&oidTable, unsigned int &oidTableSize) | ServerComm | virtual |
getCollOIdsByOId(unsigned long callingClientId, r_OId &oid, char *&typeName, char *&typeStructure, RPCOIdEntry *&oidTable, unsigned int &oidTableSize, char *&collName) | ServerComm | virtual |
getExtendedErrorInfo() | ServerComm | |
getInstance() | RasServerEntry | static |
getMDDByOId(unsigned long callingClientId, r_OId &oid, r_Minterval &mddDomain, char *&typeName, char *&typeStructure, unsigned short ¤tFormat) | ServerComm | virtual |
getNewOId(unsigned long callingClientId, unsigned short objType, r_OId &oid) | ServerComm | virtual |
getNextElement(unsigned long callingClientId, char *&buffer, unsigned int &bufferSize) | ServerComm | virtual |
getNextMDD(unsigned long callingClientId, r_Minterval &mddDomain, char *&typeName, char *&typeStructure, r_OId &oid, unsigned short ¤tFormat) | ServerComm | virtual |
getNextTile(unsigned long callingClientId, RPCMarray **rpcMarray) | ServerComm | virtual |
getObjectType(unsigned long callingClientId, r_OId &oid, unsigned short &objType) | ServerComm | virtual |
getServerStatus(ServerStatRes &returnStruct) | ServerComm | virtual |
getTileDomains(r_OId mddOId, const char *stripeDomain) | RasServerEntry | |
getTypeStructure(unsigned long callingClientId, const char *typeName, unsigned short typeType, char *&typeStructure) | ServerComm | virtual |
HTTPCLIENT | ServerComm | static |
HttpServer() | HttpServer | |
HttpServer(unsigned long timeOut, unsigned long managementInterval, unsigned long listenPort, char *rasmgrHost, unsigned int rasmgrPort, char *serverName) | HttpServer | |
informRasMGR(int) | ServerComm | |
initExecuteUpdate(unsigned long callingClientId) | ServerComm | virtual |
insertColl(unsigned long callingClientId, const char *collName, const char *typeName, r_OId &oid) | ServerComm | virtual |
insertMDD(unsigned long callingClientId, const char *collName, RPCMarray *rpcMarray, const char *typeName, r_OId &oid) | ServerComm | virtual |
insertTile(unsigned long callingClientId, int isPersistent, RPCMarray *rpcMarray) | ServerComm | virtual |
insertTileSplitted(unsigned long callingClientId, int isPersistent, RPCMarray *rpcMarray, r_Minterval *tileSize) | ServerComm | virtual |
isHttpServer | ServerComm | protected |
isTAOpen(unsigned long callingClientId) | ServerComm | virtual |
listenPort | ServerComm | protected |
memUsed | ServerComm | |
openDB(unsigned long callingClientId, const char *dbName, const char *userName) | ServerComm | virtual |
printServerStatus(ostream &s=cout) | HttpServer | virtual |
processRequest(unsigned long callingClientId, char *baseName, int rascommand, char *query, int binDataSize, char *binData, int Endianess, char *&result, char *capability) | HttpServer | virtual |
rasmgrHost | ServerComm | protected |
rasmgrPort | ServerComm | protected |
removeObjFromColl(unsigned long callingClientId, const char *collName, r_OId &oid) | ServerComm | virtual |
ServerComm() | ServerComm | |
ServerComm(unsigned long timeOut, unsigned long managementInterval, unsigned long listenPort, char *rasmgrHost, unsigned int rasmgrPort, char *serverName) | ServerComm | |
serverName | ServerComm | protected |
setExtendedErrorInfo(const char *) | ServerComm | |
setStorageMode(unsigned long callingClientId, unsigned short format, const char *formatParams) | ServerComm | virtual |
setTransferMode(unsigned long callingClientId, unsigned short format, const char *formatParams) | ServerComm | virtual |
startInsertPersMDD(unsigned long callingClientId, const char *collName, r_Minterval &domain, unsigned long typeLength, const char *typeName, r_OId &oid) | ServerComm | virtual |
startInsertTransMDD(unsigned long callingClientId, r_Minterval &domain, unsigned long typeLength, const char *typeName) | ServerComm | virtual |
startRpcServer() | RasServerEntry | virtual |
stopRpcServer() | RasServerEntry | virtual |
transactionActive | ServerComm | |
~HttpServer() | HttpServer | virtual |
~RasServerEntry() | RasServerEntry | |
~ServerComm() | ServerComm | virtual |