VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
AuthenticatedView.hpp
Go to the documentation of this file.
Creates an authenticated cache view to allow credential based access to region services.
Definition AuthenticatedView.hpp:46
PdxInstanceFactory createPdxInstanceFactory(const std::string &className) const override
Returns a factory that can create a PdxInstance.
std::shared_ptr< Region > getRegion(const std::string &path) const override
Look up a region with the full path from root.
std::vector< std::shared_ptr< Region > > rootRegions() const override
Returns a set of root regions in the cache.
std::shared_ptr< QueryService > getQueryService() override
Gets the QueryService from which a new Query can be obtained.
PdxInstanceFactory createPdxInstanceFactory(const std::string &className, bool expectDomainClass) const override
Returns a factory that can create a PdxInstance.
void close() override
Terminates this object cache and releases all the local resources.
entry point for function execution
Definition FunctionService.hpp:45
PdxInstanceFactory gives you a way to create PdxInstances.
Definition PdxInstanceFactory.hpp:52
A pool of connections to connect from a client to a set of Geode Cache Servers.
Definition Pool.hpp:59
A RegionService provides access to existing regions that exist in a Geode cache.
Definition RegionService.hpp:58
Apache Geode C++ Cache API Documentation