Click or drag to resize
IPartitionResolverGetRoutingObject Method
return object associated with entry event which allows the Partitioned Region to store associated data together.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
ICacheableKey GetRoutingObject(
	EntryEvent key
)

Parameters

key
Type: GemStone.GemFire.CacheEntryEvent
key the detail of the entry event.

Return Value

Type: ICacheableKey
Remarks
throws RuntimeException - any exception thrown will terminate the operation and the exception will be passed to the calling thread.
See Also