tibasSpaceDef_GetReplicationCount()

Returns the replication count.

Declaration

tibas_status tibasSpaceDef_GetReplicationCount
(tibasSpaceDef      spaceDef,
tibas_int*          replicationCount)

Parameters

Parameter Description
spaceDef The TIBCO ActiveSpaces entity on which the function is invoked.
replicationCount The degree of replication set for the space.

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).