Click or drag to resize
CacheableInt64 Class
An immutable wrapper for 64-bit integers that can serve as a distributable key object for caching.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Serializable>]
    GemStone.GemFire.CacheSerializable
      GemStone.GemFire.CacheCacheableKey
        [T:GemStone.GemFire.Cache.Template.CacheableBuiltinKey<gemfire::CacheableInt64,__int64,2147483706>]
          GemStone.GemFire.CacheCacheableInt64

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public class CacheableInt64 : [T:GemStone.GemFire.Cache.Template.CacheableBuiltinKey<gemfire::CacheableInt64,__int64,2147483706>]

The CacheableInt64 type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyClassId
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.)
Public propertyObjectSize
return the size of this object in bytes
(Inherited from Serializable.)
Top
Methods
  NameDescription
Public methodStatic memberCreate
Public methodStatic memberCreateDeserializable
Public methodEquals(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.)
Public methodEquals(ICacheableKey)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableKey object.
(Inherited from CacheableKey.)
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 methodFromData
Deserializes the native (C++) object -- returns an instance of the Serializable class with the native object wrapped inside.
(Inherited from Serializable.)
Public methodGetHashCode
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.)
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 methodToData
Serializes this native (C++) object.
(Inherited from Serializable.)
Public methodToString
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.)
Top
Operators
See Also