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


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

tibasSpace_PutAll()
Function
Declaration
tibas_status tibasSpace_PutAll
        (tibasSpace            space,
         tibasSpaceResultList* resultList,
         tibasTupleList        tupleList)
Purpose
The batch version of the put operation. Stores all of the tuples in the provided list and returns a list of results.
Parameters
 
Remarks
Use the tibasSpace_PutAll() function to put the tuples in a provided list in a specified space and return a list of results.
The resultList parameter returns a result lists that contains a list of the results of the put operations. You can use the tibasResult operations (see Chapter 20, SpaceResult and InvokeResult) and the tibasResultList operations (see Chapter 21, SpaceResultList and InvokeResultList) to process the resultList objects and the result objects.
See Also
tibasSpace_Put(), tibasSpace_PutAllEx(), tibasSpace_CompareAndPut(), tibasSpace_CompareAndPutEx(), tibasSpace_CompareAndPutAll(), tibasSpace_CompareAndPutAllEx(), tibasSpace_LoadAll()

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