1 #ifndef __GEMFIRE_POOL_MANAGER_HPP__ 2 #define __GEMFIRE_POOL_MANAGER_HPP__ 11 #include "gfcpp_globals.hpp" 19 typedef HashMapT< CacheableStringPtr, PoolPtr > HashMapOfPools;
50 static const HashMapOfPools& getAll();
58 static PoolPtr find(
const char* name);
73 static void close(
bool keepAlive =
false);
80 #endif //__GEMFIRE_POOL_MANAGER_HPP__
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
Manages creation and access to connection pools for clients.
Definition: PoolManager.hpp:32
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51