Click or drag to resize
CacheableHashTable Class

Note: This API is now obsolete.

A mutable ICacheableKey to IGFSerializable hash table that can serve as a distributable object for caching. This class extends .NET generic Dictionary class.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryICacheableKey, IGFSerializable
    GemStone.GemFire.CacheCacheableHashMap
      GemStone.GemFire.CacheCacheableHashTable

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public class CacheableHashTable : CacheableHashMap

The CacheableHashTable 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.
(Overrides CacheableHashMapClassId.)
Public propertyComparer (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyCount (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public propertyObjectSize
return the size of this object in bytes
(Inherited from CacheableHashMap.)
Public propertyValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodClear (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodContainsKey (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodContainsValue (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodStatic memberCreateDeserializable
Factory function to register this class.
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
Deserialize this object, typical implementation should return the 'this' pointer.
(Inherited from CacheableHashMap.)
Public methodGetEnumerator (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryICacheableKey, IGFSerializable.)
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 methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodRemove (Inherited from DictionaryICacheableKey, IGFSerializable.)
Public methodToData
Serializes this object.
(Inherited from CacheableHashMap.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIDictionaryAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIDictionaryContains
Determines whether the IDictionary contains an element with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodICollectionCopyTo (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIDictionaryGetEnumerator (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly
Gets a value indicating whether the dictionary is read-only.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueKeys (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove
Removes a key and value from the dictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate methodIDictionaryRemove
Removes the element with the specified key from the IDictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIReadOnlyDictionaryTKey, TValueValues (Inherited from DictionaryICacheableKey, IGFSerializable.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryICacheableKey, IGFSerializable.)
Top
See Also