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


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

tibasSpace_Load()
Function
Declaration
tibas_status tibasSpace_Load(
tibasSpace  space,
tibasTuple* oldValue,
tibasTuple  newValue)
Purpose
Loads a tuple into a specified space, but does not trigger a persister's onWrite function. Used in the Onload function provided to implement shared all persistence.
Parameters
 
Remarks
Use the tibasSpace_Load() function in your application’s implementation of the OnLoad function that is used to implement shared all persistence.
The load function is the only one that can be invoked on a space that is in the loading phase. tibasSpace_Load() behaves exactly like a put, except that it does not trigger an invocation of the persister's onWrite function.
See Also
tibasSpace_LoadAll()

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