VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Implements an immutable Vector of Cacheable
objects that can serve as a distributable object for caching.
More...
Inherits DataSerializablePrimitive, and vector< std::shared_ptr< Cacheable > >.
Public Member Functions | |
CacheableObjectArray () | |
Constructor, used for deserialization. More... | |
CacheableObjectArray (int32_t n) | |
Create a vector with n elements allocated. More... | |
Static Public Member Functions | |
static std::shared_ptr< CacheableObjectArray > | create () |
Factory method for creating the default instance of CacheableObjectArray. More... | |
static std::shared_ptr< CacheableObjectArray > | create (int32_t n) |
Factory method for creating an instance of CacheableObjectArray with given size. More... | |
static std::shared_ptr< Serializable > | createDeserializable () |
creation function for java Object[] More... | |
Implements an immutable Vector of Cacheable
objects that can serve as a distributable object for caching.
|
inline |
Constructor, used for deserialization.
|
inlineexplicit |
Create a vector with n elements allocated.
|
inlinestatic |
Factory method for creating the default instance of CacheableObjectArray.
|
inlinestatic |
Factory method for creating an instance of CacheableObjectArray with given size.
|
inlinestatic |
creation function for java Object[]