SpaceDefDistributionPolicy Enumeration |
Space distribution policies
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic enum DistributionPolicy
Public Enumeration DistributionPolicy
public enum class DistributionPolicy
Members
| Member name | Value | Description |
---|
| NON_DISTRIBUTED | 0 |
Storage of all of the entries is assigned to a single seeder Member of the Space (other
seeders may still replicate entries).
|
| DISTRIBUTED | 1 |
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.
|
| ADDRESSED | 2 | Obsolete. Reserved |
See Also