tibas_evictionPolicy
The tibas_evictionPolicy enumerated type represents the eviction policy used by TIBCO ActiveSpaces spaces.
Declaration
typedef enum _tibas_evictionPolicy {
TIBAS_EVICTION_NONE = 0,
TIBAS_EVICTION_LRU = 1
} tibas_evictionPolicy;
Values
Value |
Description |
TIBAS_EVICTION_NONE |
Specifies that no elements are evicted from the space. |
TIBAS_EVICTION_LRU |
Specifies that tuples are evicted from the space using the “least recently used” algorithm when the capacity of the space is reached |
Copyright © Cloud Software Group, Inc. All rights reserved.