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


Chapter 5 SpaceDef : SpaceDef Operations : tibasSpaceDef_GetEvictionPolicy()

tibasSpaceDef_GetEvictionPolicy()
Function
Declaration
tibas_status ttibasSpaceDef_GetEvictionPolicy(
tibasSpaceDef         spaceDef,
tibas_evictionPolicy* evictionPolicy)
Purpose
Returns the eviction policy set for a specified space.
Parameters
 
Remarks
Use the tibasSpaceDef_GetEvictionPolicy() function to return the eviction policy that is set for a specified space.
TIBAS_EVICTION_NONE Do not evict any tuples from the space.
TIBAS_EVICTION_LRU Use the least recently used (LRU) algorithm to evict tuples from the space when the capacity of the space is reached.
See Also
tibasSpaceDef_SetEvictionPolicy()

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