Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.sf.ehcache.constructs Classes and Interfaces - 42 results found.
NameDescriptionTypePackageFramework
BlockingCacheA blocking decorator for an Ehcache, backed by a Ehcache.Classnet.sf.ehcache.constructs.blockingEHCache
CacheDecoratorFactoryAn abstract factory for creating decorated Ehcache instances.Classnet.sf.ehcache.constructsEHCache
CacheEntryFactoryCreates objects to populate the cache.Interfacenet.sf.ehcache.constructs.blockingEHCache
CacheManagerExecutorServiceFactoryNonstopExecutorServiceFactory that creates and maintains one per CacheManagerAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstopEHCache
CacheOperationUnderExplicitLockCallableCallable used with nonstop when explicit lock has been acquiredAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
ClassLoaderAwareCacheA cache decorator that adjusts the Thread context classloader (TCCL) for every cache operation.Classnet.sf.ehcache.constructs.classloaderEHCache
ClusterOperationInterface for executing clustered operations (that can potentially get stuck)Author:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstopEHCache
ClusterOperationCallableA Callable that is used to execute ClusterOperationAuthor:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstopEHCache
CountingThreadFactoryA custom ThreadFactory that maintains a count of how many threads this factory has createdAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstop.utilEHCache
EhcacheDecoratorAdapterAdapter class for Ehcache interface decorators.Classnet.sf.ehcache.constructsEHCache
ExceptionOnTimeoutStoreClassnet.sf.ehcache.constructs.nonstop.storeEHCache
ExecutorServiceStoreThis implementation executes all operations using a NonstopExecutorService.Classnet.sf.ehcache.constructs.nonstop.storeEHCache
ExplicitLockingContextThreadLocalA class that maintains a thread local to keep track of any explicit locks acquired by the app threadAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
InternalClassLoaderAwareCacheExtension of Class Loader Aware cache to accommodate the removeAndReturnElement method.Classnet.sf.ehcache.constructs.classloaderEHCache
InvalidLockStateAfterRejoinExceptionException class signifying invalid lock state.Classnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
LocalReadsOnTimeoutStoreA NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put, remove and other operationsClassnet.sf.ehcache.constructs.nonstop.storeEHCache
LockOperationTimedOutNonstopExceptionSpecial class of NonStopCacheException which is thrown on timeout of lock operationsAuthor:Abhishek SanoujamSee Also:Serialized FormClassnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
LockTimeoutExceptionIndicates that a timeout has occured while attempting to obtain a lock using ReadWriteLockSync.Classnet.sf.ehcache.constructs.blockingEHCache
NonstopActiveDelegateHolderInterface for resolving the active TerracottaStore, nonstop Executor Service, underlying CacheLockProvider, all of which canAuthor:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstopEHCache
NonStopCacheExceptionException type thrown for NonStopCache operationsAuthor:Abhishek SanoujamSee Also:Serialized FormClassnet.sf.ehcache.constructs.nonstopEHCache
NonStopCacheKeySetFields inherited from class java.Classnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
NonstopCacheLockProviderClass implementing CacheLockProvider with nonstop featureAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstop.concurrencyEHCache
NonstopExecutorServiceInterfacenet.sf.ehcache.constructs.nonstopEHCache
NonstopExecutorServiceFactoryFactory for NonstopExecutorServiceAuthor:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstopEHCache
NonstopExecutorServiceImplClass used by NonStopCache for executing tasks within a timeout limit.Classnet.sf.ehcache.constructs.nonstopEHCache
NonstopStoreInterface for nonstop featureAuthor:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstop.storeEHCache
NonstopStoreImplA NonstopStore implementation which does not block threads when the cluster goes down.Classnet.sf.ehcache.constructs.nonstop.storeEHCache
NonstopThreadThread used for doing nonstop operationsAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstopEHCache
NonstopThreadPoolA thread pool that creates another thread pool per requesting thread.Classnet.sf.ehcache.constructs.nonstopEHCache
NonstopTimeoutBehaviorFactoryFactory for creating NonstopStore that will be used on timeout.Interfacenet.sf.ehcache.constructs.nonstopEHCache
NonstopTimeoutBehaviorStoreResolverInterface for resolving a NonstopStore.Interfacenet.sf.ehcache.constructs.nonstop.storeEHCache
NoOpOnTimeoutStore operations and does nothing for puts and removes.Classnet.sf.ehcache.constructs.nonstop.storeEHCache
OverrideCheckA utility class to check whether one class overrides all methods of its superclass or an interface that it implementsAuthor:Abhishek SanoujamClassnet.sf.ehcache.constructs.nonstop.utilEHCache
RejoinAwareBlockingOperationA Callable implementation that accepts another callable delegate for executing it in nonstop+rejoin context.Classnet.sf.ehcache.constructs.nonstop.storeEHCache
RejoinAwareNonstopStoreRejoin aware NonstopStoreAuthor:Abhishek SanoujamInterfacenet.sf.ehcache.constructs.nonstop.storeEHCache
SelfPopulatingCacheA selfpopulating decorator for Ehcache that creates entries on demand.Classnet.sf.ehcache.constructs.blockingEHCache
ShutdownListenerA ServletContextListener that shutsdown CacheManager.Classnet.sf.ehcache.constructs.webEHCache
TaskNotSubmittedTimeoutExceptionSubclass of TimeoutException.Classnet.sf.ehcache.constructs.nonstopEHCache
ThrowTimeoutExceptionException that can be thrown by Callable's submitted to NonstopExecutorService.Classnet.sf.ehcache.constructs.nonstopEHCache
TransactionalExecutorServiceStoreThis implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context gets propagated to the executor thread.Classnet.sf.ehcache.constructs.nonstop.storeEHCache
UpdatingCacheEntryFactoryA CacheEntryFactory with one additional method, updateEntryValue((Serializable key, Serializable value) which allows the cache entry to updated rather than replaced.Interfacenet.sf.ehcache.constructs.blockingEHCache
UpdatingSelfPopulatingCacheA Cache backed cache that creates entries on demand.Classnet.sf.ehcache.constructs.blockingEHCache