Pivotal GemFire Native Client C++ API
Pivotal GemFire Native Client C++ API
Pivotal GemFire Native Client C++ API describes the primary classes, and usage conventions for the native client C++ API. It demonstrates how to use the API to create caches and perform data serialization.
The native client C++ API allows C++ and .NET developers to programmatically create, populate, and manage a Pivotal GemFire distributed system. The C++ library is thread-safe, except where specified otherwise in the online API documentation.
The online C++ API documentation is included in the docs/cppdocs directory of the GemFire native client product installation). It provides extensive implementation details for the C++ structures and functions.
Several example API programs are included in the SampleCode directory. See QuickStart Examples and Guide.