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


Chapter 3 Space : Space Operations and Options Initialization Operations : tibasSpace_LoadAll()

tibasSpace_LoadAll()
Function
Declaration
tibas_status tibasSpace_LoadAll(
tibasSpace            space,
tibasSpaceResultList* resultList,
tibasTupleList        valueList)
Purpose
Batch version of the tibasSpace_Load() function. Used if shared all persistence is implemented.
Parameters
 
Remarks
Use the tibasSpace_LoadAll() function to load the tuples specified in a list of tuples into a specified space. Typically this function is used in an applications onLoad function that is used to implement shared all persistence.
tibasSpace_LoadAll() is similar to tibasSpace_PutAll(); however, it does not trigger an invocation of the persister's onWrite function
See Also
tibasSpace_Load(), tibasSpace_PutAll()

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