StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
StHyperCacheWebservice Class Reference
Inheritance diagram for StHyperCacheWebservice:
StHyperCacheI

Public Member Functions

bool init ()
 
const char * get (const std::string &group_key, const std::string &key, size_t &value_length)
 
bool set (const std::string &group_key, const std::string &key, const char *data, size_t dataLength, time_t expirationTime=0)
 
bool replace (const std::string &group_key, const std::string &key, const char *data, size_t dataLength, time_t expirationTime=0)
 
bool remove (const std::string &group_key, const std::string &key)
 
void clear ()
 
std::string getStat ()
 
const std::string & getName ()
 
const std::string & getVersion ()
 
const std::string & getType ()
 

Static Public Attributes

static StHyperCacheIptr
 

Protected Attributes

std::string m_Name
 
std::string m_Version
 
std::string m_Type
 
CURL * curl
 
std::string m_URI
 
char m_JsonErrorBuffer [CURL_ERROR_SIZE]
 
std::string m_JsonBuffer
 

Static Protected Attributes

static bool m_IsInitialized
 

Detailed Description

Definition at line 11 of file StHyperCacheWebservice.h.


The documentation for this class was generated from the following file: