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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetDistributionPolicy()

tibasSpaceDef_GetDistributionPolicy()
Function
Declaration
tibas_status tibasSpaceDef_GetDistributionPolicy
(tibasSpaceDef             spaceDef,
tibas_distributionPolicy*  distributedPolicy)
Purpose
Returns the distribution policy that is set for the space.
Parameters
 
Remarks
Use the tibasSpaceDef_GetDistributionPolicy() function to specify 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_SetDistributionPolicy()

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