Click or drag to resize
IFixedPartitionResolverGetPartitionName Method
This method is used to get the name of the partition for the given entry operation.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
string GetPartitionName(
	EntryEvent opDetails,
	CacheableHashSet targetPartitions
)

Parameters

opDetails
Type: GemStone.GemFire.CacheEntryEvent
the details of the entry event e.g. {@link Region#get(Object)}
targetPartitions
Type: GemStone.GemFire.CacheCacheableHashSet
represents all the available primary partitions on the nodes

Return Value

Type: String
See Also