Syntax
| C# |
|---|
public class GemFireClassIds |
| Visual Basic (Declaration) |
|---|
Public Class GemFireClassIds |
| Visual C++ |
|---|
public ref class GemFireClassIds |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| GemFireClassIdsGemFireClassIdsNew |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Fields
| Name | Description | |
|---|---|---|
| CacheableASCIIString |
ClassId of CacheableString class for ASCII strings
| |
| CacheableBoolean |
ClassId of CacheableBoolean class
| |
| CacheableByte |
ClassId of CacheableByte class
| |
| CacheableBytes |
ClassId of CacheableBytes class
| |
| CacheableCharacter |
ClassId of CacheableInt16 class for wide-characters
| |
| CacheableDate |
ClassId of CacheableDate class
| |
| CacheableDouble |
ClassId of CacheableDouble class
| |
| CacheableDoubleArray |
ClassId of CacheableDoubleArray class
| |
| CacheableFileName |
ClassId of CacheableFileName class
| |
| CacheableFloat |
ClassId of CacheableFloat class
| |
| CacheableFloatArray |
ClassId of CacheableFloatArray class
| |
| CacheableHashMap |
ClassId of CacheableHashMap class
| |
| CacheableHashSet |
ClassId of CacheableHashSet class
| |
| CacheableInt16 |
ClassId of CacheableInt16 class
| |
| CacheableInt16Array |
ClassId of CacheableInt16Array class
| |
| CacheableInt32 |
ClassId of CacheableInt32 class
| |
| CacheableInt32Array |
ClassId of CacheableInt32Array class
| |
| CacheableInt64 |
ClassId of CacheableInt64 class
| |
| CacheableInt64Array |
ClassId of CacheableInt64Array class
| |
| CacheableManagedObject |
ClassId of CacheableObject class
| |
| CacheableManagedObjectXml |
ClassId of CacheableObjectXml class
| |
| CacheableNullString |
ClassId of CacheableString class for null strings
| |
| CacheableObjectArray |
ClassId of CacheableVector class for object arrays
| |
| CacheableString |
ClassId of CacheableString class
| |
| CacheableStringArray |
ClassId of CacheableStringArray class
| |
| CacheableTimeUnit |
Not used.
| |
| CacheableUndefined |
ClassId of CacheableUndefined class
| |
| CacheableVector |
ClassId of CacheableVector class
| |
| Properties |
ClassId of Properties class
| |
| RegionAttributes |
ClassId of RegionAttributes class
| |
| Struct |
ClassId of Struct class
|
See Also
GemStone.GemFire.Cache Namespace