_isEscaped(bool fAttemptCapture=true) const | Object | [inline] |
addFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL, bool fLite=false) | OldCache | [virtual] |
coherence::util::ObservableMap::addFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL, bool fLite=false)=0 | ObservableMap | [pure virtual] |
addKeyListener(MapListener::Handle hListener, Object::View vKey, bool fLite) | OldCache | [virtual] |
coherence::util::ObservableMap::addKeyListener(MapListener::Handle hListener, Object::View vKey, bool fLite)=0 | ObservableMap | [pure virtual] |
addMapListener(MapListener::Handle hListener) | OldCache | [virtual] |
coherence::util::ObservableMap::addMapListener(MapListener::Handle hListener)=0 | ObservableMap | [pure virtual] |
biggest_modulo | SafeHashMap | [static] |
checkFlush() const | OldCache | [protected, virtual] |
checkFlush() | OldCache | [protected, virtual] |
checkSize() | OldCache | [protected, virtual] |
clear() | OldCache | [virtual] |
clone() const | Object | [virtual] |
clone(Object::View v) | Object | [static] |
cloneEntryList(Entry::View vEntryThat) const | SafeHashMap | [protected, virtual] |
configureEviction(EvictionPolicy::EvictionPolicyType nType, EvictionPolicy::Handle hPolicy) | OldCache | [protected, virtual] |
configureUnitCalculator(UnitCalculatorType nType, UnitCalculator::Handle hCalculator) | OldCache | [protected, virtual] |
containsKey(Object::View vKey) const | OldCache | [virtual] |
containsValue(Object::View vValue) const | AbstractMap | [virtual] |
decrementUnits(size32_t cDelta) | OldCache | [protected, virtual] |
default_expire | OldCache | [static] |
default_flush | OldCache | [static] |
default_initialsize | SafeHashMap | [static] |
default_units | OldCache | [static] |
deferFlush() | OldCache | [protected, virtual] |
dispatchEvent(MapEvent::Handle hEvt) | OldCache | [protected, virtual] |
entrySet() const | SafeHashMap | [virtual] |
entrySet() | SafeHashMap | [virtual] |
equals(Object::View v) const | AbstractMap | [virtual] |
coherence::util::Describable::equals(Object::View v) const | Object | [virtual] |
coherence::util::Describable::equals(Object::View v1, Object::View v2) | Object | [static] |
evict(Object::View vKey) | OldCache | [virtual] |
evict() | OldCache | [virtual] |
evictAll(Collection::View vColKeys) | OldCache | [virtual] |
expiry_default | CacheMap | [static] |
expiry_never | CacheMap | [static] |
f_hStats | OldCache | [mutable, protected] |
f_vResizing | SafeHashMap | [protected] |
get(Object::View vKey) const | OldCache | [virtual] |
coherence::util::AbstractMap::get(Object::View vKey) | AbstractMap | [virtual] |
getAll(Collection::View vColKeys) const | OldCache | [virtual] |
getBucketIndex(size32_t nHash, size32_t cBuckets) const | SafeHashMap | [protected, virtual] |
getCacheHits() const | OldCache | [virtual] |
getCacheMisses() const | OldCache | [virtual] |
getCacheStatistics() const | OldCache | [virtual] |
getCacheStatistics() | OldCache | [virtual] |
getDefaultPrune() | OldCache | [static] |
getDescription() const | Describable | [virtual] |
getEntry(Object::View vKey) const | OldCache | [virtual] |
getEntry(Object::View vKey) | OldCache | [virtual] |
getEntryInternal(Object::View vKey) const | OldCache | [protected, virtual] |
getEvictionPolicy() const | OldCache | [virtual] |
getEvictionPolicy() | OldCache | [virtual] |
getEvictionType() const | OldCache | [virtual] |
getExpiryDelay() const | OldCache | [virtual] |
getFlushDelay() const | OldCache | [virtual] |
getFlushTime() const | OldCache | [virtual] |
getHashCode(Object::View vKey) const | SafeHashMap | [protected, virtual] |
getHighUnits() const | OldCache | [virtual] |
getHitProbability() const | OldCache | [virtual] |
getLowUnits() const | OldCache | [virtual] |
getMapListenerSupport() | OldCache | [protected, virtual] |
getOrDefault(Object::View vKey, Object::Holder ohDefaultValue) const | Map | [inline, virtual] |
getStableBucketArray() const | SafeHashMap | [protected, virtual] |
getUnitCalculator() const | OldCache | [virtual] |
getUnitCalculatorType() const | OldCache | [virtual] |
getUnits() const | OldCache | [virtual] |
grow() | SafeHashMap | [protected, virtual] |
Handle typedef | OldCache | |
Handle typedef | OldCache | |
hashCode() const | AbstractMap | [virtual] |
coherence::util::Describable::hashCode(Object::View v) | Object | [inline, static] |
hasListeners() | OldCache | [protected, virtual] |
Holder typedef | OldCache | |
Holder typedef | OldCache | |
incrementUnits(size32_t cDelta) | OldCache | [protected, virtual] |
instantiateEntry(Object::View vKey, Object::Holder ohValue, size32_t nHash) | OldCache | [virtual] |
instantiateEntry(SafeHashMap::Entry::View vThat) | OldCache | [virtual] |
coherence::util::SafeHashMap::instantiateEntry(Entry::View vEntry) | SafeHashMap | [protected, virtual] |
instantiateEntrySet() | OldCache | [protected, virtual] |
instantiateEntrySet() const | OldCache | [protected, virtual] |
instantiateKeySet() | OldCache | [protected, virtual] |
instantiateKeySet() const | OldCache | [protected, virtual] |
instantiateMapEvent(int32_t nId, Object::View vKey, Object::Holder ohValueOld, Object::Holder ohValueNew) | OldCache | [protected, virtual] |
instantiateValuesCollection() | OldCache | [protected, virtual] |
instantiateValuesCollection() const | OldCache | [protected, virtual] |
invalidate() | SafeHashMap | [protected, virtual] |
isActiveIterator() const | SafeHashMap | [protected, virtual] |
isAllowMutableValues() const | OldCache | [virtual] |
isEmpty() const | OldCache | [virtual] |
isImmutable() const | Object | [virtual] |
isValid() const | SafeHashMap | [protected, virtual] |
iteratorActivated() const | SafeHashMap | [protected, virtual] |
iteratorDeactivated() const | SafeHashMap | [protected, virtual] |
keySet() const | AbstractMap | [virtual] |
keySet() | AbstractMap | [virtual] |
m_CalculatorType | OldCache | [protected] |
m_cAvgTouch | OldCache | [protected] |
m_cCapacity | SafeHashMap | [protected] |
m_cCurUnits | OldCache | [protected] |
m_cEntries | SafeHashMap | [protected] |
m_cExpiryDelay | OldCache | [protected] |
m_cFlushDelay | OldCache | [protected] |
m_cIterators | SafeHashMap | [mutable, protected] |
m_cMaxUnits | OldCache | [protected] |
m_cPruneUnits | OldCache | [protected] |
m_dflPruneLevel | OldCache | [protected] |
m_fAllowMutableValues | OldCache | [protected] |
m_flGrowthRate | SafeHashMap | [protected] |
m_flLoadFactor | SafeHashMap | [protected] |
m_haeBucket | SafeHashMap | [protected] |
m_hListenerSupport | OldCache | [protected] |
m_hPolicy | OldCache | [protected] |
m_lLastPrune | OldCache | [protected] |
m_lNextFlush | OldCache | [protected] |
m_nEvictionType | OldCache | [protected] |
m_vCalculator | OldCache | [protected] |
notify() const | Object | |
notifyAll() const | Object | |
Object() | Object | [protected] |
Object(const Object &that) | Object | [protected] |
OldCache(size32_t cUnits=default_units, int32_t cExpiryMillis=default_expire, float64_t dflPruneLevel=0.75F, size32_t cInitialBuckets=17, float32_t flLoadFactor=1.0F, float32_t flGrowthRate=3.0F) | OldCache | [protected] |
onConst() | Object | [protected, virtual] |
onEscape(bool fEscaped) const | Object | [protected, virtual] |
onInit() | Object | [protected, virtual] |
prune() | OldCache | [protected, virtual] |
put(Object::View vKey, Object::Holder ohValue) | OldCache | [virtual] |
put(Object::View vKey, Object::Holder ohValue, int64_t cMillis) | OldCache | [virtual] |
putAll(Map::View vMap) | AbstractMap | [virtual] |
putIfAbsent(Object::View vKey, Object::Holder ohValue) | Map | [inline, virtual] |
release() | OldCache | [virtual] |
remove(Object::View vKey) | OldCache | [virtual] |
coherence::util::AbstractMap::remove(Object::View vKey, Object::View vValue) | Map | [inline, virtual] |
removeEntryInternal(Entry::Handle hEntry) | SafeHashMap | [protected, virtual] |
removeExpired(Entry::View vEntry, bool fRemoveInternal) const | OldCache | [protected, virtual] |
removeExpired(Entry::Handle hEntry, bool fRemoveInternal) | OldCache | [protected, virtual] |
removeFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL) | OldCache | [virtual] |
coherence::util::ObservableMap::removeFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL)=0 | ObservableMap | [pure virtual] |
removeKeyListener(MapListener::Handle hListener, Object::View vKey) | OldCache | [virtual] |
coherence::util::ObservableMap::removeKeyListener(MapListener::Handle hListener, Object::View vKey)=0 | ObservableMap | [pure virtual] |
removeMapListener(MapListener::Handle hListener) | OldCache | [virtual] |
coherence::util::ObservableMap::removeMapListener(MapListener::Handle hListener)=0 | ObservableMap | [pure virtual] |
replace(Object::View vKey, Object::View vOldValue, Object::Holder ohNewValue) | Map | [inline, virtual] |
replace(Object::View vKey, Object::Holder ohValue) | Map | [inline, virtual] |
resetHitStatistics() | OldCache | [virtual] |
SafeHashMap(size32_t cInitialBuckets=17, float32_t flLoadFactor=1.0F, float32_t flGrowthRate=3.0F) | SafeHashMap | [protected] |
SafeHashMap(const SafeHashMap &that) | SafeHashMap | [protected] |
scheduleFlush() | OldCache | [protected, virtual] |
self() | Object | [inline, protected] |
self() const | Object | [inline, protected] |
setAllowMutableValues(bool fAllow) | OldCache | [virtual] |
setEvictionPolicy(EvictionPolicy::Handle hPolicy) | OldCache | [virtual] |
setEvictionType(EvictionPolicy::EvictionPolicyType nType) | OldCache | [virtual] |
setExpiryDelay(int cMillis) | OldCache | [virtual] |
setFlushDelay(int32_t cMillis) | OldCache | [virtual] |
setFlushTime(int64_t lMillis) | OldCache | [virtual] |
setHighUnits(size32_t cMax) | OldCache | [virtual] |
setLowUnits(size32_t cUnits) | OldCache | [virtual] |
setUnitCalculator(UnitCalculator::Handle hCalculator) | OldCache | [virtual] |
setUnitCalculatorType(UnitCalculatorType nType) | OldCache | [virtual] |
size() const | OldCache | [virtual] |
sizeOf(bool fDeep=false) const | Object | [virtual] |
toStream(std::ostream &) const | Object | [inline, virtual] |
toString() const | OldCache | [virtual] |
coherence::lang::Object::toString(Object::View v) | Object | [static] |
unit_calculator_external enum value | OldCache | |
unit_calculator_fixed enum value | OldCache | |
UnitCalculatorType enum name | OldCache | |
values() const | AbstractMap | [virtual] |
values() | AbstractMap | [virtual] |
View typedef | OldCache | |
View typedef | OldCache | |
wait() const | Object | |
wait(int64_t cMillis) const | Object | |