Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::GeodeClassIds Class Reference

Static class containing the classIds of the built-in cacheable types. More...

#include <GeodeClassIds.hpp>

Data Fields

literal System::UInt32 BooleanArray
 ClassId of BooleanArray class More...
 
literal System::UInt32 CacheableArrayList
 ClassId of CacheableArrayList class More...
 
literal System::UInt32 CacheableASCIIString
 ClassId of CacheableString class for ASCII strings More...
 
literal System::UInt32 CacheableASCIIStringHuge
 ClassId of CacheableString class for huge ASCII strings More...
 
literal System::UInt32 CacheableBoolean
 ClassId of CacheableBoolean class More...
 
literal System::UInt32 CacheableByte
 ClassId of CacheableByte class More...
 
literal System::UInt32 CacheableBytes
 ClassId of CacheableBytes class More...
 
literal System::UInt32 CacheableCharacter
 ClassId of CacheableInt16 class for wide-characters More...
 
literal System::UInt32 CacheableDate
 ClassId of CacheableDate class More...
 
literal System::UInt32 CacheableDouble
 ClassId of CacheableDouble class More...
 
literal System::UInt32 CacheableDoubleArray
 ClassId of CacheableDoubleArray class More...
 
literal System::UInt32 CacheableFileName
 ClassId of CacheableFileName class More...
 
literal System::UInt32 CacheableFloat
 ClassId of CacheableFloat class More...
 
literal System::UInt32 CacheableFloatArray
 ClassId of CacheableFloatArray class More...
 
literal System::UInt32 CacheableHashMap
 ClassId of CacheableHashMap class More...
 
literal System::UInt32 CacheableHashSet
 ClassId of CacheableHashSet class More...
 
literal System::UInt32 CacheableHashTable
 ClassId of CacheableHashTable class More...
 
literal System::UInt32 CacheableIdentityHashMap
 ClassId of CacheableIdentityHashMap class More...
 
literal System::UInt32 CacheableInt16
 ClassId of CacheableInt16 class More...
 
literal System::UInt32 CacheableInt16Array
 ClassId of CacheableInt16Array class More...
 
literal System::UInt32 CacheableInt32
 ClassId of CacheableInt32 class More...
 
literal System::UInt32 CacheableInt32Array
 ClassId of CacheableInt32Array class More...
 
literal System::UInt32 CacheableInt64
 ClassId of CacheableInt64 class More...
 
literal System::UInt32 CacheableInt64Array
 ClassId of CacheableInt64Array class More...
 
literal System::UInt32 CacheableLinkedHashSet
 ClassId of CacheableLinkedHashSet class More...
 
literal System::UInt32 CacheableLinkedList
 ClassId of CacheableArrayList class More...
 
literal System::UInt32 CacheableManagedObject
 ClassId of CacheableObject class More...
 
literal System::UInt32 CacheableManagedObjectXml
 ClassId of CacheableObjectXml class More...
 
literal System::UInt32 CacheableNullString
 ClassId of CacheableString class for null strings More...
 
literal System::UInt32 CacheableObjectArray
 ClassId of CacheableVector class for object arrays More...
 
literal System::UInt32 CacheableStack
 ClassId of CacheableStack class More...
 
literal System::UInt32 CacheableString
 ClassId of CacheableString class More...
 
literal System::UInt32 CacheableStringArray
 ClassId of CacheableStringArray class More...
 
literal System::UInt32 CacheableStringHuge
 ClassId of CacheableString class for huge strings More...
 
literal System::UInt32 CacheableTimeUnit
 Not used. More...
 
literal System::UInt32 CacheableUndefined
 ClassId of CacheableUndefined class Implementation note: this has DSFID of FixedIDByte hence a different increment. More...
 
literal System::UInt32 CacheableVector
 ClassId of CacheableVector class More...
 
literal System::UInt32 CharArray
 
ClassId of CharArray class More...
 
literal System::UInt32 Properties
 ClassId of Properties class More...
 
literal System::UInt32 Struct
 ClassId of Struct class More...
 

Detailed Description

Static class containing the classIds of the built-in cacheable types.

Field Documentation

◆ BooleanArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::BooleanArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::BooleanArray) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< bool, native::private::DSCode::BooleanArray >, bool, static_cast< int8_t >(DSCode::BooleanArray)> BooleanArray
An immutable wrapper for array of booleans that can serve as a distributable object for caching.
Definition: CacheableBuiltins.hpp:591

ClassId of BooleanArray class

◆ CacheableArrayList

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableArrayList
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableArrayList) + 0x80000000

ClassId of CacheableArrayList class

◆ CacheableASCIIString

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableASCIIString
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableASCIIString) + 0x80000000

ClassId of CacheableString class for ASCII strings

◆ CacheableASCIIStringHuge

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableASCIIStringHuge
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableASCIIStringHuge) + 0x80000000

ClassId of CacheableString class for huge ASCII strings

◆ CacheableBoolean

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableBoolean
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableBoolean) + 0x80000000

ClassId of CacheableBoolean class

◆ CacheableByte

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableByte
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableByte) + 0x80000000

ClassId of CacheableByte class

◆ CacheableBytes

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableBytes
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableBytes) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< int8_t, native::private::DSCode::CacheableBytes >, Byte, static_cast< int8_t >(DSCode::CacheableBytes)> CacheableBytes
An immutable wrapper for byte arrays that can serve as a distributable object for caching.
Definition: CacheableBuiltins.hpp:555

ClassId of CacheableBytes class

◆ CacheableCharacter

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableCharacter
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableCharacter) + 0x80000000

ClassId of CacheableInt16 class for wide-characters

◆ CacheableDate

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableDate
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableDate) + 0x80000000

ClassId of CacheableDate class

◆ CacheableDouble

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableDouble
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableDouble) + 0x80000000

