Click or drag to resize
CacheableHashSet Class
A mutable ICacheableKey hash set wrapper that can serve as a distributable object for caching.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Serializable>]
    GemStone.GemFire.CacheSerializable
      [T:GemStone.GemFire.Cache.Internal.CacheableHashSetType<2147483714,gemfire::CacheableHashSet>]
        GemStone.GemFire.CacheCacheableHashSet

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public class CacheableHashSet : [T:GemStone.GemFire.Cache.Internal.CacheableHashSetType<2147483714,gemfire::CacheableHashSet>]

The CacheableHashSet 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 memberCreate(Int32)
Public methodStatic memberCreateDeserializable
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 methodFromData
Deserializes the native (C++) object -- returns an instance of the Serializable class with the native object wrapped inside.
(Inherited from Serializable.)
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 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
See Also