VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
PdxInstance.hpp
200 virtual std::vector<int8_t> getByteArrayField(
211 virtual std::vector<int16_t> getShortArrayField(
222 virtual std::vector<int32_t> getIntArrayField(
233 virtual std::vector<int64_t> getLongArrayField(
366 virtual int32_t hashcode() const override = 0;
Contains generic template definitions for Cacheable types and instantiations for built-in types.
internal::CacheableArrayPrimitive< std::shared_ptr< CacheableString >, internal::DSCode::CacheableStringArray > CacheableStringArray
An immutable wrapper for array of strings that can serve as a distributable object for caching.
Implement a date object based on epoch of January 1, 1970 00:00:00 GMT that can serve as a distributa...
Definition CacheableDate.hpp:45
Implements an immutable Vector of Cacheable objects that can serve as a distributable object for cach...
Definition CacheableObjectArray.hpp:49
PdxInstance provides run time access to the fields of a PDX without deserializing the PDX.
Definition PdxInstance.hpp:51
A PdxReader will be passed to PdxSerializable.fromData or during deserialization of a PDX.
Definition PdxReader.hpp:58
An interface for objects whose contents can be serialized as PDX types.
Definition PdxSerializable.hpp:41
A PdxWriter will be passed to PdxSerializable.toData when it is serializing the domain class.
Definition PdxWriter.hpp:41
This base class is the superclass of all user objects in the cache that can be serialized.
Definition Serializable.hpp:53
WritablePdxInstance is a PdxInstance that also supports field modification using the setField method.
Definition WritablePdxInstance.hpp:40
Apache Geode C++ Cache API Documentation