Click or drag to resize
CacheableStringArray Class

Note: This API is now obsolete.

An immutable wrapper for array of strings that can serve as a distributable object for caching.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::Serializable>]
    GemStone.GemFire.CacheSerializable
      GemStone.GemFire.CacheCacheableStringArray

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 CacheableStringArray : Serializable

The CacheableStringArray type exposes the following members.

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 SerializableClassId.)
Public propertyItem
Public propertyLength
Gets the length of the array.
Public propertyObjectSize
return the size of this object in bytes
(Overrides SerializableObjectSize.)
Top
Methods
  NameDescription
Public methodStatic memberCreate(String)
Static function to create a new instance copying from the given string array.
Public methodStatic memberCreate(CacheableString)
Static function to create a new instance assigning the given CacheableString array.
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
Deserializes the managed object -- returns an instance of the IGFSerializable class.
(Overrides SerializableFromData(DataInput).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Returns a copy of the underlying array of strings.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToData
Serializes this managed object.
(Overrides SerializableToData(DataOutput).)
Public methodToString (Overrides SerializableToString.)
Top
See Also