Click or drag to resize
IFixedPartitionResolver 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 IFixedPartitionResolver : IPartitionResolver

The IFixedPartitionResolver type exposes the following members.

Methods
  NameDescription
Public methodGetName
Returns the name of the PartitionResolver.
(Inherited from IPartitionResolver.)
Public methodGetPartitionName
This method is used to get the name of the partition for the given entry operation.
Public methodGetRoutingObject
return object associated with entry event which allows the Partitioned Region to store associated data together.
(Inherited from IPartitionResolver.)
Top
See Also