Space distribution policies

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public enum DistributionPolicy
Visual Basic
Public Enumeration DistributionPolicy
Visual C++
public enum class DistributionPolicy
F#
type 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