FixedPartitionResolverGenericTKey, TValuegetPartitionName Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual sbyte* getPartitionName(
EntryEvent* opDetails,
[T:gemfire.SharedPtr<gemfire::CacheableHashSet>]* targetPartitions
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
virtual signed char* getPartitionName(
EntryEvent* opDetails,
[T:gemfire.SharedPtr<gemfire::CacheableHashSet>]* targetPartitions
)
F# does not support APIs that consume or return unsafe types.
Parameters
- opDetails
- Type: EntryEventIsImplicitlyDereferenced*
- targetPartitions
- Type: [T:gemfire.SharedPtr<gemfire::CacheableHashSet>]*
Return Value
Type:
SByte*
Implements
IFixedPartitionResolverProxygetPartitionName(EntryEvent*, SharedPtr<gemfire::CacheableHashSet>*)
See Also