LocalRegionTKey, TValue Class |
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>] GemStone.GemFire.Cache.GenericLocalRegionTKey, TValue
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic class LocalRegion<TKey, TValue> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>],
IRegion<TKey, TValue>
Public Class LocalRegion(Of TKey, TValue)
Inherits [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>]
Implements IRegion(Of TKey, TValue)
generic<typename TKey, typename TValue>
public ref class LocalRegion : public [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>],
IRegion<TKey, TValue>
type LocalRegion<'TKey, 'TValue> =
class
inherit [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>]
interface IRegion<'TKey, 'TValue>
end
Type Parameters
- TKey
- TValue
The LocalRegionTKey, TValue type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Add(KeyValuePairTKey, TValue) | |
 | Add(TKey, TValue) | |
 | Add(TKey, TValue, Object) | |
 | Clear | |
 | Clear(Object) | |
 | Contains | |
 | ContainsKey | |
 | ContainsValueForKey | |
 | CopyTo | |
 | CreateSubRegion | |
 | DestroyRegion | |
 | DestroyRegion(Object) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | ExistsValue(String) | |
 | ExistsValue(String, UInt32) | |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | Get | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception) | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean) | |
 | GetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean, Object) | |
 | GetEntries | |
 | GetEntry | |
 | GetEnumerator | |
 | GetEnumeratorOld | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetLocalView | |
 | GetSubRegion | |
 | GetSubscriptionService | |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Invalidate(TKey) | |
 | Invalidate(TKey, Object) | |
 | InvalidateRegion | |
 | InvalidateRegion(Object) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | Put | |
 | PutAll(IDictionaryTKey, TValue) | |
 | PutAll(IDictionaryTKey, TValue, Int32) | |
 | PutAll(IDictionaryTKey, TValue, Int32, Object) | |
 | QueryTResult(String) | |
 | QueryTResult(String, UInt32) | |
 | Remove(KeyValuePairTKey, TValue) | |
 | Remove(TKey) | |
 | Remove(TKey, Object) | |
 | Remove(TKey, TValue, Object) | |
 | RemoveAll(ICollectionTKey) | |
 | RemoveAll(ICollectionTKey, Object) | |
 | SelectValue(String) | |
 | SelectValue(String, UInt32) | |
 | SubRegions | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryGetValue | |
Top
See Also