Space distribution policies
Namespace: Com.Tibco.As.SpaceAssembly: 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 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 |