ClassId of CacheableDouble class

◆ CacheableDoubleArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableDoubleArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableDoubleArray) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< double, native::private::DSCode::CacheableDoubleArray >, Double, static_cast< int8_t >(DSCode::CacheableDoubleArray)> CacheableDoubleArray
An immutable wrapper for array of doubles that can serve as a distributable object for caching.
Definition: CacheableBuiltins.hpp:561

ClassId of CacheableDoubleArray class

◆ CacheableFileName

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableFileName
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableFileName) + 0x80000000

ClassId of CacheableFileName class

◆ CacheableFloat

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableFloat
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableFloat) + 0x80000000

ClassId of CacheableFloat class

◆ CacheableFloatArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableFloatArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableFloatArray) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< float, native::private::DSCode::CacheableFloatArray >, Single, static_cast< int8_t >(DSCode::CacheableFloatArray)> CacheableFloatArray
An immutable wrapper for array of floats that can serve as a distributable object for caching.
Definition: CacheableBuiltins.hpp:567

ClassId of CacheableFloatArray class

◆ CacheableHashMap

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableHashMap
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableHashMap) + 0x80000000

ClassId of CacheableHashMap class

◆ CacheableHashSet

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableHashSet
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableHashSet) + 0x80000000

ClassId of CacheableHashSet class

◆ CacheableHashTable

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableHashTable
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableHashTable) + 0x80000000

ClassId of CacheableHashTable class

◆ CacheableIdentityHashMap

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableIdentityHashMap
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableIdentityHashMap) + 0x80000000

ClassId of CacheableIdentityHashMap class

◆ CacheableInt16

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt16
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt16) + 0x80000000

ClassId of CacheableInt16 class

◆ CacheableInt16Array

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt16Array
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt16Array) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< int16_t, native::private::DSCode::CacheableInt16Array >, System::Int16, static_cast< int8_t >(DSCode::CacheableInt16Array)> CacheableInt16Array
An immutable wrapper for array of 16-bit integers that can serve as a distributable object for cachin...
Definition: CacheableBuiltins.hpp:573

ClassId of CacheableInt16Array class

◆ CacheableInt32

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt32
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt32) + 0x80000000

ClassId of CacheableInt32 class

◆ CacheableInt32Array

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt32Array
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt32Array) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< int32_t, native::private::DSCode::CacheableInt32Array >, System::Int32, static_cast< int8_t >(DSCode::CacheableInt32Array)> CacheableInt32Array
An immutable wrapper for array of 32-bit integers that can serve as a distributable object for cachin...
Definition: CacheableBuiltins.hpp:579

ClassId of CacheableInt32Array class

◆ CacheableInt64

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt64
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt64) + 0x80000000

ClassId of CacheableInt64 class

◆ CacheableInt64Array

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableInt64Array
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableInt64Array) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< int64_t, native::private::DSCode::CacheableInt64Array >, System::Int64, static_cast< int8_t >(DSCode::CacheableInt64Array)> CacheableInt64Array
An immutable wrapper for array of 64-bit integers that can serve as a distributable object for cachin...
Definition: CacheableBuiltins.hpp:585

ClassId of CacheableInt64Array class

◆ CacheableLinkedHashSet

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableLinkedHashSet
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableLinkedHashSet) + 0x80000000

ClassId of CacheableLinkedHashSet class

◆ CacheableLinkedList

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableLinkedList
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableLinkedList) + 0x80000000

ClassId of CacheableArrayList class

◆ CacheableManagedObject

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableManagedObject
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::InternalId::CacheableManagedObject) + 0x80000000

ClassId of CacheableObject class

◆ CacheableManagedObjectXml

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableManagedObjectXml
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::InternalId::CacheableManagedObjectXml) + 0x80000000

ClassId of CacheableObjectXml class

◆ CacheableNullString

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableNullString
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableNullString) + 0x80000000

ClassId of CacheableString class for null strings

◆ CacheableObjectArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableObjectArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableObjectArray) + 0x80000000

ClassId of CacheableVector class for object arrays

◆ CacheableStack

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableStack
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableStack) + 0x80000000

ClassId of CacheableStack class

◆ CacheableString

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableString
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableString) + 0x80000000

ClassId of CacheableString class

◆ CacheableStringArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableStringArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableStringArray) + 0x80000000

ClassId of CacheableStringArray class

◆ CacheableStringHuge

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableStringHuge
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableStringHuge) + 0x80000000

ClassId of CacheableString class for huge strings

◆ CacheableTimeUnit

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableTimeUnit
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableTimeUnit) + 0x80000000

Not used.

◆ CacheableUndefined

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableUndefined
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::DSFid::CacheableUndefined) + 0xa0000000

ClassId of CacheableUndefined class Implementation note: this has DSFID of FixedIDByte hence a different increment.

◆ CacheableVector

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CacheableVector
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CacheableVector) + 0x80000000

ClassId of CacheableVector class

◆ CharArray

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::CharArray
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::CharArray) + 0x80000000
CacheableArray< native::private::CacheableArrayPrimitive< char16_t, native::private::DSCode::CharArray >, Char, static_cast< int8_t >(DSCode::CharArray)> CharArray
An immutable wrapper for array of 16-bit characters that can serve as a distributable object for cach...
Definition: CacheableBuiltins.hpp:597


ClassId of CharArray class

◆ Properties

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::Properties
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::private::DSCode::Properties) + 0x80000000

ClassId of Properties class

◆ Struct

literal System::UInt32 Apache::Geode::Client::GeodeClassIds::Struct
Initial value:
=
static_cast<System::UInt32>(apache::geode::client::DSFid::Struct) + 0x80000000

ClassId of Struct class


Apache Geode C++ Cache .NET API Documentation