VMware VMware GemFire Native .NET Reference 10.4.3
Loading...
Searching...
No Matches
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.
 
literal System::UInt32 CacheableArrayList
 ClassId of CacheableArrayList class.
 
literal System::UInt32 CacheableASCIIString
 ClassId of CacheableString class for ASCII strings.
 
literal System::UInt32 CacheableASCIIStringHuge
 ClassId of CacheableString class for huge ASCII strings.
 
literal System::UInt32 CacheableBoolean
 ClassId of CacheableBoolean class.
 
literal System::UInt32 CacheableByte
 ClassId of CacheableByte class.
 
literal System::UInt32 CacheableBytes
 ClassId of CacheableBytes class.
 
literal System::UInt32 CacheableCharacter
 ClassId of CacheableInt16 class for wide-characters.
 
literal System::UInt32 CacheableDate
 ClassId of CacheableDate class.
 
literal System::UInt32 CacheableDouble
 ClassId of CacheableDouble class.
 
literal System::UInt32 CacheableDoubleArray
 ClassId of CacheableDoubleArray class.
 
literal System::UInt32 CacheableFileName
 ClassId of CacheableFileName class.
 
literal System::UInt32 CacheableFloat
 ClassId of CacheableFloat class.
 
literal System::UInt32 CacheableFloatArray
 ClassId of CacheableFloatArray class.
 
literal System::UInt32 CacheableHashMap
 ClassId of CacheableHashMap class.
 
literal System::UInt32 CacheableHashSet
 ClassId of CacheableHashSet class.
 
literal System::UInt32 CacheableHashTable
 ClassId of CacheableHashTable class.
 
literal System::UInt32 CacheableIdentityHashMap
 ClassId of CacheableIdentityHashMap class.
 
literal System::UInt32 CacheableInt16
 ClassId of CacheableInt16 class.
 
literal System::UInt32 CacheableInt16Array
 ClassId of CacheableInt16Array class.
 
literal System::UInt32 CacheableInt32
 ClassId of CacheableInt32 class.
 
literal System::UInt32 CacheableInt32Array
 ClassId of CacheableInt32Array class.
 
literal System::UInt32 CacheableInt64
 ClassId of CacheableInt64 class.
 
literal System::UInt32 CacheableInt64Array
 ClassId of CacheableInt64Array class.
 
literal System::UInt32 CacheableLinkedHashSet
 ClassId of CacheableLinkedHashSet class.
 
literal System::UInt32 CacheableLinkedList
 ClassId of CacheableArrayList class.
 
literal System::UInt32 CacheableManagedObject
 ClassId of CacheableObject class.
 
literal System::UInt32 CacheableManagedObjectXml
 ClassId of CacheableObjectXml class.
 
literal System::UInt32 CacheableNullString
 ClassId of CacheableString class for null strings.
 
literal System::UInt32 CacheableObjectArray
 ClassId of CacheableVector class for object arrays.
 
literal System::UInt32 CacheableStack
 ClassId of CacheableStack class.
 
literal System::UInt32 CacheableString
 ClassId of CacheableString class.
 
literal System::UInt32 CacheableStringArray
 ClassId of CacheableStringArray class.
 
literal System::UInt32 CacheableStringHuge
 ClassId of CacheableString class for huge strings.
 
literal System::UInt32 CacheableTimeUnit
 Not used.
 
literal System::UInt32 CacheableUndefined
 ClassId of CacheableUndefined class Implementation note: this has DSFID of FixedIDByte hence a different increment.
 
literal System::UInt32 CacheableVector
 ClassId of CacheableVector class.
 
literal System::UInt32 CharArray
 
ClassId of CharArray class
 
literal System::UInt32 Properties
 ClassId of Properties class.
 
literal System::UInt32 Struct
 ClassId of Struct class.
 

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

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

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

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

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

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

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

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


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