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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_SetTTL()

tibasSpaceDef_SetTTL()
Function
Declaration
tibas_status tibasSpaceDef_SetTTL
(tibasSpaceDef  spaceDef,
tibas_long      ttl)
Purpose
Sets the TTL (time-to-live) value for the tuples in the space in milliseconds.
Parameters
 
The default is TIBAS_WAIT_FOREVER (-1).
Remarks
Use the tibasSpaceDef_SetTTL() function to set the TTL for a specified space.
The TTL value that you specify determines how long (in milliseconds) a tuple is retained in the in-memory data grid after it was created initially or modified before it is expired.
See Also
tibasSpaceDef_SetTTL()

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