VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
CacheableObjectArray.hpp
Go to the documentation of this file.
Implements an immutable Vector of Cacheable objects that can serve as a distributable object for cach...
Definition CacheableObjectArray.hpp:49
static std::shared_ptr< CacheableObjectArray > create(int32_t n)
Factory method for creating an instance of CacheableObjectArray with given size.
Definition CacheableObjectArray.hpp:89
CacheableObjectArray(int32_t n)
Create a vector with n elements allocated.
Definition CacheableObjectArray.hpp:55
static std::shared_ptr< CacheableObjectArray > create()
Factory method for creating the default instance of CacheableObjectArray.
Definition CacheableObjectArray.hpp:81
CacheableObjectArray()
Constructor, used for deserialization.
Definition CacheableObjectArray.hpp:52
Provide operations for reading primitive data values, byte arrays, strings, Serializable objects from...
Definition DataInput.hpp:59
Provide operations for writing primitive data values, byte arrays, strings, Serializable objects to a...
Definition DataOutput.hpp:48
This base class is the superclass of all user objects in the cache that can be serialized.
Definition Serializable.hpp:53
Apache Geode C++ Cache API Documentation