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


Chapter 2 Metaspace : Metaspace Operations : tibasMetaspace_GetSpaceEx()

tibasMetaspace_GetSpaceEx()
Function
Declaration
tibas_status tibasMetaspace_GetSpaceEx(
tibasMetaspace metaspace,
tibasSpace* space,
const char* spaceName,
tibasSpaceMemberDef spaceMemberDef)
Purpose
Attempts to join a space or get a reference to a currently joined space. Returns a Space object.
Parameters
 
Remarks
Use the tibasMetaspace_GetSpaceEx() function to join a space and specify connection attributes for the space member.
The function accepts a SpaceMemberDef object that you can use to specify whether the space member is a seeder or a leech, and if you are implementing shared-nothing persistence, to specify a directory where persisted data is stored.
 

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