Properties Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The Properties type exposes the following members.
Name | Description | |
---|---|---|
![]() | Properties |
Default constructor: returns an empty collection.
|
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of this class for serialization.
|
![]() | NativeIntPtr |
Get the underlying native unmanaged pointer.
|
![]() | ObjectSize |
return the size of this object in bytes
|
![]() | Size |
Return the number of entries in the collection.
|
Name | Description | |
---|---|---|
![]() | AddAll |
Adds the contents of other to this instance, replacing
any existing values with those from other.
|
![]() ![]() | ConvertCacheableString | |
![]() ![]() | ConvertCacheableStringKey | |
![]() ![]() | Create |
Factory method to create an empty collection of properties.
|
![]() ![]() | CreateFromVoidPtr |
Internal factory function to wrap a native object pointer inside
this managed class with null pointer check.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Find(String) |
Return the value for the given key, or NULL if not found.
|
![]() | Find(CacheableKey) |
Return the value for the given CacheableKey,
or NULL if not found.
|
![]() | Find(ICacheableKey) |
Return the value for the given ICacheableKey,
or NULL if not found.
|
![]() | ForEach |
Execute the Visitor delegate for each entry in the collection.
|
![]() | FromData |
Deserializes this Properties object.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert(String, Int32) |
Add or update the int value for key.
|
![]() | Insert(String, String) |
Add or update the string value for key.
|
![]() | Insert(CacheableKey, IGFSerializable) |
Add or update IGFSerializable value for CacheableKey.
|
![]() | Insert(CacheableKey, Serializable) |
Add or update Serializable value for CacheableKey.
|
![]() | Insert(ICacheableKey, IGFSerializable) |
Add or update IGFSerializable value for ICacheableKey.
|
![]() | Insert(ICacheableKey, Serializable) |
Add or update Serializable value for ICacheableKey.
|
![]() | Load |
Reads property values from a file, overriding what is currently
in the properties object.
|
![]() | Remove(String) |
Remove the key from the collection.
|
![]() | Remove(CacheableKey) |
Remove the given CacheableKey from the collection.
|
![]() | Remove(ICacheableKey) |
Remove the given ICacheableKey from the collection.
|
![]() | ToData |
Serializes this Properties object.
|
![]() | ToString |
Returns a string representation of the current
Properties object.
(Overrides ObjectToString.) |