CacheableInt32 Class |
Namespace: GemStone.GemFire.Cache
The CacheableInt32 type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheableInt32 | |
![]() | CacheableInt32(Int32) |
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
(Inherited from Serializable.) |
![]() | ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) |
Name | Description | |
---|---|---|
![]() ![]() | Create | |
![]() ![]() | CreateDeserializable | |
![]() | Equals(Object) |
Return true if this key matches other object.
It invokes the '==' operator if the underlying object is a
gemfire::CacheableKey, else returns
System.Object.Equals() (Inherited from CacheableKey.) |
![]() | Equals(ICacheableKey) |
Return true if this key matches other object. It invokes the '=='
operator of the underlying gemfire::CacheableKey object.
(Inherited from CacheableKey.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromData |
Deserializes the native (C++) object -- returns an instance of the
Serializable class with the native object wrapped inside.
(Inherited from Serializable.) |
![]() | GetHashCode |
Return the hashcode for this key.
It gets the hash code by calling the hashcode() function
of the underlying gemfire::CacheableKey object.
(Inherited from CacheableKey.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToData |
Serializes this native (C++) object.
(Inherited from Serializable.) |
![]() | ToString |
Return a string representation of the object.
It simply returns the string representation of the underlying
native object by calling its toString() function.
(Inherited from Serializable.) |
Name | Description | |
---|---|---|
![]() ![]() | (CacheableInt32 to Int32) |