VMware GemFire Native Client Cache Reference  9.0.6
GemFireCache.hpp
Go to the documentation of this file.
1 /*=========================================================================
2  * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved.
3  * This product is protected by U.S. and international copyright
4  * and intellectual property laws. Pivotal products are covered by
5  * one or more patents listed at http://www.pivotal.io/patents.
6  *=========================================================================
7  */
8 #ifndef __GEMFIRE_GEMFIRECACHE_H__
9 #define __GEMFIRE_GEMFIRECACHE_H__
10 
11 #include "gfcpp_globals.hpp"
12 #include "gf_types.hpp"
13 #include "RegionService.hpp"
14 
19 namespace gemfire {
20 
21 
37 public:
38 
42  virtual const char* getName() const = 0;
43 
50  virtual void initializeDeclarativeCache(const char* cacheXml) = 0;
51 
56  virtual DistributedSystemPtr getDistributedSystem() const = 0;
57 
61  virtual bool getPdxIgnoreUnreadFields() = 0;
62 
66  virtual bool getPdxReadSerialized() = 0;
67 };
68 
69 
70 }; //namespace gemfire
71 #endif //ifndef __GEMFIRE_GEMFIRECACHE_H__
GemFireCache represents the singleton cache that must be created in order to connect to Gemfire serve...
Definition: GemFireCache.hpp:33
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
A RegionService provides access to existing regions that exist in a GemFire cache.
Definition: RegionService.hpp:43
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35

GemFire C++ Cache API Documentation