tibasMetaspace_GetSpaceEx()
Attempts to join a space or get a reference to a currently joined space. Returns a Space object.
Declaration
tibas_status tibasMetaspace_GetSpaceEx( tibasMetaspace metaspace, tibasSpace* space, const char* spaceName, tibasSpaceMemberDef spaceMemberDef)
Remarks
Use the tibasMetaspace_GetSpaceEx() function to join a space, 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 © Cloud Software Group, Inc. All rights reserved.