Click or drag to resize
IPartitionResolver Interface

Note: This API is now obsolete.

Namespace: GemStone.GemFire.Cache
Assembly: 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

The IPartitionResolver type exposes the following members.

Methods
  NameDescription
Public methodGetName
Returns the name of the PartitionResolver.
Public methodGetRoutingObject
return object associated with entry event which allows the Partitioned Region to store associated data together.
Top
See Also