Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_SetDistributionPolicy()

tibasSpaceDef_SetDistributionPolicy()
Function
Declaration
tibas_status tibasSpaceDef_SetDistributionPolicy
(tibasSpaceDef            spaceDef,
tibas_distributionPolicy  distributedPolicy)
Purpose
Sets the distribution policy attribute for a specified spaceDef.
Parameters
 
Remarks
Use the tibasSpaceDef_SetDistributionPolicy() function to set the distribution policy attribute of the spaceDef for a space.
The distribution policy can be one of the following:
TIBAS_DISTRIBUTED (Default setting) management of the space entries is shared among the seeders that have joined the space.
TIBAS_NON_DISTRIBUTED A single seeder is responsible for all tuples in the space.
See Also
tibasSpaceDef_GetDistributionPolicy()

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved