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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetReplicationCount()

tibasSpaceDef_GetReplicationCount()
Function
Declaration
tibas_status tibasSpaceDef_GetReplicationCount
(tibasSpaceDef      spaceDef,
tibas_int*          replicationCount)
Purpose
Returns the replication count.
Parameters
 
Remarks
Use the tibasSpaceDef_GetReplicationCount() function to query the degree of replication that is set for a specified space. To identify the space, provide the SpaceDef object that identifies the space.
The replication count specifies how many seeders will be used to replicate data. For example, if the replication count is 1, each tuple seeded by one member of the space will be replicated by on other seeder of the space.
The default value is 0 (no replication).
See Also
tibasSpaceDef_SetReplicationCount()

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