Syntax
| C# |
|---|
public class CacheableInt64 |
| Visual Basic (Declaration) |
|---|
Public Class CacheableInt64 |
| Visual C++ |
|---|
public ref class CacheableInt64 |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| CacheableInt64CacheableInt64New |
Public Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| 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.) | |
| ToData |
Serializes this native (C++) object.
(Inherited from Serializable.) | |
| ToString | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<__int64,58,&gemfire::tName_CacheableInt64,&gemfire::tStr_CacheableInt64,31>,__int64,2147483706>.) |
Protected Methods
| Name | Description | |
|---|---|---|
| _SetNativePtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| AssignPtr | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Dispose | (Inherited from SBWrap<gemfire::Serializable>.) | |
| Finalize | (Inherited from SBWrap<gemfire::Serializable>.) | |
| InternalCleanup | (Inherited from SBWrap<gemfire::Serializable>.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| ClassId | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<__int64,58,&gemfire::tName_CacheableInt64,&gemfire::tStr_CacheableInt64,31>,__int64,2147483706>.) | |
| ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) | |
| Value | (Inherited from CacheableBuiltinKey<gemfire::CacheableKeyType<__int64,58,&gemfire::tName_CacheableInt64,&gemfire::tStr_CacheableInt64,31>,__int64,2147483706>.) |
See Also
GemStone.GemFire.Cache Namespace