Click or drag to resize
SpaceDefDistributionPolicy Enumeration
Space distribution policies

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public enum DistributionPolicy
Members
  Member nameValueDescription
NON_DISTRIBUTED0 Storage of all of the entries is assigned to a single seeder Member of the Space (other seeders may still replicate entries).
DISTRIBUTED1 Storage of the entries is distributed amongst seeder Members of the space. The algorithm distributes entries uniformly according to the values of the primary key fields.
ADDRESSED2 Obsolete. Reserved
See Also