Uses of Interface
net.sf.ehcache.writer.writebehind.WriteBehind
-
Packages that use WriteBehind Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.store Store package.net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities.net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use.net.sf.ehcache.writer.writebehind This package contains the write behind functionalities. -
-
Uses of WriteBehind in net.sf.ehcache
Methods in net.sf.ehcache that return WriteBehind Modifier and Type Method Description WriteBehindCacheManager. createTerracottaWriteBehind(Ehcache cache)Create/access the appropriate clustered write behind queue for the given cacheWriteBehindFeaturesManager. createWriteBehind(Cache cache)Create a WriteBehind instance for the given cache. -
Uses of WriteBehind in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return WriteBehind Modifier and Type Method Description WriteBehindTerracottaStore. createWriteBehind()WriteBehindcreateWriteBehindWriteBehindTerracottaTransactionalCopyingCacheStore. createWriteBehind() -
Uses of WriteBehind in net.sf.ehcache.terracotta
Methods in net.sf.ehcache.terracotta that return WriteBehind Modifier and Type Method Description WriteBehindClusteredInstanceFactory. createWriteBehind(Ehcache cache)Create an WriteBehind instance for the given cacheWriteBehindClusteredInstanceFactoryWrapper. createWriteBehind(Ehcache cache)Create an WriteBehind instance for the given cache -
Uses of WriteBehind in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return WriteBehind Modifier and Type Method Description WriteBehindAbstractTransactionStore. createWriteBehind() -
Uses of WriteBehind in net.sf.ehcache.writer.writebehind
Classes in net.sf.ehcache.writer.writebehind that implement WriteBehind Modifier and Type Class Description classAbstractWriteBehindQueueAbstract implementation of a WriteBehindQueue.classNonStopWriteBehindNon stop class for write behindclassWriteBehindQueueManagerMethods in net.sf.ehcache.writer.writebehind that return WriteBehind Modifier and Type Method Description protected WriteBehindWriteBehindQueueManager.WriteBehindQueueFactory. createQueue(int index, CacheConfiguration config)Create a write behind queue stripe.Methods in net.sf.ehcache.writer.writebehind with parameters of type WriteBehind Modifier and Type Method Description voidNonStopWriteBehind. init(WriteBehind writeBehind)
-