Click or drag to resize
GemFireClassIds Class

Note: This API is now obsolete.

Static class containing the classIds of the built-in cacheable types.
Inheritance Hierarchy
SystemObject
  GemStone.GemFire.CacheGemFireClassIds

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public class GemFireClassIds

The GemFireClassIds type exposes the following members.

Constructors
  NameDescription
Public methodGemFireClassIds
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberBooleanArray
ClassId of BooleanArray class
Public fieldStatic memberCacheableArrayList
ClassId of CacheableArrayList class
Public fieldStatic memberCacheableASCIIString
ClassId of CacheableString class for ASCII strings
Public fieldStatic memberCacheableASCIIStringHuge
ClassId of CacheableString class for huge ASCII strings
Public fieldStatic memberCacheableBoolean
ClassId of CacheableBoolean class
Public fieldStatic memberCacheableByte
ClassId of CacheableByte class
Public fieldStatic memberCacheableBytes
ClassId of CacheableBytes class
Public fieldStatic memberCacheableCharacter
ClassId of CacheableInt16 class for wide-characters
Public fieldStatic memberCacheableDate
ClassId of CacheableDate class
Public fieldStatic memberCacheableDouble
ClassId of CacheableDouble class
Public fieldStatic memberCacheableDoubleArray
ClassId of CacheableDoubleArray class
Public fieldStatic memberCacheableFileName
ClassId of CacheableFileName class
Public fieldStatic memberCacheableFloat
ClassId of CacheableFloat class
Public fieldStatic memberCacheableFloatArray
ClassId of CacheableFloatArray class
Public fieldStatic memberCacheableHashMap
ClassId of CacheableHashMap class
Public fieldStatic memberCacheableHashSet
ClassId of CacheableHashSet class
Public fieldStatic memberCacheableHashTable
ClassId of CacheableHashTable class
Public fieldStatic memberCacheableIdentityHashMap
ClassId of CacheableIdentityHashMap class
Public fieldStatic memberCacheableInt16
ClassId of CacheableInt16 class
Public fieldStatic memberCacheableInt16Array
ClassId of CacheableInt16Array class
Public fieldStatic memberCacheableInt32
ClassId of CacheableInt32 class
Public fieldStatic memberCacheableInt32Array
ClassId of CacheableInt32Array class
Public fieldStatic memberCacheableInt64
ClassId of CacheableInt64 class
Public fieldStatic memberCacheableInt64Array
ClassId of CacheableInt64Array class
Public fieldStatic memberCacheableLinkedHashSet
ClassId of CacheableLinkedHashSet class
Public fieldStatic memberCacheableManagedObject
ClassId of CacheableObject class
Public fieldStatic memberCacheableManagedObjectXml
ClassId of CacheableObjectXml class
Public fieldStatic memberCacheableNullString
ClassId of CacheableString class for null strings
Public fieldStatic memberCacheableObjectArray
ClassId of CacheableVector class for object arrays
Public fieldStatic memberCacheableStack
ClassId of CacheableStack class
Public fieldStatic memberCacheableString
ClassId of CacheableString class
Public fieldStatic memberCacheableStringArray
ClassId of CacheableStringArray class
Public fieldStatic memberCacheableStringHuge
ClassId of CacheableString class for huge strings
Public fieldStatic memberCacheableTimeUnit
Not used.
Public fieldStatic memberCacheableUndefined
ClassId of CacheableUndefined class Implementation note: this has DSFID of FixedIDByte hence a different increment.
Public fieldStatic memberCacheableVector
ClassId of CacheableVector class
Public fieldStatic memberCharArray
ClassId of CharArray class
Public fieldStatic memberProperties
ClassId of Properties class
Public fieldStatic memberRegionAttributes
ClassId of RegionAttributes class
Public fieldStatic memberStruct
ClassId of Struct class
Top
See Also