Implements an immutable Vector of Cacheable
objects that can serve as a distributable object for caching.
More...
#include <CacheableObjectArray.hpp>
Inherits internal::DataSerializablePrimitive, and std::vector< std::shared_ptr< Cacheable > >.
Implements an immutable Vector of Cacheable
objects that can serve as a distributable object for caching.
◆ CacheableObjectArray() [1/2]
apache::geode::client::CacheableObjectArray::CacheableObjectArray |
( |
| ) |
|
|
inline |
Constructor, used for deserialization.
◆ CacheableObjectArray() [2/2]
apache::geode::client::CacheableObjectArray::CacheableObjectArray |
( |
int32_t |
n | ) |
|
|
inlineexplicit |
Create a vector with n elements allocated.
◆ create() [1/2]
static std::shared_ptr< CacheableObjectArray > apache::geode::client::CacheableObjectArray::create |
( |
| ) |
|
|
inlinestatic |
◆ create() [2/2]
static std::shared_ptr< CacheableObjectArray > apache::geode::client::CacheableObjectArray::create |
( |
int32_t |
n | ) |
|
|
inlinestatic |
◆ createDeserializable()
static std::shared_ptr< Serializable > apache::geode::client::CacheableObjectArray::createDeserializable |
( |
| ) |
|
|
inlinestatic |
creation function for java Object[]