Apache Geode Native C++ Reference 1.15.0
apache::geode::client::CacheableUndefined Class Reference

Implements a DataSerializable object for undefined query results. More...

#include <CacheableUndefined.hpp>

Inherits internal::DataSerializableFixedId_t< internal::DSFid::CacheableUndefined >.

Static Public Member Functions

static std::shared_ptr< CacheableUndefinedcreate ()
 Factory method for creating the default instance of CacheableUndefined. More...
 
static std::shared_ptr< SerializablecreateDeserializable ()
 creation function for undefined query result More...
 

Detailed Description

Implements a DataSerializable object for undefined query results.

Member Function Documentation

◆ create()

static std::shared_ptr< CacheableUndefined > apache::geode::client::CacheableUndefined::create ( )
inlinestatic

Factory method for creating the default instance of CacheableUndefined.

◆ createDeserializable()

static std::shared_ptr< Serializable > apache::geode::client::CacheableUndefined::createDeserializable ( )
inlinestatic

creation function for undefined query result


Apache Geode C++ Cache API Documentation