Click or drag to resize
RegionTKey, TValue Class
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>]
    GemStone.GemFire.Cache.GenericRegionTKey, TValue

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public class Region<TKey, TValue> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::Region>], 
	IRegion<TKey, TValue>, ISubscriptionService<TKey>

Type Parameters

TKey
TValue

The RegionTKey, TValue type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Public methodAdd(TKey, TValue)
Public methodAdd(TKey, TValue, Object)
Public methodClear
Public methodClear(Object)
Public methodContains
Public methodContainsKey
Public methodContainsValueForKey
Public methodCopyTo
Public methodCreateSubRegion
Public methodDestroyRegion
Public methodDestroyRegion(Object)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExistsValue(String)
Public methodExistsValue(String, UInt32)
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 methodGet
Public methodGetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception)
Public methodGetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean)
Public methodGetAll(ICollectionTKey, IDictionaryTKey, TValue, IDictionaryTKey, Exception, Boolean, Object)
Public methodGetEntries
Public methodGetEntry
Public methodGetEnumerator
Public methodGetEnumeratorOld
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInterestList
Public methodGetInterestListRegex
Public methodGetLocalView
Public methodGetSubRegion
Public methodGetSubscriptionService
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate(TKey)
Public methodInvalidate(TKey, Object)
Public methodInvalidateRegion
Public methodInvalidateRegion(Object)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPut
Public methodPutAll(IDictionaryTKey, TValue)
Public methodPutAll(IDictionaryTKey, TValue, Int32)
Public methodPutAll(IDictionaryTKey, TValue, Int32, Object)
Public methodQueryTResult(String)
Public methodQueryTResult(String, UInt32)
Public methodRegisterAllKeys
Public methodRegisterAllKeys(Boolean)
Public methodRegisterAllKeys(Boolean, ICollectionTKey, Boolean)
Public methodRegisterAllKeys(Boolean, ICollectionTKey, Boolean, Boolean)
Public methodRegisterKeys(ICollectionTKey)
Public methodRegisterKeys(ICollectionTKey, Boolean, Boolean)
Public methodRegisterKeys(ICollectionTKey, Boolean, Boolean, Boolean)
Public methodRegisterRegex(String)
Public methodRegisterRegex(String, Boolean)
Public methodRegisterRegex(String, Boolean, ICollectionTKey)
Public methodRegisterRegex(String, Boolean, ICollectionTKey, Boolean)
Public methodRegisterRegex(String, Boolean, ICollectionTKey, Boolean, Boolean)
Public methodRemove(KeyValuePairTKey, TValue)
Public methodRemove(TKey)
Public methodRemove(TKey, Object)
Public methodRemove(TKey, TValue, Object)
Public methodRemoveAll(ICollectionTKey)
Public methodRemoveAll(ICollectionTKey, Object)
Public methodSelectValue(String)
Public methodSelectValue(String, UInt32)
Public methodSubRegions
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Public methodUnregisterAllKeys
Public methodUnregisterKeys
Public methodUnregisterRegex
Top
See Also