IPartitionResolverGetRoutingObject Method |
return object associated with entry event which allows the Partitioned Region to store associated data together.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxICacheableKey GetRoutingObject(
EntryEvent key
)
Function GetRoutingObject (
key As EntryEvent
) As ICacheableKey
ICacheableKey^ GetRoutingObject(
EntryEvent^ key
)
abstract GetRoutingObject :
key : EntryEvent -> ICacheableKey
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