IFixedPartitionResolverGetPartitionName Method |
This method is used to get the name of the partition for the given entry
operation.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxstring GetPartitionName(
EntryEvent opDetails,
CacheableHashSet targetPartitions
)
Function GetPartitionName (
opDetails As EntryEvent,
targetPartitions As CacheableHashSet
) As String
String^ GetPartitionName(
EntryEvent^ opDetails,
CacheableHashSet^ targetPartitions
)
abstract GetPartitionName :
opDetails : EntryEvent *
targetPartitions : CacheableHashSet -> string
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