IPartitionResolver Interface |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface IPartitionResolver
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public Interface IPartitionResolver
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface class IPartitionResolver
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type IPartitionResolver = interface end
The IPartitionResolver type exposes the following members.
Methods
| Name | Description |
---|
 | GetName |
Returns the name of the PartitionResolver.
|
 | GetRoutingObject |
return object associated with entry event which allows the Partitioned Region to store associated data together.
|
Top
See Also