![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpace_PutAllEx(
Provide a tibasPutOptions structure that specifies the options for the put.Use the tibasSpace_PutAllEx() function to put the tuples in a provided list in a specified space and return a list of results. In addition, you can specify lock, wait, and forget options for the operation.The put options are specified in a tibasPutOptions structure that specifies the options for the put. The tibasPutOptions structure is defined as follows:
• entryTTL Allows you to define the entry TTL for the tuple that is being put.
• lockWait Specifies a lock wait time, in milliseconds.
• lock Put the data and lock the tuple.
• unlock Unlock the tuple. Only the thread or process that locked the tuple can unlock it.
• forget Specify this option if you want the system to forget the return. This is useful if you do not need the tuple.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |