tibas_distributionPolicy
The tibas_distributionPolicy enumerated type represents the datatypes used by TIBCO ActiveSpaces distribution policy.
      Declaration
typedef enum {
  TIBAS_NON_DISTRIBUTED ,
  TIBAS_DISTRIBUTED
} tibas_distributionPolicy;
Values
               
               
               
                  
                     | Value | Description | 
               
               
                  
                     | TIBAS_NON_DISTRIBUTED | Storage of all of the tuples is assigned to a single seeder Member of the space. | 
                  
                     | TIBAS_DISTRIBUTED | Storage of the tuples is distributed amongst seeder Members of the space. | 
               
            
Copyright © Cloud Software Group, Inc. All rights reserved.