VMware GemFire Native .NET Reference  9.2.4
CacheableBuiltins.hpp File Reference

Data Structures

class  Apache::Geode::Client::BooleanArray
 An immutable wrapper for array of booleans that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableBoolean
 An immutable wrapper for booleans that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableBuiltinArray< TNative, TNativePtr, TManaged, TYPEID >
 An immutable template array wrapper that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableBuiltinKey< TNative, TManaged, TYPEID >
 An immutable template wrapper for C++ CacheableKeys that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableByte
 An immutable wrapper for bytes that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableBytes
 An immutable wrapper for byte arrays that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableCharacter
 An immutable wrapper for 16-bit characters that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableDouble
 An immutable wrapper for doubles that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableDoubleArray
 An immutable wrapper for array of doubles that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableFloat
 An immutable wrapper for floats that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableFloatArray
 An immutable wrapper for array of floats that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableInt16
 An immutable wrapper for 16-bit integers that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableInt16Array
 An immutable wrapper for array of 16-bit integers that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableInt32
 An immutable wrapper for 32-bit integers that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableInt32Array
 An immutable wrapper for array of 32-bit integers that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CacheableInt64
 An immutable wrapper for 64-bit integers that can serve as a distributable key object for caching. More...
 
class  Apache::Geode::Client::CacheableInt64Array
 An immutable wrapper for array of 64-bit integers that can serve as a distributable object for caching. More...
 
class  Apache::Geode::Client::CharArray
 An immutable wrapper for array of 16-bit characters that can serve as a distributable object for caching. More...
 

Namespaces

 Apache::Geode
 
 Apache::Geode::Client
 

Detailed Description

Declares the CacheableBuiltinKey and CacheableBuiltinArray template classes and their instantiations for CacheableBoolean, CacheableByte, CacheableDouble, CacheableFloat, CacheableInt16, CacheableInt32, CacheableInt64, CacheableBytes, CacheableDoubleArray, CacheableFloatArray, CacheableInt16Array, CacheableInt32Array, CacheableInt64Array, BooleanArray and CharArray

Declared the built-in Geode serializable types.


VMware GemFire .NET Cache API Documentation