|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> [ extra overview ] | PREV NEXT | ||||||||
A
- APPLICATION_SCOPE - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Application scope number
- accessed(CacheMapAccessEvent) - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- This method handles an event each time the cache is accessed
- accessed(CacheMapAccessEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- This method handles an event each time the cache is accessed
C
- CacheEntryEventListenerImpl - class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl.
- Implementation of a CacheEntryEventListener.
- CacheEntryEventListenerImpl() - Constructor for class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Constructor, empty for us
- CacheMapAccessEventListenerImpl - class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl.
- Implementation of a CacheMapAccessEventListener.
- CacheMapAccessEventListenerImpl() - Constructor for class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Constructor, empty for us
- cacheEntryAdded(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when an entry is added in the cache.
- cacheEntryAdded(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when an entry is added to the cache.
- cacheEntryFlushed(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when an entry is flushed from the cache.
- cacheEntryFlushed(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when an entry is flushed from the cache.
- cacheEntryRemoved(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when an entry is removed from the cache.
- cacheEntryRemoved(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when an entry is removed from the cache.
- cacheEntryUpdated(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when an entry is updated in the cache.
- cacheEntryUpdated(CacheEntryEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when an entry is updated in the cache.
- cacheFlushed(CachewideEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when a cache flush occurs.
- cacheFlushed(CachewideEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- An event that is fired when an entire cache gets flushed.
- cacheFlushedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the cache flushes
- cacheGroupFlushed(CacheGroupEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when a group is flushed from the cache.
- cacheGroupFlushed(CacheGroupEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when a group is flushed from the cache.
- cachePatternFlushed(CachePatternEvent) - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Handles the event fired when a pattern is flushed from the cache.
- cachePatternFlushed(CachePatternEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when a key pattern is flushed from the cache.
- com.opensymphony.oscache.extra - package com.opensymphony.oscache.extra
E
- entryAddedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the added entries
- entryFlushedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the flushed entries
- entryRemovedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the removed entries
- entryUpdatedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the updated entries
F
- flushCount - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Flush hit counter
- flushed(String) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Logs the flush of the cache.
G
- getApplicationScopeFlushCount() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Gets the flush count for scope
ScopeEventListenerImpl.APPLICATION_SCOPE55 . - getCacheFlushedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the cache flush counter
- getEntryAddedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the add counter
- getEntryFlushedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the flushed counter
- getEntryRemovedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the removed counter
- getEntryUpdatedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the updated counter
- getGroupFlushedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the group flush counter
- getHitCount() - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Returns the cache's current hit count
- getMissCount() - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Returns the cache's current miss count
- getPageScopeFlushCount() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Gets the flush count for scope
ScopeEventListenerImpl.PAGE_SCOPE55 . - getPatternFlushedCount() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Gets the pattern flush counter
- getRequestScopeFlushCount() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Gets the flush count for scope
ScopeEventListenerImpl.REQUEST_SCOPE55 . - getSessionScopeFlushCount() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Gets the flush count for scope
ScopeEventListenerImpl.SESSION_SCOPE55 . - getStaleHitCount() - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Returns the cache's current stale hit count
- getTotalScopeFlushCount() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Returns the total flush count.
- groupFlushedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the flushed groups
H
- hitCount - Variable in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Hit counter
- hitCount - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Hit counter
- hitCountSum - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Hit counter sum
K
- KEY - Variable in class com.opensymphony.oscache.extra.TestCacheEntryEventListenerImpl
- Key used for this test
- KEY - Variable in class com.opensymphony.oscache.extra.TestCacheMapAccessEventListenerImpl
- Key used for this test
L
- log - Static variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
M
- main(String[]) - Static method in class com.opensymphony.oscache.extra.TestCompleteExtra
- Main method which is called to perform the tests
- missCount - Variable in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Miss counter
- missCount - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Miss counter
- missCountSum - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Miss counter sum
N
- NB_SCOPES - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Number of known scopes
P
- PAGE_SCOPE - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Page scope number
- PAGE_SCOPE - Static variable in class com.opensymphony.oscache.extra.TestScopeEventListenerImpl
- patternFlushedCount - Variable in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Counter for the pattern flushes
R
- REQUEST_SCOPE - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Request scope number
- reset() - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Resets all of the totals to zero
S
- SCOPE_NAMES - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Scope names
- SESSION_SCOPE - Static variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Session scope number
- ScopeEventListenerImpl - class com.opensymphony.oscache.extra.ScopeEventListenerImpl.
- Implementation of a ScopeEventListener that keeps track of the scope flush events.
- ScopeEventListenerImpl() - Constructor for class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- StatisticListenerImpl - class com.opensymphony.oscache.extra.StatisticListenerImpl.
- A simple implementation of a statistic reporter which uses the CacheMapAccessEventListener, CacheEntryEventListener and ScopeEventListener.
- StatisticListenerImpl() - Constructor for class com.opensymphony.oscache.extra.StatisticListenerImpl
- Constructor, empty for us
- scopeFlushCount - Variable in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Flush counter for all scopes.
- scopeFlushed(ScopeEvent) - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Handles all the scope flush events.
- scopeFlushed(ScopeEvent) - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Event fired when a specific or all scopes are flushed.
- staleHitCount - Variable in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Stale hit counter
- staleHitCount - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Stale hit counter
- staleHitCountSum - Variable in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Stale hit counter
- suite() - Static method in class com.opensymphony.oscache.extra.TestCacheEntryEventListenerImpl
- This methods returns the name of this test class to JUnit
- suite() - Static method in class com.opensymphony.oscache.extra.TestCacheMapAccessEventListenerImpl
- This methods returns the name of this test class to JUnit
- suite() - Static method in class com.opensymphony.oscache.extra.TestCompleteExtra
- Test suite required to test this project
- suite() - Static method in class com.opensymphony.oscache.extra.TestScopeEventListenerImpl
- This methods returns the name of this test class to JUnit
T
- TestCacheEntryEventListenerImpl - class com.opensymphony.oscache.extra.TestCacheEntryEventListenerImpl.
- Test the cache entry event listener implementation $Id: TestCacheEntryEventListenerImpl.java,v 1.1 2005/06/17 05:07:07 dres Exp $
- TestCacheEntryEventListenerImpl(String) - Constructor for class com.opensymphony.oscache.extra.TestCacheEntryEventListenerImpl
- Constructor
- TestCacheMapAccessEventListenerImpl - class com.opensymphony.oscache.extra.TestCacheMapAccessEventListenerImpl.
- Test the cache map access event listener implementation $Id: TestCacheMapAccessEventListenerImpl.java,v 1.1 2005/06/17 05:07:07 dres Exp $
- TestCacheMapAccessEventListenerImpl(String) - Constructor for class com.opensymphony.oscache.extra.TestCacheMapAccessEventListenerImpl
- Constructor
- TestCompleteExtra - class com.opensymphony.oscache.extra.TestCompleteExtra.
- Test class for the com.opensymphony.oscache.extra package.
- TestCompleteExtra(String) - Constructor for class com.opensymphony.oscache.extra.TestCompleteExtra
- Constructor for the osCache Cache Extra package main test program
- TestScopeEventListenerImpl - class com.opensymphony.oscache.extra.TestScopeEventListenerImpl.
- Test the scope event listener implementation $Id: TestScopeEventListenerImpl.java,v 1.1 2005/06/17 05:07:06 dres Exp $
- TestScopeEventListenerImpl(String) - Constructor for class com.opensymphony.oscache.extra.TestScopeEventListenerImpl
- Constructor
- testCacheEntryEventListenerImpl() - Method in class com.opensymphony.oscache.extra.TestCacheEntryEventListenerImpl
- Test the basic implementation
- testCacheMapAccessEventListenerImpl() - Method in class com.opensymphony.oscache.extra.TestCacheMapAccessEventListenerImpl
- Test the basic implementation of the listener
- testScopeEventListenerImpl() - Method in class com.opensymphony.oscache.extra.TestScopeEventListenerImpl
- Test the basic implementation of this listener
- toString() - Method in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
- Returns the internal values in a string form
- toString() - Method in class com.opensymphony.oscache.extra.CacheMapAccessEventListenerImpl
- Return the counters in a string form
- toString() - Method in class com.opensymphony.oscache.extra.ScopeEventListenerImpl
- Returns all the flush counter in a string form.
- toString() - Method in class com.opensymphony.oscache.extra.StatisticListenerImpl
- Return the counters in a string form
A C E F G H K L M N P R S T
|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> [ extra overview ] | PREV NEXT | ||||||||