tibas_distributionRole
The tibas_distributionRole enumerated type represents the roles that can be assigned to the TIBCO ActiveSpaces space member.
      Declaration
typedef enum _tibas_distributionRole {
    TIBAS_DISTRIBUTION_ROLE_NONE        = 0,
    TIBAS_DISTRIBUTION_ROLE_LEECH       = 1,
    TIBAS_DISTRIBUTION_ROLE_SEEDER      = 3
} tibas_distributionRole;
 
      Values
               
               
               
                  
                     | Value | 
                     Description | 
                  
               
               
                  
                     | TIBAS_DISTRIBUTION_ROLE_NONE | 
                     Sets persistence to none. | 
                  
                  
                     | TIBAS_DISTRIBUTION_ROLE_LEECH | 
                     The Member is not willing to store any tuples put into the space by any Member. | 
                  
                  
                     | TIBAS_DISTRIBUTION_ROLE_SEEDER | 
                      The Member is willing to store (seed) tuples put into the space by any Member. | 
                  
               
            
 
 
    
Copyright © Cloud Software Group, Inc. All rights reserved.